WhitelistMessage
WhitelistMessage
A simple plugin to change Minecraft's vanilla white-list message.
Setup
- Drag and drop into the 'plugins' folder.
- Edit the config.YML how ever you wish!
Commands
- /whitelistmessage
- The only command. There are three arguments for this command:
- */whitelistmessage reload
- This reloads the config from file without restarting the server.
- */whitelistmessage set <message>
- This sets the whitelist message without reloading from file. It supports color codes via the '&' character.
- */whitelistmessage help
- This displays the help for the two other arguments.
Permissions
- whitelistmessage.admin (default op)
- Gives the player access to the /whitelistmessage command.
Config
- WhitelistMessage supports full Minecraft color codes using the '&' symbol, along with the corresponding color code. The default config uses color:
# WhitelistMessage by darknavi # Requested here: http://www.reddit.com/r/admincraft/comments/yrief/changing_the_whitelist_message/ # Delete config to regenerate defaults # # All strings support the following color codes: # &0 Black # &1 Dark Blue # &2 Dark Green # &3 Dark Aqua # &4 Dark Red # &5 Purple # &6 Gold # &7 Grey # &8 Dark Grey # &9 Indigo # &a Bright Green # &b Aqua # &c Red # &d Pink # &e Yellow # &f White whitelist-message: 'You are not &3white-listed&f on this server!'