Variables and Config
RoyalMessages variable list and config options
Variables
The variables RoyalMessages supports in the login and logout messages are listed here.
{name}- The name of the player{dispname}- The display name of the player (/nick in RoyalCommands, etc){world}- The world the player is spawning in or leaving from{health}- The amount of health a player has, from 0 - 20.{healthtext}- A phrase similar to high health, low health, etc.
Config
The default config looks like this:
login-format: '&e{name} has entered the game.'
quit-format: '&e{name} has left the game.'
kick-format: '&e{name} has been kicked.'
enable-login-message: true
enable-quit-message: true
enable-kick-message: true
tell-console: false
Here's what all of them mean:
login-formatis the format of the login messagequit-formatis the format of the quit messagekick-formatis the format of the kick messageenable-login-messageis whether to show the login messageenable-quit-messageis whether to show the quit messageenable-kick-messageis whether to show the kick messagetell-consolewill show the console the messages if set totrue
Comments