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

Broadcaster not broadcasting config #25

Closed VortexPit closed 8 years ago

VortexPit commented 8 years ago

Ok, so I have started messing with your plugin and when I set up the config, it still broadcasts the default messages. I have uploaded the file as a zip with the config inside as github does not support yml files config.zip

ghost commented 8 years ago

Hello,

the reasons causing your problem are the single quotation marks within your messages. Please replace them with "%sq%" or replace the single quotes at the beginning and end of each message with double quotation marks (").

Kind regards, KingDome24