EmilHernvall / tregmine

The tregmine plugins
http://tregmine.info/
BSD 4-Clause "Original" or "Old" License
8 stars 10 forks source link

A fix for the new Keyword/Alerts AND read desc #123

Closed lDiverse closed 11 years ago

lDiverse commented 11 years ago

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.)