mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-03-25 14:59:07 +00:00
Add unprivileged-gm-commands config option
Also replaced !kick with /worldkick (CMT_KICK)
This commit is contained in:
parent
0429003863
commit
0fdd3a0133
9 changed files with 391 additions and 332 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue