Showing default messagesNot An Issue
ok so i added these 2 plugins to autobradcast messages every 20 minutes, and the welcome message. I followed the page to add the messages i wanted, but they are both still saying the default message. I did do the oxide.reload PLUGIN NAME, still nadda. I have granted myself permission as well. What in the heck am i missing.
Here is the config

AutoBradcast:
{
"Broadcast Interval (Seconds)": 300,
"Randomize Messages (true/false)": false
}
{
"Message1": "We now have TP!! Type /home add CLEVERNAME to add your house as TP. Type /town to quickly hit up the outpost. To teleport to a friend, type /tpr "THEIR NAME HERE" and then they will have to type /tpa to accept it.",
"Message2": "We have also increased the stacking of resources to 10,000, with some minor adjustments to other items as well.",
"Message3": "We have the Remover Tool. Type /remove and you will have 30 seconds to remaove what you can. You can use as many times as you want on your base!!!!",
"Message4": "Please visit Http://www.thugjitsugamers.us to check out what else we have going on. We have a forum, please signup and join us. We are growing and would like everyone to join us."
}



please look at it and see what im missing or doing wrong

Thank you
You have invalid JSON there by not escaping the " and " instead of your first line, which breaks the JSON.

{
	"Message1": "We now have TP!! Type /home add CLEVERNAME to add your house as TP. Type /town to quickly hit up the outpost. To teleport to a friend, type /tpr \"THEIR NAME HERE\" and then they will have to type /tpa to accept it.",
	"Message2": "We have also increased the stacking of resources to 10,000, with some minor adjustments to other items as well.",
	"Message3": "We have the Remover Tool. Type /remove and you will have 30 seconds to remaove what you can. You can use as many times as you want on your base!!!!",
	"Message4": "Please visit Http://www.thugjitsugamers.us to check out what else we have going on. We have a forum, please signup and join us. We are growing and would like everyone to join us."
}​
hmm...looks just like the exanple you have on the main page
do i need to remove some " from something, not quite following

not a coder and my coding guys are gone for awhile so im trying to learn this on my own
In your 1st message you used quotes in your message, you have to put the backslash in front of each quote, \" Thing in quotes here \"  If you're going to use quotes in the actual message
Also make sure you are editing the right location, you shouldn't be pasting the examples from the plugin's page anywhere. You should be editing the messages under oxide/lang/en/AutoBroadcast.json.
putting \ in front did not cahnge. still says Example message bla blah blah

Merged post

i was totally editing the wrong file...i edited  the oxide/lang/en this time....let me see what it does this time

Merged post

ok so i edited the correct file under oxide/lang/en, now it just doesnt show any messages at all
Locked automatically