Victor

Results 2 issues of Victor

I pasted some HTML code into the minecraft chat, and I did a command with it, and JPanel treats it like html. Example: ![image](https://user-images.githubusercontent.com/108889461/197791962-a3c2ba46-1222-4a98-8e57-99974832a99e.png) ![image](https://user-images.githubusercontent.com/108889461/197792109-92abaa52-71bf-4f4e-adf4-8de549ad7f58.png) Steps to reproduce: 1. Paste...

When sending the file to the browser, it has to be new, it is currently achieved by this: ```py response = send_file(file_path, mimetype='text/plain', cache_timeout=0) ``` The latest **stable version** of...