Add rotating messagesNot An Issue

This is just a snippet of code from advert messages but I found out we can't utilize this plugin for adverts to our players could you please add in the possibility for the plugin to rotate off (true/false )of set messages in the auto-messages so we could add as many messages as we wanted and every X amount of time that passes users can select if the messages are randomly chosen or are chosen in order of what message next will be sent to the players on the server example from advert messages below

 

{
  "Messages": [
    "Welcome to our server, have fun!",
    "Please treat everybody respectfully.",
    "Cheating will result in a [#red]permanent[/#] ban."
  ],
  "Advert Interval (in Minutes)": 10.0,
  "Broadcast to Console (true/false)": true,
  "Choose Message at Random (true/false)": false
}

You are already able to do this with Smart Chat Bot.

Not in the manner your thinking. With what you've developed all messages are on a timed basis so while one message can show every 5 minutes another message can appear every 10 minutes instead could you alter it to rotate messages like such.

{
  "Messages": [
    "Welcome to our server, have fun!",
    "Please treat everybody respectfully.",
    "Cheating will result in a [#red]permanent[/#] ban."
  ],
  "Advert Interval (in Minutes)": 10.0,
  "Broadcast to Console (true/false)": true,
  "Choose Message at Random (true/false)": false
}

Merged post

just a example

It indeed can rotate the way auto broadcaster does it, you might be doing it the wrong way though.

How exactly?

Merged post

could i contact you on discord i have a job opportunity for you for this plugin if your interested

Merged post

Hey man, so what do you think?

Locked automatically