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
forceresourcepacks.updatenotification - Get ingame update notifications
Please note that the following permissions will not work with operator permissions or when using a wildcard (like
*.* or
forceresourcepacks.*) as a separate permission
forceresourcepacks.preventbypass will block the bypass permissions from working when granted.
This is done in order to prevent the plugin seemingly “not working” after install when such broad permissions are granted.
Either do not use such broad wildcards or explicitely set forceresourcepacks.preventbypass to false!
forceresourcepacks.bypassall - Bypasses all actions and required packs
forceresourcepacks.bypass.required - Bypasses the “required” setting which will make 1.17+ clients unable to reject a download prompt
forceresourcepacks.bypass.<assignment>.required - Bypasses the “required” setting of a specific assignment
forceresourcepacks.bypass.<action> - Bypass a certain action for all statuses and assignments
forceresourcepacks.bypass.<status>.<action> - Bypass a certain action for a certain status in all assignments
forceresourcepacks.bypass.<assignment>.<action> - Bypass a certain action of a certain assignment for all statuses
forceresourcepacks.bypass.<assignment>.<status>.<action> - Bypass a certain action for a certain status of a certain assignment