Skip to Content
LandRealmsPermissions

Permissions

LandRealms uses a layered permission system. Player commands are gated by individual nodes; admin commands use the landrealms.admin.* wildcard.

LuckPerms

Grant a permission to all players: lp group default permission set landrealms.command.create true

Permission NodeDescriptionDefault
landrealms.command.createAllows the player to create a realm.true
landrealms.command.deleteAllows the player to delete their own realm.true
landrealms.command.joinAllows the player to join another player's realm.true
landrealms.command.leaveAllows the player to leave a realm and return to the previous world.true
landrealms.command.homeAllows the player to teleport to their own realm.true
landrealms.command.inviteAllows the player to invite others to their realm.true
landrealms.command.kickAllows the realm owner to remove a member from their realm.true
landrealms.bypass.maxplayersBypasses the max-players limit defined in config.yml.op
landrealms.admin.*Grants all administrative permissions (reload, force-delete, tp).op
landrealms.admin.reloadAllows reloading the plugin configuration with /realm reload.op
landrealms.admin.deleteAllows force-deleting any player's realm.op
landrealms.admin.tpAllows teleporting to any realm regardless of access settings.op
Last updated on