1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Add server-side chat command to grant account permissions in-game

This commit is contained in:
NG (Graham)
2025-12-26 20:46:05 -05:00
parent 7f187dcb98
commit 5e05cbdb59
8 changed files with 368 additions and 177 deletions

View File

@@ -14508,6 +14508,24 @@
},
"permission": "Developer"
},
{
"regex": "\\?grant",
"op": {
"type": "BuiltIn",
"built_in": "System",
"system": "Permissions"
},
"permission": "Developer"
},
{
"regex": "\\?perms",
"op": {
"type": "BuiltIn",
"built_in": "System",
"system": "CheckPermissions"
},
"permission": "Player"
},
{
"regex": "\\?help",
"op": {