@megamichiel Didn't think of that! I'll give it a try now. Cheers
Hey guys! I'm creating a plugin that has a custom recipe to craft a block (With customised meta and display name). The problem I'm trying to...
If you haven't done it yet I can do it :)
Thank you FisheyLP! It works now!
So I'm trying to make a plugin where you right click a particular block (for instance wool) and it will replace the item in hand with that block....
Yup :) I'm working on a KeyGen
public boolean onCommand(CommandSender sender, Command cmd, String label, String[] args) { if(cmd.getName().equalsIgnoreCase("openinv")){...
Hey guys, I'm trying to make this so that after lets say you put your boats and hoes in the extra inventory (at the command of /openinv), it...
I'll make it for you. I will start work on it when Bukkit 1.7.2 libraries are out :)
Add the line of code Player player = (Player)sender; Then replace all the words of 'sender' to 'player'
Hey guys! I've been trying to work on something that will allow somebody to give another player <(Must be online) a permission through a...
There were actually no errors in the console before :) Also, Thank you to everyone who has helped me! :D I've got it working.
You would do this: public boolean onCommand(CommandSender sender, Command cmd, String label, String[] args) { if (sender instanceof...
Separate names with a comma.