shutdown

public static void shutdown(JavaPlugin plugin)

Invalidates updater work associated with this exact plugin instance.

This is required even when a plugin implements reload by directly invoking onDisable() and onEnable() on the same object; Bukkit does not cancel scheduler work for that pattern.