Want a better Minecraft server? Read about SpigotMC here!
Separate names with a comma.
The error is on https://github.com/Maximvdw/MVdWPlaceholderAPI/blob/master/src/main/java/be/maximvdw/placeholderapi/PlaceholderAPI.java#L143...
@dadus33 You put the wrong perm on the permission list, you forgot the "t" in "item" for the bypass cooldown permission. it is...
The last line in your original message sends the message to player "p", just loop through the collection of players, and send it to each player....
Have you checked for errors in console? If that's the full config you used, then it should be fine, but if it has any parser errors then it'll be...
First line of his onEnable... And he said that it saved to the file path. Send the config, not as an image, I don't know why you did that for...
Do you save before you getConfig() or after? Does your config follow structure? Any yaml parse errors? Any error in console? Post your code.
Why're you using a fake armorstand over an actual one?
You should rename your title then, also this isn't really a resource I don't think.
Unlikely, Essentials is filled with some pretty basic stuff, it's just that there's a lot of it. And a few advanced things, but if he's deciding...
It means that it can't tell exactly what class you're trying to call the method from, due there being 2 classes that Fireball falls under that...
Cast Fireball to Projectile instead, should allow it to work.
Bump! Anyone that can provide any info would be greatly appreciated! Update: The fields only have problems with updating when they're set in one...
Since you're getting the scoreboard, it might already have your objective, from the last time you ran it, so instead of registering the objective,...
If you have Plugin A and Plugin B If you go to Plugin B plugin.yml and add A to depend, then it will load A then B
You made the main plugin load after all other plugins? But you want to load it before your plugin, not after.