Maybe, this really is a big coincidence and it was one of the ad networks that is infected? This would explain why you can't find anything. I...
@timtower Me neither. But it would be an enormous coincidence if they got my credentials otherwise. Edit: Just recognized: I used my phone when...
Warning! Looks like the attack is still in place! I couldn't find proof of it yet but I am sure. I read about the incident in the news and...
Everybody knows why and we already told you: Your econ is null. Even if you pass it, which was a great step into the right direction, it still...
Nearly. I'd replace this: public static Economy econ = null; with this: private Economy econ; public GiveAllMoney(Economy econ) { this.econ =...
setPassenger returns a boolean so I highly doubt, that it will return something else than true or false....
I don't think you can set a Block as passenger :confused: What does p.setPassenger(...) return? I bet false because FallingBlock is indeed an...
No, you used four spaces. I told you to use only two.
Nvm, it's not. I think it's your indentation. Do NOT use tabs. Use double space to indent child nodes.
What about the plugin description? I think its obligatory.
what about player, player.getWorld() and why did you add .toString? Don't do that. println() takes an Object as argument and will invoke...
You need to check every possibility for beeing null. Just to see where the problem comes from. I's suggeest something like this:...
There is something wrong with your config. Looks like you are accessing it too early or something like that. I bet you are using it wrong or on a...
Please post the whole stacktrace...
So your config is not saving? I am bad at mind reading ... Is that what you are looking for? this.saveConfig();
Separate names with a comma.