@madtomic Sorry (Misplaced a bracket somewhere)! My bad, here's the fixed version:...
Sure thing! https://www.dropbox.com/s/9pg85l3n3g57ouc/ActionExpMsg-0.0.1-SNAPSHOT.jar?dl=0
Sure thing: https://www.dropbox.com/s/4o6wglq685cxphz/ActionExpMsg-0.0.1-SNAPSHOT.jar?dl=0
Here you go: https://www.dropbox.com/s/4o6wglq685cxphz/ActionExpMsg-0.0.1-SNAPSHOT.jar?dl=0 Let me know if you need anything!
@PlayFriik These files are inner classes. For example, when you create a new runnable, you may use Bukkit.getScheduler().schedule(new Runnable() {...
@Just_Jitse *Sigh* This is why people have to learn Java beforehand. It's in another class. You need to make an instance of that class, or use a...
@terturl890 You can use a for loop to loop through the entries of the hashmap. for(Entry<String, HeadHunt> entry : hhunt.entrySet()) {...
@Ungemonstert The console tells you. at main.PvPmain.<init>(PvPmain.java:35) ~[?:?]
@NewDevOnTheBlock Material.getMaterial(<Item ID>);
@Erestor1999 Get rid of Head.setItemMeta(head); You're setting the item meta back to the default (which is a blank skull).
@SeleXOnEuW You're looking for a Map. Maps can store two pieces of data at a time. Map<String, Integer> map = new HashMap<String, Integer>(); You...
@JaydonManders setFoodLevel()
@DSCxSander What happens if the player is holding nothing?
@DSCxSander You don't use == to compare Strings. Use .equals();
@Ewearys Your second if() statement is in the wrong place. Always do it after checking that they execute the command. You need to check if the...
Separate names with a comma.