DominicLuidold / SimpleBroadcast

SimpleBroadcast is the easy way for Minecraft servers to broadcast predefined messages with various options.
GNU General Public License v3.0
1 stars 2 forks source link

Cannot use the ' character in messages. #19

Closed weakwizard closed 9 years ago

weakwizard commented 9 years ago

As per the title you cannot use the ' character in the messages.

ghost commented 9 years ago

Hello,

this is completely intended as single quotes confines the messages. Please use "%sq%" instead to be able to achieve your wished layout.

Kind regards, KingDome24

weakwizard commented 9 years ago

I also discovered when googling the issue you can use two of them in a row to print it. That is YAML standards.

ghost commented 9 years ago

Hello,

this is of course also an option but I think this is a potential error source. Due to this the plugin provides the variable "%sq%".

Kind regards, KingDome24