- 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:
Logan Cusano
2024-03-10 04:50:16 -04:00
parent 7d4f48a446
commit bee95ed999
4 changed files with 37 additions and 25 deletions

View File

@@ -0,0 +1,7 @@
{
"name": "Addon 1",
"enabled": false,
"options": {
"eventName": "connection"
}
}