File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/dev/gamemode/chatchannels/command Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11object Deps {
2- val projectVersion = " 1.0 "
2+ val projectVersion = " 1.1 "
33
44 object Plugins {
55 const val paperweightVersion = " 1.5.5"
Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ private TextComponent buildToggle(MembershipChannel channel) {
7474
7575 @ NotNull
7676 private TextComponent buildActive (Channel channel ) {
77- return Component .text ("[Active ]" , NamedTextColor .GOLD )
78- .hoverEvent (HoverEvent .showText (Component .text ("Click to activate channel." )))
79- .clickEvent (ClickEvent .runCommand ("/activechannel " + channel .getName ()));
77+ return Component .text ("[Switch ]" , NamedTextColor .GOLD )
78+ .hoverEvent (HoverEvent .showText (Component .text ("Click to switch channel." )))
79+ .clickEvent (ClickEvent .runCommand ("/switchchannel " + channel .getName ()));
8080 }
8181}
You can’t perform that action at this time.
0 commit comments