Config

Config

ping:
  #These are number variables! You can use any math operations, and integer variables that you want! For example, you could set maxPlayers to online+1, For the max to always be one above the online.

  online: 'online'
  maxPlayers: 'max'

options:

  #Set to random: true, unless you want motd handling and switching to be done by another plugin that is using MOTD+ api.
  random: true

Configurations:
#These are all of your motd configurations! You can edit them all ingame. If you want string variables, put them in curly brackets, like {player} If you want integer variables and math, put them in square brackets, like [(max/min)^5]. Now, I'm not sure why you would need that, but it works ;)

  default:
    1:
      motd: '&6Hello world!'
      alert: '&aJoin now!'
    2:
      motd: '&3Running Motd+'
  whitelist:
    1:
      motd: '&7Server under maintainance'
      alert: '&4Back in 5!'

active-configuration: 'default'

PlayerData:
#This section is used by the plugin to store players IPs. Its used for the {player} variable, to detect the player's username.

  notch:
    lastIp: 901.01.01.01