Configuration

#To set a random timer, put the least time a message could send, a dash, and then the maximum time the message could send.

#The random method will randomly choose a message to send out of the messages list.

#If method is not defined, it will default to cycle.

#If disabled worlds are not defined, it will default to nothing.

#$player is replaced with the players name.

PermissionMessages:
  examplePermission:
    timer: '30m'
    method: cycle
    disabledWorlds:
      - world_the_end
    messages:
      - '&aHello $player, here is a reminder for the random event.'
      - '&aThis will be sent to players with the permission: permissionmessages.examplePermission'

  exampleRandom:
    timer: '15m-30m'
    method: random
    messages:
      - '&aThis might be sent between 15 minutes to 30 minutes.'
      - '&aThis also might be chosen.'

Comments

Posts Quoted:
Reply
Clear All Quotes