Hey, i saw you writ a post saying you was making a ghost busters plugin but it was private? i was wondering if it was done and if i could possibly use it on my server,i am trying to recreate the 3 games that is long gone from the skga.me (skydoesminecrafts) server, Ghost busters being on of them and ofcourse levels pvp please reply asap your dimsall in destress xD - Froggy
Do you mean you want a permission node that makes only players with that permission node able to use the axe? Add under: if (event.getItem().getType() == Material.GOLD_AXE) { if (event.getPlayer().hasPermission("your.permission") { Then add ontop of the closing paired bracket for the getType() statement another "}" to match.
Make sure to register it using plugin.yml, or: this.getServer().getPluginManager().addPermission(new Permission("your.permission")); ^ Put that in onEnable() somewhere.
okey np bro<3 http://pastebin.com/zVjF3SVH and how you could put a permit to an effect only to a command :(
Sorry, change that line of code from: int secondsRemaining = (int) (timeRemaining / 1000); To: int secondsRemaining = this.castDelay - (int) (timeRemaining / 1000); Also, you don't need the: (secondsRemaining != 1 ? "s" : "") Bit if you're not typing "seconds" but using "s". Just make it: "s"
Cool. I'm just a freeload Bukkit programmer with 4 MASSIVE plugin projects which I need lots more time to work on. School messes up my programming life -.-
Hi Farris I Have A Plugin Request/ Question I Always Use &b So Is There A Way To Set My Chat Color To &b? If There Isn't Make One :D :p Pl0x
Hey I was wondering if you would help me out with something? You replied to my post on the /rankup plugin. If yo could check it out and help it would be great, thanks -Organic