Adding more auto messages?Solved
You can add as many times you want and as many messages to each time.
If you don't want 3 times, remove a time you don't need along with its messages.
If you want more than 3 times then add in the extra times you need along with any messages for those times.
Make sure that each time section has a comma at the end of it before the next time section, unless it is the last one. Same with the list of messages for each time.
},
"Public Automatic Timed Announcements": {
"Announcement List": [
[
"Welcome! PVE only Please!",
"Have fun!"
],
[
"Type /backpack to use your backpack!",
"Open F1 and type bind b backpack.open to make the B key open your backpack!"
],
[
"Type / where tp if you die to teleport back to corpse!",
"Type /Skin to custom skin any skinable items"
]
if i want to add more messages will this work like below:
},
"Public Automatic Timed Announcements": {
"Announcement List": [
[
"Welcome! PVE only Please!",
"Have fun!",
"message here",
"message here"
],
[
"Type /backpack to use your backpack!",
"Open F1 and type bind b backpack.open to make the B key open your backpack!"
],
[
"Type / where tp if you die to teleport back to corpse!",
"Type /Skin to custom skin any skinable items",
"another message here!",
"another message here!''
]
"Can I also add amessage here like this?",
"message here too!",
"last message" Try this (I put some syntax explanations in there):
"Public Automatic Timed Announcements": {
"Announcement List": [
[
"1st Automatic Timed Announcement 1",
"1st Automatic Timed Announcement 2"
],
[
"2nd Automatic Timed Announcement 1",
"2nd Automatic Timed Announcement 2"
],
[
"3rd Automatic Timed Announcement 1", //ANY MESSAGE THAT IS NOT THE LAST IN A SET MUST HAVE A COMMA AT THE END
"3rd Automatic Timed Announcement 2" //LAST MESSAGE IN A SET OF MESSAGES MUST NOT HAVE A COMMA AT THE END
],
[
""
],
[
""
],
[
""
],
[
""
],
[
""
],
[
""
],
[
""
],
[
""
],//ANY SET OF MESSAGES THAT IS NOT THE LAST SET MUST HAVE A COMMA AT THE END
[
""
]//THE LAST SET OF MESSAGES MUST NOT HAVE A COMMA AT THE END
],
"Banner Color": "Grey",
"Enabled": false,
"Show Every (HH:MM:SS)": "00:30:00",
"Text Color": "White"
}, Merged post
if you could just make it like the defualt where all i have to do is fill in between the quates and save, i think it would work, it always works when i fill in the defualt, just never when i add more messages!
Merged post
https://imgur.com/a/5ATQuBV
ZulgJoe I'm sorry no matter what i do i cant get this working right, i have speant 2 hours sitting here do everythng to perfection but yet everytime i save the file and reload the plugin, nothing happens, and then when i go back in the config has reset it's self back to defualt, I would be more than happy to give you my FTP login and pay you a few $ to help me set this correctly!
Merged post
if you could just make it like the defualt where all i have to do is fill in between the quates and save, i think it would work, it always works when i fill in the defualt, just never when i add more messages!
Merged post
https://imgur.com/a/5ATQuBV
You've missed out a closing square bracket after this line here:
Also it looks like there is a blank line before Banner Color, make sure there are no random blank lines like that.
The plugin will reset parts of the settings if you make a mistake because it won't be able to read it. If it is a syntax error it will reset the entire config because it breaks the entire config.
If you still can't figure it out then instead of giving me FTP access you should give me a copy of the entire config done to how you want it to be then I can syntax check it.
Merged post
ok i redid it and now what did i do wrong? i feel close! https://imgur.com/PapW81P
Merged post
OK i think i finially got it working correctly, i noticed the bracket missing at the end, ill make all my messages and report back, thanks!