WorldSaveEvent not called on /stop command

XMLWordPrintable

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: Minor
    • None
    • Affects Version/s: None
    • Environment:

      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)

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

              Created:
              Updated:
              Resolved: