remove the item meta, you don't even use it. for the colors: http://minecraft.gamepedia.com/Stained_Glass#Data_Values
ThePixelPony As I said in another thread, there is something wrong at the moment with custom entities. You have done your checks right- when you...
lrdemolition its only been 45 minutes and you already bump? anyway, you would have to import the plugin just like you import bukkit into your...
It's the current version of bukkit/minecraft. There is something wierd about custom entities that will just crush the client. I'm having the same...
FerusGrim I didn't ignore the rest of your response, as a matter of fact I did dig up the NMS code and found a way of doing it. Your solution of...
teej107 That's just highly inefficient, as the spawning algorithem is already pretty massive, so to add some custom code of my own on top of that...
teej107 Still not helpfull. I want to be able to rewrite the original spawning code, as I need to "redefine" what is a valid spot for spawning,...
FerusGrim I'm aware of the fact I will need to disable their fire damage. In fact, I already did that using EntityCombustEvent. The part where I'm...
MCMastery what the....? you realy didn't undetsand my question. I don't want to disable fire damage, I want to override the mob spawning mechanism.
As the title says, I want to override the spawning mechanism so I would be able to spawn mobs on any time (day or night) at any light level. I...
You didn't check if player is null. When a player is not online, the method will return null, it is stated in the javadoc.
DuB_B_O_S double balance = 1234567.89; DecimalFormat df = new DecimalFormat("###,###,###,###,###.##"); String formattedBalance =...
double health = ((int)(killer.getHealth() * 100))/100.0; this way, if u got 1.2897453154 it will become to 128 (integer) and then go back to 1.28.
You will have to handle any event that may cause him to have an item at that slot (cancel or add to another slot).
Cheesepro 1. your else statement is in the wrong section, you are doing that else if label is not equalsIgnoreCase to menchant. 2. to set the name...
Separate names with a comma.