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

PlayerAdvancementDoneEvent is fired for Recipes

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: Minor Minor
    • None
    • None
    • git-Spigot-e7dc2f5-a8ec1d6 (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT)
    • Yes

      PlayerAdvancementDoneEvent is called also for Recipes, but it should be fired only for Advancements.

       

      Can be seen with: 

      @EventHandler
      public void advancementDone(PlayerAdvancementDoneEvent e) {
      Bukkit.getLogger().info(e.getAdvancement().getKey().toString());
      }

            Unassigned Unassigned
            Dawon Jakub Zacek
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: