stellaweaver42 You could use AutoMessage. http://dev.bukkit.org/bukkit-plugins/automessage/
SeniorCluckers I would be able to make this. So, i send you a private message when its done.
Ok, i fixed 1/2 of the problem. If the snowball hits the ground in a region there will be no explosion. But the effect that i added is still...
Hello, I have a little problem. I need to check if a projectile is hitting the ground in a worldguard region. And after that i need to check if...
Firework firework = p.getWorld().spawn(p.getLocation(), Firework.class); FireworkEffect effect =...
https://forums.bukkit.org/threads/particle-packet-library.138493/
I think the problem is the missing ). Becouse you do: "for(Player pm : pl.getKeys() {" you need to do "for(Player pm : pl.getKeys()) {" You can...
You can make a list with entities when the plugin loads and every time a mob spawns you add the mob. But if you do this the mobs that are spawned...
You can save you're maps in a configuration file. Just set the key from the map as the variable name and the value from the map as the variable...
I try to trace the logic behind your post, sorry but i don't understand anything you want from this thread?
If a developer really want to help someone else he will check the other pages.
Why you should do this with a potion effect? att.setHealth(att.getHealth + 0.25); (0.25 is a half heart i think)
The block break effect is a packet. //2001 = Just the packet id i think. //p.getLocation.getX() = Just the x location to send the packet...
I think it is: block.getBlockPower();
That is not you're eyeLocation or eyeDirection i think. This is the yaw and pitch. So you need to set the x, y, z, yaw & pitch if you want the...
Separate names with a comma.