shutdown

public static void shutdown(JavaPlugin plugin)

Invalidates every in-flight bulk operation owned by this exact plugin instance. This must be called from plugin shutdown because direct onDisable/onEnable reloads do not make Bukkit cancel the old callbacks.