Nonliker1000 Well, you could use an ArrayList for this, but i recommend using a HashMap, so you can still 'track' which Inventory belongs to which...
BeastCraft3 It depends on your usage. If you just want to have a list, to check which players have still a running cooldown, use the ArrayList. If...
Or read this Bukkit Wiki article about how to write a Bukkit Plugin: http://wiki.bukkit.org/Plugin_Tutorial
BeastCraft3 I don't see any HashMap in your code :)
XxZHALO13Xx So, let's say, your config looks like this: kills: Player1: count: 13 Player2: count: 4 And your...
Well, i didn't even knew that, thank you :) You always learn new stuff as a programmer...
Googlelover1234 Well, but i think that spawning Entities is a thing, thats not that easy for beginners. And Fuzzybear04 cut his code, so i think...
aaomidi Actually not. Why should it display a typo? (Except for eclipse's spelling module). But that's not the problem anymore :)
BeastCraft3 Lol, check your code carefully :D You're checking, if the players name is "purge". Fixed? :)
XxZHALO13Xx I'll have a look into it tomorrow, as i am tired now :) If nobody comes here to 'do my job' you'll have my solution tomorrow. Well...
thewalkingplay Well that can't work :) Does your SoulManager class need to extend your Minigames class? because then, you won't be able to call...
XxZHALO13Xx What Hawktasard meant is, you just put the kills in your HashMap like you already do. Then write the kills in your plugin's...
Jet315 Lol, you're welcome :D
BeastCraft3 Actually, your task will start - after 18000 milliseconds. Because thats the starting delay of the task. Have you tried to wait that...
Jet315 Try to reimport your projects: Rightclick where your projects are usually --> Import --> 'General > Existing projects into workspace'...
Separate names with a comma.