minecraft-server/live-server/plugins/GrimAC/discord.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

25 lines
878 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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