BlockDispenseEvent does not fire when a chest is equipped on a donkey

XMLWordPrintable

    • This server is running CraftBukkit version git-Spigot-8fc58f1-d1fb662 (MC: 1.16.1) (Implementing API version 1.16.1-R0.1-SNAPSHOT)
    • Yes

      the block dispense armor event does not fire when an entity is equipped with a chest, donkey for sure, probably others.

      nor does the blockdispense event seem to fire.  

       

      @EventHandler
      public void onChestDispense(BlockDispenseArmorEvent e)

      { System.out.println("Checking dispense??"); }

       

      @EventHandler
      public void onChestDispense2(BlockDispenseEvent e) {
      System.out.println("Checking dispense 2??");

      nether events ever fire if an entity is equipped, if a player is equipped with diamond armor for example the armor event works as expected, if nothing is equipped the regular dispense event works as expected.

            Assignee:
            Unassigned
            Reporter:
            Shane Martin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: