Fix autoop
This commit is contained in:
parent
793a84edfb
commit
331ff341f3
@ -245,7 +245,7 @@ public class LPBukkitPlugin extends JavaPlugin implements LuckPermsPlugin {
|
|||||||
// register permissions
|
// register permissions
|
||||||
registerPermissions(getConfiguration().isCommandsAllowOp() ? PermissionDefault.OP : PermissionDefault.FALSE);
|
registerPermissions(getConfiguration().isCommandsAllowOp() ? PermissionDefault.OP : PermissionDefault.FALSE);
|
||||||
if (!getConfiguration().isOpsEnabled()) {
|
if (!getConfiguration().isOpsEnabled()) {
|
||||||
getServer().getOperators().forEach(o -> o.setOp(false));
|
getServer().getScheduler().runTask(this, () -> getServer().getOperators().forEach(o -> o.setOp(false)));
|
||||||
}
|
}
|
||||||
|
|
||||||
// replace the temporary executor when the Bukkit one starts
|
// replace the temporary executor when the Bukkit one starts
|
||||||
|
Loading…
Reference in New Issue
Block a user