Enum AdminFlags
Permissions that admins can have.
Namespace: Content.Shared.Administration
Assembly: Content.Shared.dll
Syntax
public enum AdminFlags : uint
Fields
Name | Description |
---|---|
Admin | Basic admin verbs. |
Adminhelp | Lets you use the admin help system. |
Ban | Ability to ban people. |
Debug | Debug commands for coders. |
EditNotes | Lets you create, edit and delete admin notes. |
Fun | !!FUN!! This is stuff that trial administrators shouldn't quite have access to yet, e.g. for running events. |
Host | Dangerous host permissions like scsi. |
Logs | Lets you view admin logs. |
Mapping | Large mapping operations. |
None | |
Permissions | Ability to edit permissions for other administrators. |
Query | Lets you use BQL queries. |
Round | Lets you modify the round (forcemap, loadgamemap, etc) |
Server | Ability to control the server like restart it or change the round type. |
Spawn | Ability to spawn stuff in. |
VarEdit | Ability to use VV. |
ViewNotes | Lets you view admin notes. |