minecraft-server/live-server/plugins/ComfyWhitelist/locales/messages_en.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.6 KiB
YAML
Executable file

# General messages
no-permission: "<comfy><warning>You do not have permission to use this command.</warning>"
inactive-command: "<comfy>This command is <off>disabled</off> via config."
invalid-usage: "<comfy><warning>Invalid command usage.</warning>\nUse: <usage>"
unknown-subcommand: "<comfy><warning>Unknown subcommand.</warning> Type /comfywl help for a list of commands."
invalid-player-name: "<comfy><warning>Invalid player name.</warning>"
plugin-reloaded: "<comfy>ComfyWhitelist <success>has been successfully reloaded.</success>"
# Whitelist status messages
whitelist-enabled: "<comfy>ComfyWhitelist <success>enabled.</success>"
whitelist-disabled: "<comfy>ComfyWhitelist <off>disabled.</off>"
whitelist-already-enabled: "<comfy>ComfyWhitelist <success>already enabled.</success>"
whitelist-already-disabled: "<comfy>ComfyWhitelist <off>already disabled.</off>"
# Player management messages
not-whitelisted: "<warning>You are not whitelisted.</warning>"
player-added: "<comfy>Player <success><name></success> has been <success>added</success> to the whitelist."
player-removed: "<comfy>Player <remove><name></remove> has been <remove>removed</remove> from the whitelist."
non-existent-player-name: "<comfy>There is <warning>no</warning> player named <warning><name></warning> in the whitelist."
# Whitelist display messages
whitelisted-players-list: "<comfy>Whitelisted players: <success><players></success>"
empty-whitelisted-players-list: "<comfy>Whitelist is <off>empty.</off>"
whitelist-cleared: "<comfy>All players have been <remove>removed</remove> from the whitelist."