Polymart is now Voxel Shop! We're upgrading many features of the site, and during this open beta you will experience occasional bugs. Learn more
One Whitelist for Multiple Servers - Simplicity in Management, Greater Control.
# Configuration for the database connection
database:
host: "127.0.0.1" # Database host address
port: 3306 # Database port
database: "database" # Database name
username: "username" # Database username
password: "password" # Database user's password
# Kick configuration
kick:
reason: "&7You are not whitelisted on this server" # Kick reason for not being whitelisted
error-database: "&cError with the whitelist database" # Kick reason for not connection database
# Messages configuration
messages:
enable: "&7Whitelist has been &aenabled" # Message indicating whitelist has been enabled
disable: "&7Whitelist has been &cdisabled" # Message indicating whitelist has been disabled
list: "&7Whitelisted contain &8(%size%) &7players: &f%players%" # List of whitelisted players
add: "&7Player &a%player% &7added to the whitelist!" # Message indicating player added to whitelist
error-add: "&7Player &a%player% &7is already whitelisted on this server" # Error message for adding an already whitelisted player
remove: "&7Player &c%player% &7removed from the whitelist!" # Message indicating player removed from whitelist
error-remove: "&7Player &c%player% &7was not found in the whitelist" # Error message for removing a player not in whitelist
status: "&7Whitelist is %status%" # Whitelist status message (enabled/disabled)
active: "&7The whitelist is already %status%" # Message when whitelist is already in the specified state
custom-status:
enable: "&aenabled" # Description for enabled whitelist state
disable: "&cdisabled" # Description for disabled whitelist state
reload: "&aPlugin has reloaded" # Message indicating plugin reload
usage: "&7Usage:&f /whitelist <on | off | add | list | reload | remove> [player]" # Command usage description for /whitelist
no-permission: "&cYou don't have permission &7MultiWhitelist.*" # No permission error message