mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-12 23:14:36 +01:00
feat: Custom prefixes and basic help command
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
"ClientMode": "ZZ",
|
||||
"QuestCacheExpiry": 300,
|
||||
"ProxyPort": 0,
|
||||
"CommandPrefix": "!",
|
||||
"DevMode": true,
|
||||
"DevModeOptions": {
|
||||
"AutoCreateAccount": true,
|
||||
@@ -78,6 +79,11 @@
|
||||
"RealtimeChannelID": ""
|
||||
},
|
||||
"Commands": [
|
||||
{
|
||||
"Name": "Help",
|
||||
"Enabled": true,
|
||||
"Prefix": "help"
|
||||
},
|
||||
{
|
||||
"Name": "Rights",
|
||||
"Enabled": false,
|
||||
|
||||
Reference in New Issue
Block a user