HBIDamian / MOTDShuffle

PMMP Plugin: MOTDShuffle - Gives a random MOTD shuffle, such as the Minecraft Featured Servers! :D
Apache License 2.0
7 stars 6 forks source link

Color Symbol Not Working #5

Closed ghost closed 6 years ago

ghost commented 6 years ago

I use latest pmmp 3.0.4

Suggestion: Replace color symbol with &, like easymotd

Error: ErrorException: "yaml_parse(): reading error encountered during parsing: invalid leading UTF-8 octet (line 1, column 1)" (EXCEPTION) in "src/pocketmine/utils/Config" at line 155

HBIDamian commented 6 years ago

It works for me, and EVERYONE ELSE.

---
#The Ammount of time that you wish for the MOTD Delay.
#This doesn't make the client's query change,
#this effects the ammount of time the server sends the message.
#Default: 100
MOTD Delay: 100

#Here you can set if you want the shuffle on, or off.
#It is required to use quotations. :D
#Default: "off"
MOTD Shuffle: "on"

#The MOTD Messages.
#You can add to as much as you like! 
#Just make sure you copy it correctly. 
MOTD Message:
    - "§aGreen"
    - "§bBlue"
    - "§cRed"
...