Adding more than two messages?Solved
Hey I was Currious, is there a way to add more than 2 messages because all i see is "ExampleMessage" and "AnotherExample". Is it possible to go into the Cs File and add a new line like "Message3" and create my text line for it in the Json file? (My server is running right now so i dont want to break anything)
From the plugin's page:

New messages can be added to the AutoBroadcast.json file under the lang/en directory. Add as many messages as you'd like, just make sure to follow the example format and JSON formatting. If you are having issues, I'd recommend checking your changes with a JSON validator such as http://www.jsonlint.com.

So yes, you can add more, just make the key for each unique.

Okay Thank you!
Locked automatically