Came across this yesturday, seems exactly what you're looking for: http://forums.bukkit.org/threads/double-jump.127013/
It seems removing this line made it work again: while(!randomLoc.getBlock().getType().equals(Material.AIR)) { randomLoc; } which infinitely...
5 lines up from the bottom is line 47. randomLoc is a Location which is first made just before the onPlayerMove. Although it is null at first,...
As the title says, but what really gets me is this plugin was working fine up until this evening. I've updated a few plugins, and Bukkit to a...
Yeah, I think so... xD Code gets confusing when it becomes too long :P Thank goodness for eclipse!
Hey all. I've been working on abit of a hefty plugin over the past few days, and have finally got stuck on this: while(nxtrnd = true) {...
Thats kinda what I wanted it for. I was going to be selling ranks and XP in my store, and I wanted players to be able to tell apart those who had...
Heya, On the recent payments box, I don't suppose you could make it possible to show what rank they bought? Thanks,
Hello, I was wondering if there could be a way for users to check how many days they have left of VIP etc. Like a web address including the...
To the top...
Im no fan of repetitive bumping, but surely someone must know how to work a minecart...? :confused:
Ok, so I have a load of rails and their co-ords stored in a .yml, and i've set up the plugin so that when the cart comes within 3 blocks of them,...
That was it. :) I'm new to Java, and this is only like my third plugin, so i'm still not completely familiar with these things. Thanks all! :D
Heya all, Been trying to figure out why this doesn't work: String pie = e.getTo().getBlockX() + "," + ((e.getTo().getBlockY())-1) + "," +...
I found a plugin that seems to do the trick now: http://dev.bukkit.org/server-mods/itemstacker/ Needs one or two extra features, but otherwise...
Separate names with a comma.