Documentation Index
Fetch the complete documentation index at: https://new-docs.simplecloud.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The Prefixes Plugin manages player ranks in chat and tab list displays. It integrates with LuckPerms by default but can be extended with custom implementations. The plugin uses Adventure Components and MiniMessage for text formatting.Supported Software
| Server Type | API Support | LuckPerms | Plugin Support |
|---|---|---|---|
| Paper & Forks | ✅ Yes | ✅ Yes | ✅ Yes |
| Minestom | ✅ Yes | ❌ No | ❌ No |
Minestom support requires custom implementation using the provided API.
Quick Setup
- Download custom names from GitHub
- Download the plugin from GitHub
- Place it in your server’s plugins folder
- Start your server
- Configure using LuckPerms and
config.json
Configuration
LuckPerms Integration
The plugin automatically syncs with LuckPerms groups, converting them to prefix groups with their respective prefixes, suffixes, and team colors.Chat Configuration
Configure chat format inconfig.json:
| Placeholder | Description |
|---|---|
name | Player’s name |
name_colored | Name with team color |
prefix | Player’s prefix |
suffix | Player’s suffix |
message | Chat message |
API Usage
Accessing the API
- Bukkit/Paper
- Minestom
Core API Methods
Custom Implementation
Creating a Custom Group
Custom Actor Implementation
For complete implementation examples, check our GitHub
repository.
Best Practices
-
Group Management
- Use consistent prefix/suffix styles
- Set appropriate group priorities
- Document group hierarchies
-
Performance
- Cache group data when possible
- Use async operations for database queries
- Minimize chat format complexity