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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ For more examples look here: [Examples](https://github.com/HerrMagiic/CSS-Create
50
50
"say hello"
51
51
],
52
52
"Permission": {
53
-
"ReguiresAllPermissions": false,
53
+
"RequiresAllPermissions": false,
54
54
"PermissionList": [
55
55
"@css/cvar",
56
56
"@custom/permission",
@@ -104,7 +104,7 @@ An array of server commands to be executed when the command is triggered. Useful
104
104
105
105
Defines if the command requires specific permissions to execute:
106
106
107
-
-**ReguiresAllPermissions**
107
+
-**RequiresAllPermissions**
108
108
- Set to true = The player needs all permissions in PermissionsList
109
109
- Set to false = The player only needs one of the permissions in PermissionsList
110
110
-**PermissionList**: A list of permission flags or groups required to execute the command. [More Explenation](https://docs.cssharp.dev/docs/admin-framework/defining-admins.html)
0 commit comments