Let me know if you need something changed. https://github.com/HeadGam3z/GuardList/releases/tag/v1.0.0 /guards - Shows the list of guards. /duty...
retweet.
yeeeeeeeaaahhhhh, it's not saving. you're discarding all changes via loadConfiguration lol.
What's line 26 in your Main class (in your onEnable)? Also, your plugin.yml's permission uponanarchy.admin is invalid.
name: UppercutStaff main: plugins.mkezar.UppercutStaff version: 1.0 description: Punch players! commands: punch: description: Punches...
It's just another check. if (cmd.getName().equalsIgnoreCase("commandone")) { if (sender.hasPermission("commandone.permission")) { //...
Try p.getInventory().getItem(0).getType() == Material.MUSHROOM_SOUP instead.
Just to let you know... This code: for(Player warn : Bukkit.getServer().getOnlinePlayers()) {...
Nope. Edit: Meh, forgot to add what I was going to say... Anyway, String args is an array, so add those brackets. String[] args.
Change your List from a Player to a String.
Make another class. Call it whatever. Put your inventories in there. Make getters and (if needed) setters. Use your new class to call your...
You could use getConfig().set(path, object) and then save the config.
Initialize it? :p You did it in your other class.
Main. Is. Null.
main is null in your Cuboid class.
Separate names with a comma.