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
24 lines
No EOL
1.1 KiB
YAML
Executable file
24 lines
No EOL
1.1 KiB
YAML
Executable file
# LPC Configuration
|
|
# Please read the https://luckperms.net/wiki/Prefixes,-Suffixes-&-Meta before you set up.
|
|
#
|
|
# Placeholders:
|
|
# {message} - the chat message
|
|
# {name} - the player's name
|
|
# {displayname} - the player's display name / nickname
|
|
# {world} - the world name of the player's current world
|
|
# {prefix} - the player's highest priority prefix
|
|
# {suffix} - the player's highest priority suffix
|
|
# {prefixes} - the player's prefixes sorted by the highest priority
|
|
# {suffixes} - the player's suffixes sorted by the highest priority
|
|
# {username-color} - the player's or the group's username color
|
|
# {message-color} - the player's or the group's message color
|
|
#
|
|
# To reload the configuration, run '/lpc reload' command. Make sure you have the 'lpc.reload' permission assigned.
|
|
# More information can be found at https://www.spigotmc.org/resources/68965.
|
|
chat-format: "{suffix}{prefix}&7{name} &8&l> &f&r{message}"
|
|
|
|
# Set the format per group.
|
|
# Note: Option for more advanced users. Remove comments to run.
|
|
group-formats:
|
|
# default: "[default] {name}&r: {message}"
|
|
# admin: "[admin] {name}&r: {message}" |