I don't know. What have you attempted so far? I would personally define a class to represent a zone, including world names, coordinates, owner,...
I just realllyyy cannot help but notice and mention this: It's not INTERNATIONAL server error. That would be if the server in every country had an...
I'm trying to spawn falling sand blocks with a time of 0. I have falling sand spawning, but the problem is that it "snaps" the coordinates to the...
I already built the spawn for my new 1.7 server..... In VANILLA. It takes forever to open MCEdit... but I made a spawn.... and a resource pack...
Gah!
Anyways, 1.5 just came out. Apparently, the bukkit team was lazy and didn't make an update based off of the prerelease. So I downloaded the source...
Can I guess that your idea is to use falling sand blocks? Besides, you should give your plugin a less obscure name if you want people to find it...
I am making an elevator plugin that uses Block 36. I am using block 36 so that I have a smooth transition. The problem is, that the block acts...
Just so you know, the net.minecraft.server part of the non-API area is half obfuscated. I guess the craftbukkit developers just wanted to leave as...
If you are using spout, it's simple: GenericTexture gt = new GenericTexture(); gt.setUrl("http://s3.amazonaws.com/MinecraftSkins/" +...
No, there isn't documentation. I figured it out by using the java decompiler, and reverse-engineering it. I just looked at ShapelessRecipes and...
Only maps have that sort of ID, and you do it through ItemStack.getDamage().
Doing something like this is very difficult, and requires calling non-API functions. Here you go, though, this is the code. I have looked...
Here is your "looping" error problem: Bukkit.getServer().getPluginManager().callEvent(event); That was inside the event handler. Basically, the...
Literally, I had the same problem. I still can't figure it out, but I have bits and pieces: PermissibleBase pb = new...
Separate names with a comma.