Skip to main content

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 to PERMISSION and provide the permission node as the value.

Basic Example

How It Works

When a player joins or leaves:
  1. RocketJoin checks if the player has the specified permission
  2. If they do, the custom message is displayed
  3. 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 players
  • rocketjoin.staff - For staff members
  • rocketjoin.admin - For administrators
  • rocketjoin.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:
If a player has both permissions, they’ll see the VIP message because it’s listed first.