use of me.lucko.luckperms.sponge.managers.SpongeGroupManager in project LuckPerms by lucko.
the class LPSpongePlugin method setupManagers.
@Override
protected void setupManagers() {
this.userManager = new SpongeUserManager(this);
this.groupManager = new SpongeGroupManager(this);
this.trackManager = new StandardTrackManager(this);
}
Aggregations