- Added a config system to the addons - Added options in the config for dynamic variables - Updated example and code to use new config and options
This commit is contained in:
7
server/addons/example/config.json
Normal file
7
server/addons/example/config.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "Addon 1",
|
||||
"enabled": false,
|
||||
"options": {
|
||||
"eventName": "connection"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user