Permission Condition
The Permission condition allows you to create placeholders that display different text based on player permissions.Overview
This is one of the most commonly used conditions, perfect for creating rank-based, VIP, or role-specific placeholders.Configuration
To create a permission condition, set the type toPERMISSION and provide the permission node as the value.
Basic Example
- Players without
example.permissionsee: “Default” - Players with
example.permissionsee: “Example condition text”
Real-World Examples
VIP Rank Placeholder
Multiple Rank Levels
Staff Status
Priority System
Remember that conditions are evaluated in order. If a player has multiple permissions, the first matching condition will be used. Example:server.vip and server.premium permissions, they’ll see “VIP” because it’s listed first.
Best Practices
-
Use clear permission nodes - Follow a consistent naming pattern (e.g.,
server.vip,server.admin) - Order by priority - Place higher priority permissions first in your condition list
- Combine with other conditions - You can mix permission conditions with money, item, or group conditions
Related Guides
- Conditions Overview - Learn about all condition types
- Custom Placeholders - Basic placeholder creation