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
31 lines
937 B
YAML
Executable file
31 lines
937 B
YAML
Executable file
# In this file you can configure categories. Land categories can be set
|
|
# in the various options menu of a land. This helps players finding
|
|
# for example shop lands in the /lands list menu.
|
|
#
|
|
# You can add your own categories and delete existing ones.
|
|
# NOTE: A server reload or restart is required for any changes of this file to take effect.
|
|
|
|
land:
|
|
enabled: true
|
|
categories:
|
|
members:
|
|
enabled: true
|
|
name: '&eLooking for Members ☺'
|
|
description:
|
|
- '&7This land is actively searching'
|
|
- '&7for new members.'
|
|
shop:
|
|
enabled: true
|
|
name: '&cShop $'
|
|
description:
|
|
- '&7This land contains shops.'
|
|
pvp:
|
|
enabled: true
|
|
name: '&4PvP Arena ⚔'
|
|
description:
|
|
- '&7This land features a PvP arena.'
|
|
mobfarm:
|
|
enabled: true
|
|
name: '&9Mobfarm'
|
|
description:
|
|
- '&7This land features a mobfarm.'
|