Just check target != null...
Remove all plugins other than GroupManager. See if it works then. If it does, add plugins in one at a time till you find the culprit. Also, make...
Your message.substring call gives you two letters. EDIT: Yeah, nvm... Just me mixing up languages :)
Just call constructor and then do your checks? Unless you're doing everything the constructor does.
@sebcio98 You should probably call super's constructor in your MagicItem constructor, eh?
Well... You really don't help people by spoonfeeding... You solve the immediate issue, but they won't really understand the code or know how to...
I'm confused... What's the issue? :p There's no error and it does recognize the command? Also, you don't need your onEnable method. Bukkit already...
@Jaackk When you say Coordinates. Do you mean that exact coordinate they're standing on, or what? Honestly not sure what you mean XD
@20zinnm @pie_flavor You can't really say that something is wrong without knowing what the use is? Some people like playing survival with...
Well... You need to do line = line.substring......
I read that :) That is using NMS :)
Post source And yeah, as @teej107 said. Nor do should it.
You have to get rid of all static in your classes. So you have private LeaderboardFunctions lbFunc = new LeaderboardFunctions(); in your main...
By doing what I wrote...
For a singleton, what do you mean "skeleton"?? @Zombie_Striker Ahh, but it makes no sense having a particular implementation in a Skeleton class....
Separate names with a comma.