Gecco1234 This is a useful tool for yml files http://yaml-online-parser.appspot.com/ ;)
Slash9211 Change: int original = event.getDamage().getAmount(); //to double original = event.getDamage().getAmount(); //or int original = (int)...
Slash9211 This might work: event.getDamage().getAmount();
So I have my config set out something like this: username: group: chickens username1: group: fish username3: group: chickens How could...
Verify_x When they have a kit add them to a arraylist and when they die remove them. And at the top of the command check if the arraylist contains...
adam753 I think thats right but I can work out how to get the last previous slot and check what it is. Could you help?
Onlineids But what event should I use?
I have looked on the internet and Bukkit api docs, but i can't seem to find a event for when a player scrolls or presses a number to change the...
I have a basic guns class and I am not sure how to make it so when a player shoots lets say 8 bullets the gun reloads. Is there a way to do this?...
AtomSponge Thanks :)
AtomSponge Still having issues with it :/. I have no idea whats wrong :( private SettingsManager() { } static SettingsManager instance =...
Some thing like this? grasshopperMatt123 Player player = event.getPlayer() if (!(player.getWorld().equals("youworldname"))) return;
AtomSponge When I try to change it doesn't work. Shouldn't this work? public FileConfiguration getGangs() { return gangs; }
My settings manager is not working properly as when i insert something it adds it to all 3 file, could some one help please :). SettingsManager:...
Any one else have a idea?
Separate names with a comma.