Uploaded image for project: 'Spigot'
  1. Spigot
  2. SPIGOT-2382

PlayerEditBookEvent

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • None
    • None
    • 1.10

      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.

            Unassigned Unassigned
            forseth11 Michael Forseth
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: