Closed BadgerCode closed 1 year ago
I may begin to thinker with this in my free time. Just to get some ideas flowing.
Would this be just an extra config tab in the normal manager that is displayed for admins? (Or what ever group you want similar to the AddUser stuff in the current config. Like another bool that would say if you can see the config tab or not)
Or maybe should it be a button (visible only to admins / group allowed to see it) that opens up its own menu with tabs? (Break it down into different groups like: permissions, autoslay , ban, and other options (for the ones that don't really group with the others)
For now I think getting the config out of the lua and into a JSON file in the data folder is a good first step which I plan on working on.
This was done in v3.6.0
No in-game interface to edit configuration, but that's a separate feature
The configuration for this addon currently lives within
lua/damagelogs/config/config.lua
.This causes 2 problems:
lua/damagelogs/config/config.lua
The configuration for this addon should: