Advanced whitelist system for tournaments or large servers, easy to whitelist and manage.
TMAuth is a lightweight, efficient, and interactive tournament management plugin for Minecraft servers. It allows server administrators to manage player access to specific tournament events using a custom whitelist system with built-in moderation tools.
config.yml and a dedicated whitelist.txt file.All commands require the tmauth.admin permission.
| Command | Description |
|---|---|
/tm whitelist enable |
Enables the tournament whitelist. |
/tm whitelist disable |
Disables the tournament whitelist. |
/tm whitelist add <player> |
Adds a player to the tournament whitelist. |
/tm whitelist remove <player> |
Removes a player from the tournament whitelist. |
/tm whitelist list |
Shows an interactive list of all whitelisted players. |
/tm whitelist reload |
Reloads the configuration and whitelist data from disk. |
tmauth.admin: Grants full access to the /tm command and its subcommands. (Default: OP)The plugin generates a config.yml file for basic settings:
# TMAuth Configuration
# Whether the tournament whitelist is active
enabled: true
# The message shown to players who are not on the tournament whitelist
kick-message: "&cYou are not whitelisted for this tournament!"
# List of whitelisted players (automatically synced)
whitelisted-players: []