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
27 lines
686 B
Text
Executable file
27 lines
686 B
Text
Executable file
# General Messages
|
|
|
|
general:
|
|
nametag:
|
|
prefix: '&8[&6UltimateTimber&8] '
|
|
nopermission: '&cYou don''t have permission for that!'
|
|
|
|
# Command Messages
|
|
|
|
command:
|
|
reload:
|
|
description: 'Reloads the config.'
|
|
reloaded: '&7Configuration and locale files have been reloaded.'
|
|
toggle:
|
|
description: 'Toggles your chopping mode'
|
|
enabled: '&7Chopping Mode: &aEnabled'
|
|
disabled: '&7Chopping Mode: &cDisabled'
|
|
give:
|
|
not-a-player: '&cNot a player.'
|
|
given: '&fGiven to player &a%player%'
|
|
no-axe: '&cAxe could not be loaded.'
|
|
|
|
# Event Messages
|
|
|
|
event:
|
|
'on':
|
|
cooldown: '&eYou are on cooldown and cannot topple trees right now.'
|