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

WorldSaveEvent not called on /stop command

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Minor Minor
    • None
    • None
    • java 8 up 181

    • 1.12.2
    • Yes

      WorldSaveEvent not called on world saving when server stopped by /stop command

       

      a minimal reproduction plugin:

      //MyEventListener
      @EventHandler
      def onSave(e: WorldSaveEvent): Unit = { println("test") }
      
      //Main#onEnable
      Bukkit.getPluginManager.registerEvents(new MyEventListener,this)

            Unassigned Unassigned
            hohserg hohserg
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: