-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflags.properties.example
More file actions
18 lines (16 loc) · 1.23 KB
/
Copy pathflags.properties.example
File metadata and controls
18 lines (16 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# boss-pvp flag reporter — OPTIONAL local override of the shipped webhook.
#
# Flag reporting ships ON by default and posts to a shared boss-pvp-flags channel whose webhook is baked
# into the addon (FlagConfig.DEFAULT_WEBHOOK). Most users never touch this file — to opt OUT, use the
# in-game "Report crashes & kicks" toggle, not config.
#
# This file only matters if you want to redirect reports to your OWN (e.g. dev/private) channel. It is a
# LOCAL CLIENT override, never committed, and is NOT a GitHub Actions secret. Precedence:
# 1. environment variable BOSS_PVP_FLAGS_WEBHOOK=<url> (highest), else
# 2. this file at <minecraft>/config/boss-pvp/flags.properties (dev run dir: run/config/boss-pvp/), else
# 3. the baked-in shipped default.
webhook=https://discord.com/api/webhooks/XXXXXXXXXXXX/XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
# Combined channel used ONLY when both boss-pvp and BossUtility are installed (boss-pvp reports one merged
# embed for both addons here instead of to the channel above). Override via env BOSS_PVP_FLAGS_DUAL_WEBHOOK
# or the key below; otherwise the baked-in default is used.
# dualWebhook=https://discord.com/api/webhooks/XXXXXXXXXXXX/XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX