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
|
|
|
# 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:
|
2026-05-04 15:50:18 +01:00
|
|
|
# /tp = request teleport (not raw teleport)
|
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
|
|
|
tp:
|
|
|
|
|
- essentials:tpa $1-
|
2026-05-04 15:50:18 +01:00
|
|
|
|
|
|
|
|
# /pm = private message (matches help text)
|
|
|
|
|
pm:
|
|
|
|
|
- essentials:msg $1-
|
|
|
|
|
|
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
|
|
|
# Allow ONLY /deletehome (maps to essentials:delhome)
|
|
|
|
|
deletehome:
|
|
|
|
|
- essentials:delhome $1-
|
2026-05-04 15:50:18 +01:00
|
|
|
|
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
|
|
|
# Disable /delhome by NOT defining it here
|
|
|
|
|
|
|
|
|
|
tpa: []
|
|
|
|
|
tpahere: []
|
|
|
|
|
tphere: []
|
|
|
|
|
teleport: []
|
2026-05-04 15:50:18 +01:00
|
|
|
|
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
|
|
|
skin clear: []
|
|
|
|
|
skin update: []
|
|
|
|
|
skin search: []
|
|
|
|
|
skin random: []
|