ItemJoin

ItemJoin

157k Downloads

Colors Not Working

ky7969 opened this issue ยท 1 comments

commented

Hello, the plugin is working flawlessly other than one thing. Color codes are not working, they dont work through the in game command or through config.

config.yml
items.yml

Plugin Version: 5.2.2b734
Server Version: Paper-1.17.1

commented

Hmm so it seems the provided items.yml doesn't contain any color codes, maybe I am misunderstanding?

You are using the & symbol correct? Not the "double S"?

Example of one of your items using color codes;

  item_2:
    id: COMPASS
    slot: 0
    name: '&a&l&nWorld Selector'
    interact:
    - 'player: worldselector'
    commands-cooldown: 5
    cooldown-message: '&c&lPlease Wait %timeleft% Seconds Before Using That Again.'
    enabled-worlds: hub

I modified your cooldown-message and name as an example.
Let me know!~

If I am wrong, please clarify thanks!

EDIT: Marking as inactive, please reopen this issue if you still need additional help.