left click goes forwards, right click backwards on the channel list
in case the player joins a channel not supported by this change, it will display the channel name as sent by TownyChat and clicking the button will go back to the general channel
if you have the chat open and someone kicks you from the party you will go back to the general chat
entering commands will strikethrough the channel name to indicate that the message won't go to that channel
Let me know if you see anything wrong code/style wise, I don't usually do Java :sweat_smile:
Also fixed one NPE and added handling of the party leaving message (separate commits, needed so the party channel doesn't break when being kicked from the party):
https://github.com/jb0s/blockgame-enhanced/assets/1146309/76506d87-8ec0-4f43-8889-a2afc24ffab1
Let me know if you see anything wrong code/style wise, I don't usually do Java :sweat_smile:
Also fixed one NPE and added handling of the party leaving message (separate commits, needed so the party channel doesn't break when being kicked from the party):