New people wouldn't be able to be added to the db because of a bug. Did testing today; Everything works now.
Also in the ForceBlock Command dingy. This needs to be fixed:
toPlayer.sendMessage(ChatColor.AQUA + player.getChatName() + ChatColor.AQUA + " tried to force you into a channel!");
player.sendMessage(ChatColor.AQUA + "Can not force " + toPlayer.getChatName() + ChatColor.AQUA + " into a channel!");
(Basically adding ChatColor.AQUA after displaying the name as the name colour continues.)
New people wouldn't be able to be added to the db because of a bug. Did testing today; Everything works now.
Also in the ForceBlock Command dingy. This needs to be fixed:
toPlayer.sendMessage(ChatColor.AQUA + player.getChatName() + ChatColor.AQUA + " tried to force you into a channel!"); player.sendMessage(ChatColor.AQUA + "Can not force " + toPlayer.getChatName() + ChatColor.AQUA + " into a channel!");
(Basically adding ChatColor.AQUA after displaying the name as the name colour continues.)