You have to use 1 InventoryClickEvent
@Zombie_Striker Nope, the location isn't null. I've tried, but .spawnEntity() don't work...
@Zombie_Striker Yes I've debugged, the error is on .spawn(
Hi all, I need help with a plugin that leash an entity to a fence. But when I use the command I get a NullPointerException on line 8. My current...
@Lordloss How can I get the type now?
@mcdorli No that doesn't work.... Now it always says: POTION(0) for(int i = 0; i < Player.getInventory().getSize(); i++) {...
Hey all I've a problem with potions... I want to get the type of the potion out the inventory of the player. This is what I tried:...
@Assist Yes Thanks!! Changing the yaw of the Entity works :D Location fl = new Location(p.getWorld(), BlockX, BlockY, BlockZ);...
Hi all, I've a problem with Armor Stands... I want to set the facing direction of an Armor Stand. For Itemframes or Paintings is it:...
yes, Thanks!!
because it works fine for blocks like grass or flowers
@CraftCreeper6 Its faster to do something like: Location l = new Location(p.getWorld(), x, y, z); l.getBlock().getDrops().clear; It doesn't...
yea, but how can I set the drops of the chest to null?
@CraftCreeper6 ehm.. I'm not working with an event...
Hi all, I want to delete an area, but when I change or remove a block, blocks like chests and grass drop their items. Anyone knows how to disable...
Separate names with a comma.