Search in sources :

Example 1 with BukkitFastLoginAutoLoginEvent

use of com.github.games647.fastlogin.bukkit.event.BukkitFastLoginAutoLoginEvent in project FastLogin by games647.

the class ForceLoginTask method callFastLoginAutoLoginEvent.

@Override
public FastLoginAutoLoginEvent callFastLoginAutoLoginEvent(LoginSession session, StoredProfile profile) {
    BukkitFastLoginAutoLoginEvent event = new BukkitFastLoginAutoLoginEvent(session, profile);
    core.getPlugin().getServer().getPluginManager().callEvent(event);
    return event;
}
Also used : BukkitFastLoginAutoLoginEvent(com.github.games647.fastlogin.bukkit.event.BukkitFastLoginAutoLoginEvent)

Aggregations

BukkitFastLoginAutoLoginEvent (com.github.games647.fastlogin.bukkit.event.BukkitFastLoginAutoLoginEvent)1