twitch-chat
twitch-chat copied to clipboard
Gamerule-like feature request
It'd be cool if you made it so when you typed each command for example:
/twitch broadcast
it would display the current setting instead of forcing you to provide true/false just like the gamerule command
something like this:
.executes(ctx -> { boolean currentState = ModConfig.getConfig().isBroadcastEnabled(); ctx.getSource().sendFeedback(Text.literal("Twitch broadcast is currently " + (currentState ? "enabled" : "disabled"))); return 1; })
also if you did
/twitch watch
with no arg, it'd tell you who you're watching currently or if you're watching nobody