Color codes aren't working (v1.15.1)
blablubbabcDEV opened this issue ยท 3 comments
Migrated from: https://dev.bukkit.org/projects/shopkeepers/issues/169
Originally posted by CollinDesigns (Jul 24, 2013):
What steps will reproduce the problem?
- Rename a shopkeeper
- When trying to use color codes it gives ingame: That name is not valid!
- This used to work in version before 1.6.2What is the expected output? What do you see instead?Error: That name is not valid!What version of the product are you using?Do you have an error log of what happened?(v1.15.1)Please provide any additional information below.This used to work in the version before 1.6
Originally commented by nisovin (Jul 25, 2013):
This is due to the new name-regex option. If you want to allow colors, you'll need to add the ampersand into that config option.
name-regex: "[A-Za-z0-9& ]{3,25}"
Originally commented by CollinDesigns (Jul 25, 2013):
@nisovin:
Euhhmm so how I add this?
Do it add: "name-regex: "[A-Za-z0-9& ]{3,25}" in my config?
If yes where in the config?