Clean up command perms (#28451)

* Change BanExemption command to AdminFlags.Ban permissions

* Change LOOC to check for Moderator permission

* Change ListVerbs from Admin to Debug AdminFlags

* Change RunVerbAs from Admin to Fun AdminFlags

* More permission changes

* Change GhostKick to Moderator perm

* Clean up command perms

* fuck

---------

Co-authored-by: ShadowCommander <10494922+ShadowCommander@users.noreply.github.com>
This commit is contained in:
Nemanja
2024-06-01 04:14:43 -04:00
committed by GitHub
parent 81387fa220
commit 68992735d8
21 changed files with 58 additions and 32 deletions

View File

@@ -109,6 +109,21 @@
///</summary>
Pii = 1 << 18,
/// <summary>
/// Lets you take moderator actions on the game server.
/// </summary>
Moderator = 1 << 19,
/// <summary>
/// Lets you check currently online admins.
/// </summary>
AdminWho = 1 << 20,
/// <summary>
/// Lets you set the color of your OOC name.
/// </summary>
NameColor = 1 << 21,
/// <summary>
/// Dangerous host permissions like scsi.
/// </summary>