SkillSystemMigration

Handles migration from the old guild/prestige system to the new skill system.

This class: - Detects first-time skill system activation - Creates a migration flag file to track migration state - Warns players on login about the data reset

Types

Link copied to clipboard
public class MigrationEvents implements Listener
Listener for migration-related events.

Functions

Link copied to clipboard
public static void initialize()
Initializes the migration system.
Link copied to clipboard
public static void markPlayerWarned(Player player)
Marks a player as having been warned.
Link copied to clipboard
public static void sendMigrationWarning(Player player)
Sends the migration warning message to a player.
Link copied to clipboard
public static boolean shouldWarnPlayer(Player player)
Checks if a player should receive a migration warning.
Link copied to clipboard
public static void shutdown()
Clears migration state.