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

Add stats chat command

This commit is contained in:
NG (Graham)
2025-10-31 22:41:33 -04:00
parent 3ef1aa20d0
commit 340f571637
11 changed files with 177 additions and 1 deletions

View File

@@ -14491,6 +14491,14 @@
},
"permission": "Developer"
},
{
"regex": "\\?stats?",
"op": {
"type": "BuiltIn",
"built_in": "Stats"
},
"permission": "Player"
},
{
"regex": "\\?broadcast",
"op": {