Well, you can't construct a new Material if I remember correctly, you'll have to use the ItemStack class. So try something like this: ItemStack...
Try doing a System.out.println("Test #1"); right before your final Player p in your onRightClick method. Then interact with something in game and...
Are you getting any errors... or..?
Should be fixed now. Although you'll have to drop Vault into your plugins folder since Group Manager and Bukkit's default permissions handling...
Hmm. Which permissions plugin are you using? It should just be using Bukkit's default permission handling... (Checks player.suspend and...
You're very welcome! I hope it works out for you :D
<Edit by Moderator: Redacted mediafire url> Current features: Using /suspend Player (if you have the permission player.suspend), will prevent a...
So you just want the command to prevent players from moving, breaking/placing blocks, and running commands, right? I'll try to work on this really...
What part are you stuck on exactly? It seems like the others have given you all the code that you need :) When you call player.setScoreboard(),...
Thanks, your response cleared the cobwebs :) I realized that I was removing recipes with the result of bread by looping through the recipes...
I'm trying to add a furnace Recipe with the following: FurnaceRecipe bread = new FurnaceRecipe(new ItemStack(Material.BREAD, 1),...
Okay... What's not working?
What line of code gives you the nullpointer?
Okay, for us to be able to help you need to post your code, the error you're getting, and the line of code that the error is pointing to.
That plugin was compiled with Java 7, you need to be running Java 7 or higher. Edit: Ninja'd.
Separate names with a comma.