twitch-chat icon indicating copy to clipboard operation
twitch-chat copied to clipboard

Gamerule-like feature request

Open wifl2k opened this issue 9 months ago • 0 comments

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

wifl2k avatar Mar 03 '25 13:03 wifl2k