mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Implement basic chat functionality
This commit is contained in:
18
assets/robocraft/chat.json
Normal file
18
assets/robocraft/chat.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"commands": [
|
||||
{
|
||||
"regex": "\\?online",
|
||||
"op": {
|
||||
"type": "BuiltIn",
|
||||
"built_in": "OnlineUsers"
|
||||
}
|
||||
},
|
||||
{
|
||||
"regex": "\\?users",
|
||||
"op": {
|
||||
"type": "BuiltIn",
|
||||
"built_in": "TotalUsers"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user