Page 1 of 1

Bukkit Plugins: Warning Plugin

Posted: Tue May 15, 2012 7:57 pm
by Samuel98
Content Deleted

Re: Bukkit Plugins: Warning Plugin

Posted: Tue May 15, 2012 10:13 pm
by jacek
Store warnings in a hashmap for each player, if one of their values is greater than 5 don't let them connect.

Have a look at how I track data in https://github.com/betterphp/MineBansAntiSpam that might help.