- 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
7 lines
111 B
JSON
7 lines
111 B
JSON
{
|
|
"name": "Addon 1",
|
|
"enabled": false,
|
|
"options": {
|
|
"eventName": "connection"
|
|
}
|
|
} |