You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- servers.yaml: new setting "managed_by" to set specific roles that can manage a server exclusively.
- servers.yaml: dedicated audit channel added for servers (optional)
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -456,12 +456,15 @@ My Fancy Server: # Your server name, as displayed in the server l
456
456
force_voice: false # Optional: enforce the usage of a voice channel (users need to be linked!) - default: false
457
457
discord: # Optional: specify discord roles that are allowed to use this server
458
458
- '@everyone'# Attention: people cannot self-link on these servers and have to be liked properly already!
459
+
managed_by:
460
+
- Special Admin # Optional: a list of Discord roles that can manage this server (default: DCS Admin)
459
461
channels:
460
462
status: 1122334455667788# The Discord channel to display the server status embed and players embed into. Right-click on your channel and select "Copy Channel ID". You can disable it with -1
461
463
chat: 8877665544332211# The Discord channel for the in-game chat replication. You can disable it by setting it to -1.
462
464
events: 1928374619283746# Optional: if you want to split game events from chat messages, you can enable an optional events channel.
463
-
admin: 1188227733664455# The channel where you can fire admin commands to this server. You can decide if you want to have a central admin channel or server-specific ones. See bot.yaml for more.
464
-
voice: 1827364518273645# The voice channel, where people need to connect to (if force_voice is true).
465
+
admin: 1188227733664455# Optional: The channel where you can fire admin commands to this server. You can decide if you want to have a central admin channel or server-specific ones. See bot.yaml for more.
466
+
voice: 1827364518273645# Optional: The voice channel, where people need to connect to (mandatory if force_voice is true).
467
+
audit: 9182736459182736# Optional: a server-specific audit channel (for those of you who like channels, all others can use the global one)
465
468
chat_log:
466
469
count: 10# A log file that holds the in-game chat to check for abuse. Tells how many files will be kept, default is 10.
0 commit comments