Custom Permissions (Deprecated)
This section has been deprecated. Please use Custom Conditions instead. The custom permissions system is still functional but no longer recommended for new setups.
Overview
The custom permissions system allowed you to create placeholders with multiple permission levels. While still functional, the conditions system provides more flexibility and is the recommended approach.Creating a MultiPermission Placeholder
With RocketPlaceholders you can create a custom placeholder based on multiple permission levels.Basic Structure
- Players without
example.examplepermission see: “This is an example” - Players with
example.examplepermission see: “Example”
Multiple Permission Levels
You can create unlimited permission levels:Priority System
The priority is based on the order in the configuration. The first matching permission will be used. Example:example.example and example.2 permissions, they will see “Example” because it’s listed first (higher priority).
Creating a Public Placeholder
Public placeholders can be viewed by everyone with the same text. Simply remove thepermissions section:
This is an example (for all players)
Migration to Conditions
We strongly recommend migrating to the Conditions system, which provides more flexibility and features.
Old System (Deprecated)
New System (Recommended)
Why Use Conditions Instead?
The conditions system offers several advantages:- More condition types - Not just permissions, but also money, items, groups, JavaScript, and more
- Better organization - Clearer structure and naming
- Active development - New features are added to conditions, not permissions
- More flexibility - Combine multiple condition types
Related Guides
- Conditions - Recommended: Modern condition system
- Custom Placeholders - Basic placeholder creation
- Configuration - Plugin configuration