minecraft-server/live-server/plugins/Lands/server-name.yml
s8n-ru 0dad38e02e 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

14 lines
1.1 KiB
YAML
Executable file

# This file is only relevant if Redis is enabled in config.yml.
# Here you can override the server-name and master option for Redis.
# Since copying the config.yml from one server to another will cause issues, if you don't adjust
# the Redis server-name and master option, you can configure these values in this file, so they override the config.yml Redis options.
# Just remove the comments at the option lines and set your desired value.
# This should be the name that you configured for this server in your BungeeCord or Velocity config.
# NOTE: If you're using mutlipaper, this option will be overridden by multipaper's own name decision.
#server-name: "server-1"
# This option should only be enabled on ONE of the servers that are connected to the same Lands database and Redis.
# If true: This server will execute tasks, such as upkeep, taxes etc. for all lands across all servers that are connected to the same Lands database and Redis.
# NOTE: If you're using multipaper, make sure to provide the actual name of the multipaper instance that should be the master server (not the multipaper master).
#master: false