You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to add a GUI for config purposes, instead of a plain file. Avoids the need for me to go into my homelab files to adjust config + having to restart my server over again for every change. makes it easy accessible in game.
What are you trying to modify
The way I would implement this is:
create a (paginated) GUI
each item in the gui represents a config key
the item material represents value type, example: green/red -> boolean[true/false], blue -> input value (string, int range, etc)
clicking on the item will either depending on the value type toggle it, or prompt the user in chat to give a value.
this maybe can we done in combination of making adapt be reloadable, where we can even make it reload certain sections based on what config k,v is changed.
The text was updated successfully, but these errors were encountered:
Adding, Removing, or Changing
Adding
Type of Modification
I want to add a GUI for config purposes, instead of a plain file. Avoids the need for me to go into my homelab files to adjust config + having to restart my server over again for every change. makes it easy accessible in game.
What are you trying to modify
The way I would implement this is:
this maybe can we done in combination of making adapt be reloadable, where we can even make it reload certain sections based on what config k,v is changed.
The text was updated successfully, but these errors were encountered: