Files
DRBv3/server/addons/example/config.json
Logan Cusano bee95ed999 #6
- 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
2024-03-10 04:50:16 -04:00

7 lines
111 B
JSON

{
"name": "Addon 1",
"enabled": false,
"options": {
"eventName": "connection"
}
}