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

# Messaggi generali
no-permission: "<comfy><warning>Non hai il permesso di usare questo comando.</warning>"
inactive-command: "<comfy>Questo comando è <off>disabilitato</off> tramite config."
invalid-usage: "<comfy><warning>Utilizzo del comando non valido.</warning>\nUsa: <usage>"
unknown-subcommand: "<comfy><warning>Sottocomando sconosciuto.</warning> Digita /comfywl help per un elenco di comandi."
invalid-player-name: "<comfy><warning>Nome giocatore non valido.</warning>"
plugin-reloaded: "<comfy>ComfyWhitelist <success>è stato ricaricato con successo.</success>"
# Messaggi di stato della whitelist
whitelist-enabled: "<comfy>ComfyWhitelist <success>abilitato.</success>"
whitelist-disabled: "<comfy>ComfyWhitelist <off>disabilitato.</off>"
whitelist-already-enabled: "<comfy>ComfyWhitelist <success>già abilitato.</success>"
whitelist-already-disabled: "<comfy>ComfyWhitelist <off>già disabilitato.</off>"
# Messaggi di gestione dei giocatori
not-whitelisted: "<warning>Non sei sulla whitelist.</warning>"
player-added: "<comfy>Giocatore <success><name></success> è stato <success>aggiunto</success> alla whitelist."
player-removed: "<comfy>Giocatore <remove><name></remove> è stato <remove>rimosso</remove> dalla whitelist."
non-existent-player-name: "<comfy>Non c'è <warning>nessun</warning> giocatore chiamato <warning><name></warning> nella whitelist."
# Messaggi di visualizzazione della whitelist
whitelisted-players-list: "<comfy>Giocatori in whitelist: <success><players></success>"
empty-whitelisted-players-list: "<comfy>La whitelist è <off>vuota.</off>"
whitelist-cleared: "<comfy>Tutti i giocatori sono stati <remove>rimossi</remove> dalla whitelist."