LuckPermsPrefixes
PluginMIT

LuckPermsPrefixes

A Minecraft plugin for LuckPerms that formats chat messages and the TAB list with prefixes, colors, and animated gradients.

251
Downloads
1
Followers
2 months ago
Updated
📦
8
Versions

📖About LuckPermsPrefixes

🎨 LockiPrefixes

github

A beautiful chat & tablist formatter for LuckPerms.


✨ Features

  • 💬 Chat Formatting - Custom chat with prefix, colors, styles
  • 📋 TAB List - Formatted names with rank sorting
  • 🌈 Animated Gradients - Rainbow effects on rank names (1.20+)
  • 🔌 PlaceholderAPI - Use in other plugins
  • 🔄 Auto-Update - TAB updates when rank changes

⚠️ Important (Paper 1.19+)

Add this to server.properties:

enforce-secure-profile=false

📋 Requirements


🎨 Example Config

chat:
  format: "{prefix} &7| &f{name} &7» &f{message}"

tablist:
  format: "{prefix} &7| &f{name}"
  sorting:
    enabled: true

groups:
  owner:
    chat-format: "&4&lOwner &7| &f{name} &7» &f{message}"
    tablist-format: "&4&lOwner &7| &f{name}"
    priority: 100

  admin:
    chat-format: "&c&lAdmin &7| &f{name} &7» &f{message}"
    tablist-format: "&c&lAdmin &7| &f{name}"
    priority: 80

📦 Placeholders

Placeholder Output
%lockiprefixes_prefix% Prefix
%lockiprefixes_suffix% Suffix
%lockiprefixes_group% Group name
%lockiprefixes_formatted% Full formatted name

💻 Commands

Command Permission
/lockiprefixes reload lockiprefixes.reload

Please report any issues you find on Github.