EssentialsX

EssentialsX

2M Downloads

warp files & usermap.csv doesn't support UTF-8 name

jessefjxm opened this issue ยท 3 comments

commented

Currently, in latest EssentialsX #468, utf8 characters (here i use Chinese characters) will be recorded as '_' in both warp files & usermap.csv, make it not possible to distinguish between names with same length.

Edit: for usermap.csv, I'm not sure what will be affected with this problem, for UUID used by userdatas is actually a nice way to figure out the right person. But this is really wired... or maybe this file has been abandoned?

commented

usermap.csv does not store anything UTF-8 (or with spaces) anyways, so that's not a rpoblem them. However, where ever you use UTF-8, I expect Essentials to store it just fine. If not, are you sure you have UTF-8 support enabled on the JVM:

java -Dfile.encoding=UTF-8 -jar server.jar

commented

Seems this is disabled on purpose, presumably because it causes problems when storing / etc.