MiniMOTD

MiniMOTD

5k Downloads

[Feature Request] Command Controlled MOTDs

Faun471 opened this issue ยท 1 comments

commented

Feature Request:
Have command controlled MOTDs. So We could just run the command /minimotd change <motd group> so doing /minimotd change whitelist would make the motd cycle over that group's motds. Thanks!

Example (syntax may not be correct, but you get the idea):

motds=[
  {
    name="whitelist",
    list=[
      {
        icon="server-icon.png"
        line1="whitelist motd 1"
        line2="whitelist motd 1"
      },
      {
        icon="server-icon.png"
        line1="whitelist motd 2"
        line2="whitelist motd 2"
      }
      ]
    },
  {
    name="normal",
    list=[
      {
        icon="server-icon.png"
        line1="normal motd 1"
        line2="normal motd 1"
      },
      {
        icon="server-icon.png"
        line1="normal motd 2"
        line2="normal motd 2"
      }
    ]
  }
]
commented

Stale