Code (Text):
enabled: true
# For more info about conditions, please go to https://wiki.dbsoftwares.eu/display/BungeeUtilisals/MOTD+Manager
motd:
# Default, this one will show when all others do not apply.
- condition: 'default'
motd: |-
&2Motd &5line &61
&3Motd &4line &72
player-hover:
- '&8&m---------------------------------'
- '&b&lGLOBAL &7» &f{proxy_online} players'
- '&e&lLOBBIES &7» &f{getcount: Lobbies} players'
- '&8&m---------------------------------'
# User pings the server at the 'play.example.net' domain, condition is invalid when domain name is unknown.
- condition: 'domain == play.example.net'
motd: |-
&aIt seems that you are playing on &2play.example.net&a!
&e Please switch to &bplay.example.com &einstead!
player-hover:
- '&8&m---------------------------------'
- '&b&lGLOBAL &7» &f{proxy_online} players'
- '&e&lLOBBIES &7» &f{getcount: Lobbies} players'
- '&8&m---------------------------------'
# User name is known, player probably has joined before.
- condition: 'name != null'
motd: |-
&e Hello &b{user}&e!
&e Welcome back to our server!
player-hover:
- '&8&m---------------------------------'
- '&eWelcome back &b{user} &eto our network!'
- ''
- '&b&lGLOBAL &7» &f{proxy_online} players'
- '&e&lLOBBIES &7» &f{getcount: Lobbies} players'
- '&8&m---------------------------------'
# User name is unknown, player probably has never joined before.
- condition: 'name == null'
motd: |-
&eIt seems like you haven't joined our server yet!
&b Come and take a look!
player-hover:
- '&8&m---------------------------------'
- '&b&lGLOBAL &7» &f{proxy_online} players'
- '&e&lLOBBIES &7» &f{getcount: Lobbies} players'
- '&8&m---------------------------------'
- condition: 'version < 1.12.2'
motd: |-
&bIt seems like you are using &e{version}&b!
&ePlease update to &a1.12.2 &eas this is the recommended version.
player-hover:
- '&8&m---------------------------------'
- '&b&lGLOBAL &7» &f{proxy_online} players'
- '&e&lLOBBIES &7» &f{getcount: Lobbies} players'
- '&8&m---------------------------------'