Hi dere everyone, so I've made added this class to my API, basically it should easy some things when working with scoreboads. However when I...
You cannot rotate a mob I'm afraid, unless you're using a forge server (will require clients to use a mod in order to join)
You are forgetting the { and } around if(enable) and else
I've got a personal API for this, if you want I could send it to you. However I do need to tell you it's still a beta version.
The sound you mean is CREEPER_HISS http://jd.bukkit.org/dev/apidocs/
The code you see here is something I made to be used inside an API. Multiple plugins that use the API may need different ports, which is why I'm...
With the code I provided, not. However I slightly worked on an update which sets pending to false when the databridge is closed. However the...
I'm actually using this as an API. The older version did not have this issue however it was very unstable so I redid the whole thing. Right now...
Hi dere everyone, I've got a little issue, I'm working on a server network and in order for the servers to communicate I pass messaged between...
or you could add the check as the one in line 2 of the example below if(cmd.getName().equalsIgnoreCase("fly")){...
Try this: public static MerchantInventory createNewMerchantInventory(Player p){ InventoryMerchant im = new...
Could still use some help :p
I've been doing some testing with spawning a normal EntityCow and an empty class extending EntityWolf only containing public TestWolf(World world)...
I've tried recoding the part of my plugin where I create and spawn custom entities about 3 times (the final time with your code), and I'm still...
Hi dere, I've been working on a plugin which can spawn custom entities. So far so good, they've been spawned. Only I encountered a small issue:...
Separate names with a comma.