NavidK0 / Carbon

Carbon is a Spigot plugin which turns a spigot protocol hacked server (on 1.7.10) into a 1.8 server.
GNU Lesser General Public License v3.0
35 stars 19 forks source link

Armor Stands don't fire EntityDamageByEntityEvent #133

Closed Puremin0rez closed 10 years ago

Puremin0rez commented 10 years ago

This is a really bad issue because protection plugins can't provide support for armor stands, allowing players to break them in other regions.

Armor stands do fire PlayerInteractEntity event, however that event only handles right click. I've stopped people from stealing armor stand contents, but of course they can still just break them ;)

NavidK0 commented 10 years ago

This is because there are no craftbukkit methods in the Armor Stand classes. This can be fixed fairly easily.

Shevchik commented 10 years ago

They should now do this.