minecraft-server/live-server/plugins/ComfyWhitelist/locales/messages_lolcat.yml
s8n-ru 0dad38e02e Initial commit: racked.ru Minecraft server config snapshot
Captures live config state of nullstone Purpur 1.21.11 server:
- docker-compose.yml (itzg/minecraft-server image, MODRINTH_PROJECTS + PLUGINS lists)
- All plugin configs under live-server/plugins/ (no DBs, no jars, no world data)
- Server core: bukkit.yml, spigot.yml, purpur.yml, paper-global.yml, paper-world-defaults.yml, server.properties

Excluded via .gitignore:
- World data (world/, world_nether/, world_the_end/, auth_limbo/)
- Sensitive: AuthMe DB (password hashes), Lands DB, CoreProtect DB, Essentials userdata
- Jars (auto-fetched), logs, caches, .paper-remapped
2026-04-30 18:33:38 +01:00

24 lines
1.4 KiB
YAML
Executable file

# GENERAL MESSAGES
no-permission: "<comfy><warning>U CANT HAZ PERMISSION 2 USE DIS COMMAND.</warning>"
inactive-command: "<comfy>DIS COMMAND IZ <off>OFF</off> VIA CONFIG."
invalid-usage: "<comfy><warning>INVALID COMMAND USAGE.</warning>\nUSE: <usage>"
unknown-subcommand: "<comfy><warning>UNKNOWN SUBCOMMAND.</warning> TYPE /COMFYWL HELP 4 LIST OF COMMANDS."
invalid-player-name: "<comfy><warning>BAD PLAYER NAME.</warning>"
plugin-reloaded: "<comfy>ComfyWhitelist <success>IZ BACK.</success>"
# WHITELIST STATUS MESSAGES
whitelist-enabled: "<comfy>ComfyWhitelist <success>ON.</success>"
whitelist-disabled: "<comfy>ComfyWhitelist <off>OFF.</off>"
whitelist-already-enabled: "<comfy>ComfyWhitelist <success>ALREADY ON.</success>"
whitelist-already-disabled: "<comfy>ComfyWhitelist <off>ALREADY OFF.</off>"
# PLAYER MANAGEMENT MESSAGES
not-whitelisted: "<warning>U NOT ON WHITELIST.</warning>"
player-added: "<comfy>PLAYER <success><name></success> ADDED 2 <success>WHITELIST</success>."
player-removed: "<comfy>PLAYER <remove><name></remove> <remove>REMOVED</remove> FROM WHITELIST."
non-existent-player-name: "<comfy>NO PLAYER NAMED <warning><name></warning> ON WHITELIST."
# WHITELIST DISPLAY MESSAGES
whitelisted-players-list: "<comfy>PLAYERS ON WHITELIST: <success><players></success>"
empty-whitelisted-players-list: "<comfy>WHITELIST <off>EMPTY</off>."
whitelist-cleared: "<comfy>ALL PLAYERS <remove>REMOVED</remove> FROM WHITELIST."