Permission Condition
The Permission condition allows you to create custom join and leave messages for players who have a specific permission node.Overview
This is one of the most commonly used conditions, perfect for creating VIP, staff, or rank-based messages.Configuration
To create a permission condition, set the type toPERMISSION and provide the permission node as the value.
Basic Example
How It Works
When a player joins or leaves:- RocketJoin checks if the player has the specified permission
- If they do, the custom message is displayed
- If they don’t, the default message (or next matching condition) is used
Real-World Examples
VIP Players
Staff Members
Administrators
Permission Node Best Practices
Use descriptive permission nodes that follow a clear hierarchy:
rocketjoin.vip- For VIP playersrocketjoin.staff- For staff membersrocketjoin.admin- For administratorsrocketjoin.moderator- For moderators
Combining with Other Options
You can combine permission conditions with sounds, fireworks, and commands:Priority Considerations
Remember that conditions are evaluated in order. If a player has multiple permissions, the first matching condition will be used. Example:Related Guides
- Conditions Overview - Learn about all condition types
- First Join Condition - First join condition
- Configuration - General configuration guide