The simplest and most optimized way to manage prefixes, suffixes, and chat formatting.
EasyPrefix
Simple, optimized and lightweight prefix management.
────────────────────────────────────────────────────────────────
Performance
Minimalist code. Zero TPS impact.
Modern Colors
Hex, RGB and classic color support.
PAPI Ready
Native integration with PlaceholderAPI.
Overview
EasyPrefix is a straightforward solution for server owners who need to manage chat formats, tablists, and nametags without dealing with bloated plugins. It is designed to be "plug and play" while remaining fully customizable.
Features
• PlaceholderAPI Support: Use any placeholder in chat, tab, or join/quit messages.
• Priority System: Automatically applies the correct group based on weight/priority.
• Sync: Handles chat, tablist, and nametags (above head) in one place.
• Hex Colors: Full support for modern gradients and hex codes.
• Lightweight: Optimized for high player counts and modern versions.
Configuration Example
# Formatting
chat-format: "%prefix% %name% %suffix% &8› &f%message%"
chat-color-permission: "easyprefix.chat.color"
nametag-format: "%prefix% %name% %suffix%"
tablist-format: "%prefix% %name% %suffix%"
join-format: "&7[&a+&7] %prefix% &f%name%"
quit-format: "&7[&c-&7] %prefix% &f%name%"
# Group definitions
# You can use any PAPI placeholder here
groups:
admin:
permission: "group.admin"
prefix: "&x&F&F&6&0&6&0[Admin] "
suffix: ""
priority: 100
user:
permission: "group.user"
prefix: "&7"
suffix: ""
priority: 1
Commands & Permissions
» /easyprefix reload - Reloads the config. Permission: easyprefix.admin
easyprefix.chat.color - Use color codes in chat. (Customizable permission)
────────────────────────────────────────────────────────────────