spikeydragoon / Cross-Ark-Chat

Provides the ability to cross chat between all your Ark Survival Evolved Servers including discord support.
MIT License
67 stars 25 forks source link

Add option for random messages in timed commands #22

Closed Mickroz closed 5 years ago

Mickroz commented 5 years ago

Would love to see this, right now is use a linux command line rcon which reads random lines from a file and broadcasts them to the server.

"TimedCommands": [
{
      "Name": "Command4",
      "Servers": [
        "ServerNameTag1",
        "ServerNameTag2"
      ],
      "Commands": [
        {
          "Command": select from RandomMessages,
          "Type": "Broadcast"
        }
      ],
      "Active": true,
      "Frequency": "minute",
      "Timespan": "20",
      "TimeOffset": "00:00:00"
    },
],

  "RandomMessages": [
    {
      "Name": "Discord",
      "Message": "https://discord.gg/",
      "Active": true
    },
    {
      "Name": "Website",
      "Message": "https://github.com/",
      "Active": true
    },
    {
      "Name": "Votelink",
      "Message": "https://ark-servers.net/",
      "Active": false
    }
  ]
spikeydragoon commented 5 years ago

Added to the suggestions. Once everything is done with the new rework ill go through the suggestions and see about adding some of them in. https://github.com/spikeydragoon/Cross-Ark-Chat/projects/1

Mickroz commented 5 years ago

nice! thanks!