Permissions

Depending on which plugin you use the permission will be different.

They will start with the plugin's name in lowercase like this:

  • WorldResourcepacks: worldresourcepacks.
  • BungeeResourcepacks: bungeeresourcepacks.
  • VelocityResourcepacks: velocityresourcepacks.
  • ForceResourcepacks: forceresourcepacks.

<pluginname>.command - Access to the plugin command
<pluginname>.command.reload - Access to the reload subcommand
<pluginname>.command.generatehashes - Access to the generatehashes subcommand
<pluginname>.command.version - Access to the version subcommand

<pluginname>.command.usepack - Access to /usepack
<pluginname>.command.usepack.others - Send packs to other players via the /usepack command
<pluginname>.command.usepack.temporary- Select whether or not the selected pack is only temporary or should be stored and re-applied

<pluginname>.command.resetpack - Access to /resetpack
<pluginname>.command.resetpack.others - Reset the pack of other players
<pluginname>.command.resetpack.temporary - Reset whether or not the pack should only be temporary reset and not stored

<pluginname>.command.getpack - Access to the getpack subcommand
<pluginname>.command.getpack.others - Get the applied pack of other players

<pluginname>.command.getstoredpack - Access to the getstoredpack subcommand
<pluginname>.command.getstoredpack.others - Get the stored pack of other players

<pluginname>.command.packusage - Access to the packusage subcommand
<pluginname>.command.addpack - Access to add packs via command
<pluginname>.command.pack - Access to edit packs via command

<pluginname>.command.assignment - Access to /frp assignment to add and edit server/world assignments
<pluginname>.command.deleteassignment - Access to the deleteassignment subcommand to delete a server/world assignment
<pluginname>.command.globalassignment - Access to the globalassignment subcommand to view and edit the global assignment

<pluginname>.pack.<packname> - Gives access to a pack via the /usepack command, you can define these permissions via the config.yml on per pack basis