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
32 lines
763 B
YAML
Executable file
32 lines
763 B
YAML
Executable file
# This is the Bukkit commands configuration file for Paper.
|
|
#
|
|
# If you need help with the configuration or have any questions related to Paper,
|
|
# join us in our Discord or check the docs page.
|
|
#
|
|
# File Reference: https://docs.papermc.io/paper/reference/bukkit-commands-configuration/
|
|
# Docs: https://docs.papermc.io/
|
|
# Discord: https://discord.gg/papermc
|
|
# Website: https://papermc.io/
|
|
|
|
command-block-overrides: []
|
|
ignore-vanilla-permissions: false
|
|
|
|
aliases:
|
|
tp:
|
|
- essentials:tpa $1-
|
|
|
|
# Allow ONLY /deletehome (maps to essentials:delhome)
|
|
deletehome:
|
|
- essentials:delhome $1-
|
|
|
|
# Disable /delhome by NOT defining it here
|
|
|
|
tpa: []
|
|
tpahere: []
|
|
tphere: []
|
|
teleport: []
|
|
|
|
skin clear: []
|
|
skin update: []
|
|
skin search: []
|
|
skin random: []
|