Skip to main content

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

Basic Example

How it works:
  • Players without example.permission see: “Default”
  • Players with example.permission see: “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:
If a player has both server.vip and server.premium permissions, they’ll see “VIP” because it’s listed first.

Best Practices

  1. Use clear permission nodes - Follow a consistent naming pattern (e.g., server.vip, server.admin)
  2. Order by priority - Place higher priority permissions first in your condition list
  3. Combine with other conditions - You can mix permission conditions with money, item, or group conditions