bluegru http://stackoverflow.com/questions/9919734/selecting-random-key-and-value-sets-from-a-map-in-java
Slind Ohh... nevermind me then
Possible, but either requires two dependencies or a lot of work. The dependencies I'm speaking of are: TabAPI ProtocolLib
DrMedia Try looking at the Mob Arena source code, I remember that plugin spawning wolves and attacking NPC's. Might be a simple change from that.
thepaperboy99 Something like this final Connection conn = DriverManager.getConnection(url, user, pass);...
xTrollxDudex Desle Yes, anything stored in memory will be lost once the plugin is unloaded. i.e lists, hashmaps, strings, exc..
Use a list for entries that don't have data assotiated with it.
ceoepts Try renaming the class so it's not the same name as the class it's implementing.
StormCoreFilms You can try delayed task with random delays.
lDucks ceoepts Oh nevermind, forgot the entry would just return null. Are you sure that the line you showed us is correct as per the stacktrace?...
ceoepts How about you try it before you say it doesn't work.
ceoepts Because you need to have atleast some data for a YAML entry. Add a description to the commands.
kyle william Well you obviously can't give that amount of RAM to Java. Allocate less RAM.
Croug if(dest == null){ sender.sendMessage("Could Not Find '" + args[0] + "'"); } You don't return on this check. If...
Separate names with a comma.