More often then not, most issues come from really basic coding mistakes. Leaking memory, poorly optimized loops, expensive operations being used...
After almost a year of inactivity, it's been updated to v2.6 Works with the latest build, and most of the things that broken have been taken care...
I keep seeing this pop up every once in a while, and to be frank it's getting rather tiring to see it spewed about by people who likely have only...
What you're looking for, if you haven't found it already, is something like this: Bukkit.getScheduler().scheduleSyncRepeatingTask(this [as in...
That's not it, though. The issue lies with this: World world = Bukkit.getWorld("rworld"); if(event.getTo().equals(world)){ You can't...
Small question: Why create another World instance instead of doing this: if(event.getTo().getWorld().getName().equalsIgnoreCase("rworld")) //do...
The problem with this is that it's incredibly hard to give a date when you can't predict when you will and won't have time. I expected to have...
https://trello.com/board/deadmines-revamp-v3-0/5021e745bca3cd477c1d8abf Here's a link to the Trello board that I'm making for it. Not much on it...
This is actually a lot of reflection taking place behind the scenes. I had to do this in order to allow zombies with custom health to spawn--and...
Oh god you're going through my horrible code. I shall pray for you tonight. That being said, I'm completely reworking this plugin (once again)...
I'm really sorry I haven't been keeping up with my projects. Between school starting soon and working full time, I've found very little time to do...
Separate names with a comma.