This error has said to have been resolved multiple times, but the error continues even with 1.10.
PlayerEditBookEvent will not fire no matter what.
I have a block break event which fires perfectly, and in the same class I have this:
@EventHandler public void book(PlayerEditBookEvent event){ event.getPlayer().sendMessage("EDIT"); System.out.println("EDIT!!!!"); }
This does not send any messages when a book is edited or signed.
Please do not mark this as resolved because this is not fixed.