ZodiacTheories But I do :P DrPigi Are you sure config paths can contain spaces? I've never actually tried it but always assumed they can't
Hey, I added some comments to your code where I have Suggestions/Questions about it: public void saveData() {...
Great Library - works like a charm and is so simple to use! I'm having a problem though - when playing around with it, I created a rather long...
Would you mind sharing the applicable code with us?
Hey, those methods are just temporarily deprecated, to allert plugin authors for the new changes to player UUID's. But those methods are still...
1.: getConfig().getInt(p.getName() + ".Coins") should get you there. 1.: Compare the "from" and the "to" location in you event and only give a...
This is the forum for plugin development. If you are having problems with existing plugins, please refear to their support page/forum in the...
It depends on what you want the return value to be if the player is in none of the teams. Usually, a good approach is to return "null". That...
Ok, Last thing I can think of: Create a completely new project, manually create all packages and then move your classes there. Maybe that'll fix it.
new ItemStack[0] This should have the size of your list, not 0
if args[0] is your config path then yes, it should Edit: you are saving the config after modifying it right?
Quote from the Bukkit Java Docs: So it should actually work.
pablo67340 a different suggestion: final Player player = ...; final List<String> messages = config.getStringList("path"); final int id =...
The original 4 wood types are Material.LOG, the two new ones (dark oak and acacia) are Material.LOG2. You'll get that Material with...
That's not what I ment :) I would never deny someone to change their name unless there is absolutely no way around it. But I guess that's on every...
Separate names with a comma.