initialize

public static NightbreakAccount initialize(JavaPlugin plugin)

Initializes the NightbreakAccount by loading the token from the shared config folder. Should be called during plugin startup.

Return

The NightbreakAccount instance if token exists, null otherwise

Parameters

plugin

The plugin instance to get the data folder reference