Try to put the event cancelling at the end of the event, after the player receives the item.
Try to give them the worldedit.selection.pos permission.
Dubehh How didn't I come up with that... thanks :)
Garris0n What should I then use to increment the number of deaths every time a player dies, shown on a scoreboard for every user?
Garris0n Well, I've checked threads about how to make a killcounter/deathcounter with scoreboards, and all of them used "setscore". Haven't found...
Hello, I have a tricky problem with scoreboards. Basically I want to add 1 point to the scoreboard every time a player dies. It adds 1 point, and...
You learn by doing, not by getting someone else to write a code for you. Here is a bukkit tutorial which should answer what you ask about: Click here
Make a Command Executor, get the players inventory and then remove the specific item from their inventory.
Take a look at this thread. Hope it helps :) Click Here for the Thread
You could also use a Repeating Scheduler (Code has been taken from the link I sent you earlier): public void onEnable() { BukkitScheduler...
Why do you need two PlayerInteractEvents? Try putting both in one.
ImPhantom Make a Bukkit Scheduler. Here's a link for a tutorial: http://wiki.bukkit.org/Scheduler_Programming#BukkitScheduler
This is a pretty simple way of doing it: //Event will be called when player hits the "Respawn" button @EventHandler public void...
Fixed it now :D. Thanks for the help
Hey, I am making a team plugin and made it so players will have wool on their heads. I made a code so they won't be able to take these wool blocks...
Separate names with a comma.