-
-
Notifications
You must be signed in to change notification settings - Fork 54
Unicode UTF 8 characters for TitleManager
This is not much of an issue on *nix systems such as Linux & OS X, however, Windows is suffering a lot so chances are that, if your main server is running Linux or OS X, you won't have this issue.
To fix the issue, you'll have to save your file with the file encoding UTF-8
, here's how to do it on multiple different editors.
File > Save with Encoding > UTF-8
Edit > Select Encoding > UTF-8
Encoding > Encode in UTF-8
or
Encoding > Convert to UTF-8
If the above method didn't work, then try the below method.
I'll be assuming that you have full control of your launch script in this step.
You'll have to add the parameter -Dfile.encoding=UTF-8
to your launch script, here's an example:
Example #1 java -jar spigot.jar
would be java -Dfile.encoding=UTF-8 -jar spigot.jar
Example #2 java -Xms=256M -Xmx=1024M -jar spigot.jar
would be java -Xms=256M -Xms=1024M -Dfile.encoding=UTF-8 -jar spigot.jar
Home | Config | Animations | Permissions | Commands | Placeholders | Scripts