jwkerr / Tabby

Tabby is a highly customisable Fabric mod for Minecraft that adds extra utility to the tab list
https://modrinth.com/mod/tabby
MIT License
8 stars 4 forks source link

[Feature] Add Commands to quickly change settings #4

Open GalaxyGaming2000 opened 1 year ago

GalaxyGaming2000 commented 1 year ago

Instead of having to click through a bunch of menus there should be something like /tabby [setting] [value] so people dont have to constantly have to go into the config screen and modify to figure out it still needs tweaking

jwkerr commented 1 year ago

i don't know if that's possible in cloth config api

GalaxyGaming2000 commented 1 year ago

hm would it be possible to make a custom config and add an option to use that instead of the cloth one?

jwkerr commented 1 year ago

i can probably just edit the config file directly with a command or see how cloth config does it, but using cloth config for the gui is good since it simplifies things a lot

GalaxyGaming2000 commented 1 year ago

i will settle for a key combo to reload the config lol

jwkerr commented 1 year ago

if i do #11 i can do this at the same time since it will require writing a custom method for saving values