Skip to content

Merge Request

Jordan Cole requested to merge (removed):master into master

I added a WSEntityDamageEvent which is called when an entity is damaged. I added only Spigot support to it. Sponge support is still needed. I also fixed the EntityDethEvent as the WSEntityDestructEvent wasn't being called inside of the Spigot EntityDeathEvent. I also added a WSDamageCause which is identical to the spigot enum DamageCause.

I also added a class called WBook which will allow you to create a book and convert it to a WSItemStack by using book.toItemStack() this is currently only tested on Spigot, needs testing done on Sponge.

Edited by Jordan Cole

Merge request reports