Permissions
All Blueprint commands require OP by default. Permissions can be managed with any permissions plugin (e.g. LuckPerms).
Permission Nodes
| Permission | Description | Default |
|---|---|---|
blueprint.admin | Grants access to all Blueprint commands | OP |
blueprint.bypass.lock | Allows placing and breaking blocks in locked worlds | OP |
Notes
blueprint.admincovers every command in the plugin. There is no need to grant individual command nodes separately if you want a player to have full access.blueprint.bypass.lockis independent ofblueprint.admin. Grant it separately to players or staff who need to build in locked worlds without unlocking them globally.- Individual command permissions follow the pattern
blueprint.command.<name>(e.g.blueprint.command.create,blueprint.command.snapshot). These are checked automatically and fall back toblueprint.admin.