On 23 Feb 2017, Cloudflare announced the existence of a bug that may have leaked sensitive info from any site that uses the Cloudflare server....
Sounds like they're using a enum.valueOf function in Java. The usable names are probably from this list:...
My plugin was automatically rejected for not having a "META-INF/MANIFEST.MF" file. This file is not necessary and there was previously no...
What you need to do is obtain the bounding boxes of all nearby players within whatever range you want and apply a ray-box intersection algorithm.
On line 19, the only thing that could cause an NPE is that Main.mysql has not be instantiated yet.
https://hub.spigotmc.org/javadocs/spigot/org/bukkit/World.html#getNearbyEntities(org.bukkit.Location,%20double,%20double,%20double)
Mojang could, theoretically, just release their server as GPL and only keep their client as proprietary, but fat chance of that happening. Just...
Are you using Java 7? That error occurs when you're using Java 6 with a plugin that requires Java 7.
No, you'll have to switch between them.
My plugin, as linked in my signature.
The biggest problem I've seen is how some land protection plugins will remove custom entities just like regular entities. Also, specifically to my...
I'm the author of the Faction Mobs plugin, as seen in my signature. From making this plugin, which involves custom entities, I have noticed that...
I've been wondering the same thing. In your situation, a workaround would be to use PigZombies, which should respond better to targets....
In any case, changing those methods would require creating a custom entity class, which I don't want to do. It's starting to seem like this isn't...
Zombie already has PathfinderGoalHurtByTarget. PigZombie doesn't have any more goals than Zombie, yet PigZombies have the desired behavior.
Separate names with a comma.