-
-
Notifications
You must be signed in to change notification settings - Fork 378
[enhancement] Add a modified setting command. #1925
Conversation
… reset. Signed-off-by: scorbett123 <[email protected]>
src/main/kotlin/org/kamiblue/client/command/commands/ModifiedCommand.kt
Outdated
Show resolved
Hide resolved
I'd much rather the modified settings suggestion from #1648 be implemented instead, as the majority of people likely don't use the chat commands and using something like this is a bit ehhh |
I think that the suggestion in #1648 is good, however I was more thinking of this as a power user thing, and I especially like it due to having previously messed up the gui, but didn't was to reset everything to defaults. But your call. If you want I can try and combine this and that. This would also be useful in some cases when people are asking for help, and gives people the ability to set a single setting to default. |
Ohh this one is on a per setting basis? |
Yes, when doing it you can see which settings you have changed and reset them individually. (just by clicking on them) |
I think my wording in it is a bit dodgy, so if you have a better idea of how to word it please say. |
Signed-off-by: scorbett123 <[email protected]>
This branch now also has boldness on modified settings. As you mentioned earlier @L1ving |
Is that optional? Just throw a setting in ClickGui if it isn't |
Yep, it is optional. |
src/main/kotlin/org/kamiblue/client/command/commands/ModifiedCommand.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/org/kamiblue/client/command/commands/ModifiedCommand.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/org/kamiblue/client/gui/rgui/component/Slider.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/org/kamiblue/client/module/modules/client/ClickGUI.kt
Outdated
Show resolved
Hide resolved
Signed-off-by: scorbett123 <[email protected]>
Signed-off-by: scorbett123 <[email protected]>
src/main/kotlin/org/kamiblue/client/gui/rgui/component/Slider.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/org/kamiblue/client/command/commands/ModifiedCommand.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/org/kamiblue/client/command/commands/ModifiedCommand.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/org/kamiblue/client/gui/rgui/component/Slider.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/org/kamiblue/client/setting/settings/AbstractSetting.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/org/kamiblue/client/command/commands/ModifiedCommand.kt
Outdated
Show resolved
Hide resolved
Signed-off-by: scorbett123 <[email protected]>
src/main/kotlin/org/kamiblue/client/command/commands/ModifiedCommand.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/org/kamiblue/client/command/commands/ModifiedCommand.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/org/kamiblue/client/command/commands/ModifiedCommand.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/org/kamiblue/client/command/commands/ModifiedCommand.kt
Outdated
Show resolved
Hide resolved
Signed-off-by: scorbett123 <[email protected]>
src/main/kotlin/org/kamiblue/client/gui/rgui/component/StringButton.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/org/kamiblue/client/gui/rgui/component/BindButton.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/org/kamiblue/client/gui/rgui/component/EnumSlider.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/org/kamiblue/client/gui/rgui/component/SettingButton.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/org/kamiblue/client/gui/rgui/component/SettingSlider.kt
Outdated
Show resolved
Hide resolved
Signed-off-by: scorbett123 <[email protected]>
src/main/kotlin/org/kamiblue/client/command/commands/ModifiedCommand.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/org/kamiblue/client/command/commands/ModifiedCommand.kt
Outdated
Show resolved
Hide resolved
Signed-off-by: scorbett123 <[email protected]>
Thanks! |
Thanks |
Adds a modified setting command that allows for easier debugging and easy resetting of changes.
Just click to reset.