Only showing one/some of the messagesBug
Im having an issue where i have configured five messages and it will not broadcast the other two, Im not getting any errors.
Make sure you are using unique keys and you've reloaded the plugin, otherwise they will not broadcast.
This is what mylang/en file looks like.
{
"Message1": "Announcement: Be sure to join our discord for updates! link",
"Message2": "Commands: |/kit| |/trade| |/tpr (name)| |/bgrade (1-4)| |/remove| |/pm (name) (message)| |/backpack| |/clan|",
"Message3": "Rules: (1) No Discrimination Or Offensive Symbols of Any Type! (2) No Excessive toxicity! (3) DDOS & DOX Threats Result In Immediate Ban. (4) Do NOT Question or Argue a Decision of an Admin. (5) Absolutley NO Exploit's! (6) Be Sure to Slaughter Some Bitches!",
"Message4": "Report: Do you think someone is cheating? /Report them, Cheaters will never be welcome here!",
"Message5": "Need Help?: Ask for an Admin in chat."
}
In response to ThatGuyScript ():
This is what mylang/en file looks like.
{
"Message1": "Announcement: Be sure to join our d...
Have you tried using something other than numbers?
No but i guess i could.

Merged post

Now im realizing that the time is goofed up i have it set for three minutes and it takes 5 and it still wont announce the other two announcments 
In response to ThatGuyScript ():
No but i guess i could.

Merged post

Now im realizing that the time is goofed u...
Time is whatever you have it set to, can't really be off. 300 seconds = 5 minutes
only showing the first line and JSONLint says config is ok https://prnt.sc/lh4c67
I also have this issue. Seems like some people have it and other don't. Add a dot behind the / and it will show.
got similar issue, simple config, only 2 msg and only first one get displayed

{
"discord": "Discord https://bla bla bla",
"vip": "Weekly Competition- bla bla bla"
}
Do any of you have the message randomization enabled, and have you tried without? With only 2 messages, there's a 50% chance the same one will always be displayed.
Hi, there is a problem, only the first message is displayed

http://prntscr.com/m07ul4

json in lang/en/
{
"balloon ": "<color=#ac9653>Did you know that you can control your own balloon? Type /balloon in chat</color>",
"kits ": "<color=#ac9653>Did you know that you can reedem Items ? Type /kit in chat</color>",
"backpack": "<color=#ac9653>You can bind your backpack on a key, F1-Console and write: bind b backpack.open</color>"
}
config:
{
"Broadcast Interval (Seconds)": 30,
"Randomize Messages (true/false)": true
}

30 sec for test

what is the problem ?

best regards
Did you reload the plugin after editing it? Tried restarting?
In response to ThatGuyScript ():
This is what mylang/en file looks like.
{
"Message1": "Announcement: Be sure to join our d...
Hi, all working fine now , it was again a comma too much ;)

Cant make this plugin to work properly! This is how looks my config/.json

{
"Broadcast Interval (Seconds)": 200,
"Randomize Messages (true/false)": false
}

This is how looks mi en/.json

{
"discord": "Server updates, info and giveaways link",
"donations": "Donation Store: http://servername.co.uk",
"vote": "Vote for server on http://www.rust-server.net and claim rewards",
"steam": "Join our steam group to get extra kits!",
"tp": "Teleport to outpost: /op "
}

Is something wrong with it? why it only shows me first message? sometimes showing "steam" but very rare. Reloaded plugin and restarted server and no changes. No errors in logs also. Please help!

I'm having the same issue, its only displaying the 1st 7 messages. I have it set to random but it will never show the 8th message.