For some reason my NPCs cant take damage when I want them to. I am setting protected to false? Edit: got it, had to set invulnerableTicks field to 0
ah, i misread.
Or you could use a for loop like a normal person... for(int i = 0; i < 35; i++){ //Give them the item } Why are you casting a double to...
Is it possible to make the NPC visible to only a specific player?
Amazing library!
Maybe learn java first.... Also, forum formatting exists for a reason. im dead LOL
Nice
... You cannot have more than one instance of a JavaPlugin... Not to be rude, but this is a terrible tutorial and I do not recommend it to be...
I don't see the point in this. Because you'd have to have this method in each class you want to use it in.. Instead, make your own player object...
I know, I wrote it quickly lol
Pretty sure an enum might be better public enum MessageType{ NO_PERM("You do not have permission to do this."), INCORRECT_SYNTAX("Incorrect...
Sweet thanks. You wouldn't happen to have a 1.8 compatible standalone Hologram class?
You're burning my eyes. finalize static pls .-.
public String getPlayerWithMostCoins(HashMap<String, Integer> key){ int x = 0; String p; for(String s : key.keySet()){ if(key.get(s) > x) x =...
Have your own player object for each player, loading their stats from MySQL to the object on player join/server start(reload), and save them TO...
Separate names with a comma.