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 Node | Description | Default |
|---|---|---|
landrealms.command.create | Allows the player to create a realm. | true |
landrealms.command.delete | Allows the player to delete their own realm. | true |
landrealms.command.join | Allows the player to join another player's realm. | true |
landrealms.command.leave | Allows the player to leave a realm and return to the previous world. | true |
landrealms.command.home | Allows the player to teleport to their own realm. | true |
landrealms.command.invite | Allows the player to invite others to their realm. | true |
landrealms.command.kick | Allows the realm owner to remove a member from their realm. | true |
landrealms.bypass.maxplayers | Bypasses the max-players limit defined in config.yml. | op |
landrealms.admin.* | Grants all administrative permissions (reload, force-delete, tp). | op |
landrealms.admin.reload | Allows reloading the plugin configuration with /realm reload. | op |
landrealms.admin.delete | Allows force-deleting any player's realm. | op |
landrealms.admin.tp | Allows teleporting to any realm regardless of access settings. | op |
Last updated on