Soo.. I'm trying to check if a location is in a WorldGuard Region. How do I do this? I tried it with .getRegion(name).getPoints().get(loc);...
@Skionz You mean like this? Still doesn't work.. @EventHandler public void onEatFood(PlayerInteractEvent e){ Player p = e.getPlayer();...
@EventHandler public void onEatFood(PlayerInteractEvent e){ Player p = e.getPlayer(); Material m =...
TheMcScavenger I think you didn't understand. I want a method to cancel the task after it ran 5 times for this entity..
I'm creating a bleeding effect. When a Entity gets hit, it bleeds with redstone particles and drip lava particles. When the Entity gets hit, it...
Do you mean there are no Objectives registered if you do /scoreboard objectives list ? I think that's normal. I worked with the scoreboard several...
Jhtzb I'm not quite sure what you mean.. Could you explain that a little bit more or send me a code snippet?
Used the search function, no answer found .. Hey Bukkit Community & Devs! Right to the problem: I've got 4 teams in a scoreboard and want my...
Worked for me. Thanks :) HeavyMine13 ProjectileHitEvent
HeavyMine13 There's no e.getLocation(), neither a e.getLocation().createExplosion() Method .. :-/
Hey there, Bukkit Community! I've got a problem: For a PvP Plugin, I made a class, that's able to cast spells like shooting arrows and...
Very awesome addon! Installed ;)
I still don't really understand how to implement this to my code..
Hey Bukkit Forums! I have a problem: I want to create a /top command out of a YML File. My constuction is like this: Player:...
Separate names with a comma.