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
- Mission: new commands /airbase info, /airbase atis, /airbase warehouse and /airbase capture
- server.yaml: new parameter show_atis. If true, an ATIS display will be sent to people that jump in slots.
CHANGES:
- Removed Side.SPECTATOR in favor of Side.NEUTRAL
- Renamed /mission atis to /airbase atis
- Profiler: disables max_hung_minutes now when enabled
Copy file name to clipboardExpand all lines: README.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -459,6 +459,13 @@ DEFAULT:
459
459
4) ...
460
460
accept_rules_on_join: true # True, if rules have to be acknowledged (players will be moved to spectators otherwise, default: false)
461
461
My Fancy Server: # Your server name, as displayed in the server list and listed in serverSettings.lua
462
+
channels:
463
+
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
464
+
chat: 8877665544332211# The Discord channel for the in-game chat replication. You can disable it by setting it to -1.
465
+
events: 1928374619283746# Optional: if you want to split game events from chat messages, you can enable an optional events channel.
466
+
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.
467
+
voice: 1827364518273645# Optional: The voice channel, where people need to connect to (mandatory if force_voice is true).
468
+
audit: 9182736459182736# Optional: a server-specific audit channel (for those of you who like channels, all others can use the global one)
462
469
server_user: Admin # Name of the server user #1 (technical user), default is "Admin".
463
470
show_passwords: true # Do you want the password to be displayed in the server status embed? (default: true)
464
471
smooth_pause: 5# Servers that are configured to PAUSE on startup will run for this number of seconds until they are paused again (default 0 = off)
@@ -468,19 +475,13 @@ My Fancy Server: # Your server name, as displayed in the server l
468
475
validate_missions: true # Check if your missions can be loaded or not (missing maps, etc.). Default: true.
469
476
ignore_dirs: # Optional: ignore directories from mission upload / mission add (already ignored are .dcssb, Scripts and Saves)
470
477
- archive
471
-
autorole: Fancy Players # Optional: give people this role if they are online on this server (overwrites autorole[online] in bot.yaml!).
478
+
autorole: Fancy Players # Optional: give people this role if they are online on this server (overwrites autorole/online in bot.yaml!).
479
+
show_atis: true # Optional: show ATIS information on BIRTH
472
480
force_voice: false # Optional: enforce the usage of a voice channel (users need to be linked!) - default: false
473
481
discord: # Optional: specify discord roles that are allowed to use this server
474
482
- '@everyone'# Attention: people cannot self-link on these servers and have to be liked properly already!
475
483
managed_by:
476
484
- Special Admin # Optional: a list of Discord roles that can manage this server (default: DCS Admin)
477
-
channels:
478
-
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
479
-
chat: 8877665544332211# The Discord channel for the in-game chat replication. You can disable it by setting it to -1.
480
-
events: 1928374619283746# Optional: if you want to split game events from chat messages, you can enable an optional events channel.
481
-
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.
482
-
voice: 1827364518273645# Optional: The voice channel, where people need to connect to (mandatory if force_voice is true).
483
-
audit: 9182736459182736# Optional: a server-specific audit channel (for those of you who like channels, all others can use the global one)
484
485
chat_log:
485
486
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