Thanks would this work? if (event.getEntity().getLocation().getBlock().getLightLevel() < (byte) 6) {
How do you check if an area is dark? Like a certain block.
package com.crucifiedrealms.skills; import com.herocraftonline.heroes.Heroes; import com.herocraftonline.heroes.api.SkillResult; import...
node.set("radius", 2); node.set("base-damage", 5); node.set("damage-per-stacks", 10); node.set("max-stack-cost", 3);...
Latest Beta and thanks for the help!
It has always been like this since Minecraft doesn't let players spam click damage. No the damage is still not 0 even tho the damage is not...
It is being called at times when there is no damage. Like if I spam click on a zombie, it will run more than the times it is actually damaged. I...
Bavestry Because it is not always a sheep.
Will this return true if I check if a Sheep is instance of a LivingEntity? Like: if(event.getEntity() instanceof LivingEntity)
JaguarJo does it matter? package net.heroesofgalderon.skills; import com.herocraftonline.heroes.Heroes; import...
Onlineids }
Onlineids @Override
package net.heroesofgalderon.skills; import com.herocraftonline.heroes.Heroes; import com.herocraftonline.heroes.api.SkillResult; import...
Quantum64 Thanks how can I cancel this when the arrow is gone?
final Arrow arrow = player.shootArrow(); arrow.setKnockbackStrength(7); arrow.setVelocity(arrow.getVelocity().multiply(4));...
Separate names with a comma.