use of me.lucko.luckperms.bukkit.contexts.WorldCalculator in project LuckPerms by lucko.
the class LPBukkitPlugin method setupContextManager.
@Override
protected void setupContextManager() {
this.contextManager = new BukkitContextManager(this);
this.contextManager.registerCalculator(new WorldCalculator(this));
}
Aggregations