Non-latin characters don't work in shop names
blablubbabcDEV opened this issue ยท 2 comments
Migrated from: https://dev.bukkit.org/projects/shopkeepers/issues/450
Originally posted by poiNt3D (Dec 12, 2016):
Can't set non-latin name for a shop by chat. Plugin displays a message "msg-name-invalid".
Can't set by renaming tag - item just disappears and reappears again.
Originally commented by blablubbabc (Feb 4, 2017):
The shopkeeper names are validated with the regualr expression configured in the config. By default this only allows names containing certain characters and of certain length. If you want to allow different characters, you will have to add those to the regular expression in the config. You can find documentation on java's regular expressions here: https://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html
Edited Feb 4, 2017