As I see it, you are basically just asking to get it done for you. What did you try so far? Do you need help with any particular algorithms?...
You already know. You need to manually send player fake data.
Are you sure you properly registered that event handler?
public File file = new File(plugin.getDataFolder()+File.separator+"Chests"+File.separator+"chests.yml"); Fields are initialized before...
Not only it is easier to identify what the code is doing, (@MoeMix wasn't able to tell at first) but also this information is already kept by a...
minepress I think monsterTeam.size() would be more convenient.
MoeMix Since you are using Map, you can rely on it returning null if it doesn't contain mapping for a key. public static Team getTeam(Player p){...
That is not true. You would only need to add that simple piece of text (Util.) before the method call. You don't need an actual object instance...
How does that work? Are you implying that static fields of final class can't be changed?
I don't know about that, but even if it was true, it would still not be safe to rely on that.
There's very simple answer. No.
PandazNWafflez There could be some corner cases where you couldn't possibly know if the element indented with a tab shuld be nested into previous...
That might still not work as there's no fixed tab to space conversion. If tabs were mixed with spaces, (user only edited the file) it could be...
This actually depends on the purpose of the saved locaiton. Client could have per-world config file with locations (for example world border...
there http://docs.oracle.com/javase/tutorial/reflect/
Separate names with a comma.