Add unprivileged-gm-commands config option

Also replaced !kick with /worldkick (CMT_KICK)
This commit is contained in:
Jakob Gillich 2020-08-24 00:27:25 +02:00
parent 0429003863
commit 0fdd3a0133
9 changed files with 391 additions and 332 deletions

View file

@ -90,7 +90,11 @@ network {
}
}
developer {
development {
# List of GM commands available to everyone
# Values are ChatMessageType members, for example: [CMT_ADDBATTLEEXPERIENCE, CMT_CAPTUREBASE]
unprivileged-gm-commands = []
net-sim {
# Enable artificial packet unreliability. Used for development testing.
# Active equally on upstream and downstream packets.