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

      Plain Spigot. One plugin, no config changes.

    • This server is running CraftBukkit version git-Spigot-a19903d-5b74714 (MC: 1.16.4) (Implementing API version 1.16.4-R0.1-SNAPSHOT)
    • Yes

      PrepareSmithingEvent is called multiple times when doing single operation in the GUI.

      Can be reproduced with this code:

      @EventHandler
      public void onPrepare(PrepareSmithingEvent event) {
          Bukkit.getLogger().info("System.currentTimeMillis: " + System.currentTimeMillis());
      }
      

      I attached compiled plugin to test this behaviour.

            Assignee:
            Unassigned
            Reporter:
            Michał Czopek
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: