- Custom join message - Custom leave message - Custom join message for premium ranks - Custom leave message for premium ranks - Custom unique join message - Personal join message - Chat clear on join - Hex support (read config.yml!!!) - Plugin variables - Update check
Code (Text):
# {PLAYER} - player
# {ONLINE} - amount of players online on the server
# {UNIQUE_PLAYERS} - amount of unique players
# use \n to make new line
# you can generate HEX color on the internet, the type of HEX using in this plugin is "Legacy".
# For example &x&D&E&B&D&F&F&lWelcome is saying Welcome in light-purple color
command-usage: "&6Usage: &e/cwm <info | reload>"
plugin-reloaded: "&aPlugin reloaded!"
no-permission: "&4&lSORRY! &cYou don't have permission to run this command!"
check-updates: true
unique-player-join: true
unique-player-join-message: "&b&l{PLAYER} &fjoined the server for the first time!"
premium-join-message: true
premium-join-message-list:
cwm.vip: "&e&lVIP &f{PLAYER} &7has joined the server!"
cwm.admin: "&c&lADMIN &f{PLAYER} &7has joined the server!"
cwm.owner: "&4&lOWNER &f{PLAYER} &7has joined the server!"
premium-leave-message: true
premium-leave-message-list:
cwm.vip: "&e&lVIP &f{PLAYER} &7has left the server!"
cwm.admin: "&c&lADMIN &f{PLAYER} &7has left the server!"
cwm.owner: "&4&lOWNER &f{PLAYER} &7has left the server!"
Commands: - /cwm reload - /cwm info
Variables: - {PLAYER} - player's nickname - {ONLINE} - amount of players on the server - {UNIQUE_PLAYERS} - amount of unique players
Permissions: - cwm.usage (for /cwm reload and /cwm info command)