Skip to content

Permissions

Michal78900 edited this page Jun 21, 2025 · 1 revision

🔒 | Permissions

How to setup plugin permissons

The plugin gives you access to many different commands that allow you to do stuff. By default, you won't have access to any of them, you need to give yourself permissions to them first.

Plugin permissions are modified in permissions.yml file located in SCP Secret Laboratory/LabAPI/configs folder.

Note

If you are using plugin that overrides default permission files (for example CedMod) you need to setup the following permissions there.

You need to know your role/group name. You can see all configured role/group names in config_remoteadmin.txt file in SCP Secret Laboratory/config/{port} folder.

Important

Role/group names are case sensitive. If the role/group name is owner it must be owner in permissions file not Owner.

Example permisisons

  • mpr.* will grant access to all MER commands.
  • mpr.commandName will grant access to specific command only
  • .* will grant access to all MER commands as well as access to any other commands added by other plugins

Example config

default:
  inherited_groups: []
  permissions: []
owner:
  inherited_groups: []
  permissions:
  - mpr.*

The config above will grant access to all MER commands for users with the owner group.

Clone this wiki locally