Submit an issue to the developer, asking them to remove it.
I would discourage this, because it just gets messy. Assuming you own the KPoints plugin, I suggest creating API methods that other plugins can...
From what you have, it appears you want to kick a player when they run those commands? If that's the case, scrap all your code. Do something like...
I use NetBeans. I tried PHPStorm, and it was just too much of a transition for me. It's really just about personal preference, though. You can...
I don't know what $island is, but my guess is that you're trying to get a world that isn't loaded. Load the level before this code, and you should...
I would use ProjectileLaunchEvent and ProjectileHitEvent. Maybe get the projectile from the launch event, give it an identifier, and store the...
Are you saying that's what you did, or is that what you're trying to do? Also, show your code. You should only need to use Config->set() with an...
Try a second \ in front of \n, so it looks like \\n. JSON is apparently weird with newlines.
What commands have you tried after being opped?
In the same console where you started the server, run the command 'op {your username}'. Then, you should be able to bypass spawn protection,...
If you've already spawned the floating text, and then try using setText, you'll have to use level->addparticle again with the update object for it...
Are you in survival or creative mode when this happens? If it were survival, wouldn't you also be taking damage? Try to op yourself in the console...
\n should work. Does it output as just \n, or does it not show up at all? Can I see how you used it?
As I said, it returns an array of all the information stored, so it doesn't only return $leveled, but also $x, $y, $z. Depending on what...
Config->get() Only needs the key, so it's not the same as set(). I guess that you want to retrieve the data stored with the other code snippet. I...
Shouldn't this be different? You'd be setting "check" as the value for the key, which is also an array (citation). I think you meant the opposite,...
That is not at all useful, because it's for a different plugin entirely. This will not work for OP's plugin. How do you want the leaderboard to...
I don't think a finished product of this exists yet, and I may work on it, but here's the API, if anyone needs it.
$pidori appears to be a player object, but you compare it to strings in your if statements. This isn't nearly enough code. I assume this is in an...
Wrong section, but this is because your mobstacker plugin isn't designed to ignore Slapper entities. I suggest opening an issue on the repository...
Separate names with a comma.