I might as well have a go at this. I'll let you know how I go, and if I run into problems I'll post it on this thread in hopes that someone else...
Haha :) Still, using the would be a lot better than how you are checking it now.
Are you registering your event(s) in the onEnable method?
Try use if(player.getLocation().getX() == <int x> && player.getLocation().getY() == <int y> ...) instead of making a new location and getting the...
@xTigerRebornx I can use my xScores plugin as an example, in I think the first maybe 2 versions of it I had problems with flashing scoreboards, I...
I thought the way to stop scoreboards from flashing was to just update the scores and not set the scoreboard to the players again. Am I wrong or...
I'm working on this now :) I need more explaining on the in game shop; what items, enchantments, permissions, whether buying stuff is permanent or...
In the onSignChange method, at the bottom put ((Sign) e.getBlock()).update(); and that should start working.
I'm not sure if my Skype will work (I have 2 bars connection) but I'll try it and I've already messaged you.
I wouldn't mind joining in if anyone does take this. This seems pretty mad. I might just start working on base stuff for it now :) <Edit by...
Done :) Download here: https://www.dropbox.com/s/qa2r1kpt7cbnu26/Donate.jar?dl=0 [spoiler]
I don't think it's possible, but if it is I'd say you'd need to use ProtocolLib or something like that.
Use saveDefaultConfig() in the onEnable, that is how I do it and it works fine.
If you want to update it, all you really have to do is get the score and set it differently. Don't re-set the scoreboard to the player because...
Thanks both of you. I completely forgot about _LB's way, and I managed to make a simple method to do what I needed.
Separate names with a comma.