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
StreamUtils.addMessage(EnumChatFormatting.GREEN + "Volume for message sound effects has been set to " + EnumChatFormatting.AQUA + EnumChatFormatting.BOLD + newState * 100 + "%");
StreamUtils.addMessage(EnumChatFormatting.GREEN + "Volume for event sound effects has been set to " + EnumChatFormatting.AQUA + EnumChatFormatting.BOLD + newState * 100 + "%");
171
+
}
172
+
break;
131
173
default:
132
174
StreamUtils.addMessages(sender, newString[]{
133
175
EnumChatFormatting.GREEN + "Usage of /twitch sounds:",
134
176
EnumChatFormatting.GRAY + "/twitch sounds message [enable/disable]"+EnumChatFormatting.WHITE+" - "+EnumChatFormatting.AQUA+"Enables/disables sound effect on new twitch chat message.",
135
-
EnumChatFormatting.GRAY + "/twitch sounds follow [enable/disable]"+EnumChatFormatting.WHITE+" - "+EnumChatFormatting.AQUA+"Enables/disables sound effect on new twitch follower."
177
+
EnumChatFormatting.GRAY + "/twitch sounds follow [enable/disable]"+EnumChatFormatting.WHITE+" - "+EnumChatFormatting.AQUA+"Enables/disables sound effect on new twitch follower.",
178
+
EnumChatFormatting.GRAY + "/twitch sounds messagevolume [new volume]"+EnumChatFormatting.WHITE+" - "+EnumChatFormatting.AQUA+"Controls the volume of sounds effects for new messages.",
179
+
EnumChatFormatting.GRAY + "/twitch sounds eventvolume [new volume]"+EnumChatFormatting.WHITE+" - "+EnumChatFormatting.AQUA+"Controls the volume of sounds effects for events like new followers."
0 commit comments