PlayerEditBookEvent

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: Major
    • None
    • Affects Version/s: None
    • Environment:

      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.

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

              Created:
              Updated:
              Resolved: