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
25 lines
878 B
YAML
25 lines
878 B
YAML
# For help with webhooks: https://support.discord.com/hc/en-us/articles/228383668
|
||
|
||
enabled: false
|
||
webhook: ""
|
||
# Set to true to bypass Discord's webhook URL format validation.
|
||
# This allows any valid HTTPS URL (useful for proxies or Matrix forwarders).
|
||
disable-webhook-validation: false
|
||
embed-title: "**Grim Alert**"
|
||
embed-color: "#00FFFF"
|
||
include-timestamp: true
|
||
# Replaces backticks in values (like client brands) so they don't break Discord's text formatting.
|
||
# Set to "`" to disable this replacement.
|
||
backtick-replacement-char: "ˋ" # Defaults to U+02CB
|
||
violation-content:
|
||
- "**Player**: `%player%`"
|
||
- "**Check**: %check%"
|
||
- "**Violations**: %violations%"
|
||
- "**Client Version**: %version%"
|
||
- "**Brand**: `%brand%`"
|
||
- "**Ping**: %ping%"
|
||
- "**TPS**: %tps%"
|
||
|
||
# Schema markers — see header comment in config.yml.
|
||
config-flavor: V2
|
||
config-version: 1
|