Do you sometimes get a plugin and then you put in on your server but the commands are bugged in chat like this:
gyazo.com/c2170fcc6345b5600a86045cd16dd8c9
If yes, I am gonna tell you how to fix it.
On your start.bat file you will need to put -Dfile.encoding=UTF-8 behind spigot-1.8.8.jar.
Here is an example of a bat file to start your server.
Echo off
java -Xms1000M -Xmx1G -XX:MaxPermSize=2000M -XX:+UseConcMarkSweepGC -jar -Dfile.encoding=UTF-8 paper-1.8.8.jar
pause
gyazo.com/c2170fcc6345b5600a86045cd16dd8c9
If yes, I am gonna tell you how to fix it.
On your start.bat file you will need to put -Dfile.encoding=UTF-8 behind spigot-1.8.8.jar.
Here is an example of a bat file to start your server.
Echo off
java -Xms1000M -Xmx1G -XX:MaxPermSize=2000M -XX:+UseConcMarkSweepGC -jar -Dfile.encoding=UTF-8 paper-1.8.8.jar
pause
