simply-luckperms
🟡 Updated this year🖼️ Gallery (2 images)
🔍 Analysis
- 🏆 #64 of 81 decoration mods in this game by downloads
📋 About This Mod
# Simply LuckPerms A plugin designed to easily manage chat, tab and team display using only meta-fields.<br> It provides a simple and intuitive way to configure player prefixes, suffixes, team colors and more without the need for complex configuration files, just luckperms builtin- and meta-fields. ### Required Plugins - (https://luckperms.net/) ### Supported platforms and versions - (https://papermc.io/software/paper/) Versions: 1.21.10 - 26.2 - (https://purpurmc.org/) Versions: 1.21.10 - 26.2 Recommended Version: Paper 1.21.11 (or newer) <br>Although simply-luckperms may work on other platforms or versions, I do not guarantee for their stability or functionality. ## Setup ### Prefix Setup !(https://github.com/FlauschigesAlex/simply-luckperms/blob/branding/preview/prefix-default.png?raw=true)<br> `prefix` *(builtin)* - Sets the holder's global prefix. Supports (https://docs.papermc.io/adventure/minimessage/format/). ### Suffix Setup !(https://github.com/FlauschigesAlex/simply-luckperms/blob/branding/preview/suffix-default.png?raw=true)<br> `suffix` *(builtin)* - Sets the holder's global suffix. Supports (https://docs.papermc.io/adventure/minimessage/format/). ### Scoreboard Coloring !(https://github.com/FlauschigesAlex/simply-luckperms/blob/branding/preview/color-team.png?raw=true)<br> !(https://github.com/FlauschigesAlex/simply-luckperms/blob/branding/preview/color-team-mc.png?raw=true)<br> `color-team` *(meta field)* - Sets the holder's global team color (above player color). Limited to (https://jd.advntr.dev/api/latest/net/kyori/adventure/text/format/NamedTextColor.html). <br>Defaults to `WHITE` if not set. <br><br> !(https://github.com/FlauschigesAlex/simply-luckperms/blob/branding/preview/color-waypoint.png?raw=true)<br> !(https://github.com/FlauschigesAlex/simply-luckperms/blob/branding/preview/color-waypoint-mc.png?raw=true)<br> **(1.21.11+)** `color-waypoint` *(meta field)* - Sets the holder's (https://minecraft.wiki/w/Commands/waypoint) color in the (https://minecraft.wiki/w/Locator_Bar). Limited to (https://jd.advntr.dev/api/latest/net/kyori/adventure/text/format/NamedTextColor.html). <br>Inherits from `color-team` if not set. ### Name Coloring !(https://github.com/FlauschigesAlex/simply-luckperms/blob/branding/preview/color-name.png?raw=true)<br> !(https://github.com/FlauschigesAlex/simply-luckperms/blob/branding/preview/color-name-mc.png?raw=true)<br> `color-chat` *(meta field)* - Sets the holder's name color. Supports (https://docs.papermc.io/adventure/minimessage/format/), (https://www.w3schools.com/java/ref_string_format.asp). <br>Inherits from `prefix` if not set. ### Chat Setup !(https://github.com/FlauschigesAlex/simply-luckperms/blob/branding/preview/color-chat.png?raw=true)<br> !(https://github.com/FlauschigesAlex/simply-luckperms/blob/branding/preview/color-chat-mc.png?raw=true)<br> `color-chat` *(meta field)* - Sets the holder's chat color. Supports (https://docs.papermc.io/adventure/minimessage/format/), (https://www.w3schools.com/java/ref_string_format.asp). <br>Defaults to `WHITE` if not set. !(https://github.com/FlauschigesAlex/simply-luckperms/blob/branding/preview/color-chat-rich.png?raw=true)<br> !(https://github.com/FlauschigesAlex/simply-luckperms/blob/branding/preview/color-chat-rich-mc.png?raw=true)<br> `color-chat-rich` *(meta field)* - Sets whether the holder is allowed to use (https://docs.papermc.io/adventure/minimessage/format/). <br>Defaults to `false` if not set. ## Configuration file SimplyLuckPerms uses a configuration file to enable/disable features. <br>**If you want to make any changes to the config, create one at `plugins/simply-luckperms/config.json`.** <br>By default, all features are enabled, you can disable them by setting the corresponding option to `false` in the configuration file. ### REMOVE COMMENTS BEFORE APPLYING CONFIG ```json { "config": { "_node": { "awaitTick": 5 // The delay (in ticks) to wait after luckperms recalculates the holder's permissions. }, "display": { "chat": { "use": true, // Toggles chat formatting. "format": "%prefix%%username%%suffix%<dark_gray>: %message%" // Format to be parsed in chat. }, "name": { "use": true // Toggles display name formatting. }, "tab": { "use": true, // Toggles playerlist name (tab) formatting. "format": "%prefix%%username%%suffix%" // Format to be parsed in the playerlist (tab). }, "teams": { "use": true // Toggles scoreboard team creation & formatting. },
# Simply LuckPerms A plugin designed to easily manage chat, tab and team display using only meta-fields.
It provides a simple and intuitive way to configure player prefixes, suffixes, team colors and more without the need for complex configuration files, just luckperms builtin- and meta-fields.
### Required Plugins - (https://luckperms.net/)
### Supported platforms and versions - (https://papermc.io/software/paper/) Versions: 1. 21. 10 - 26. 2 - (https://purpurmc.org/) Versions: 1. 21. 10 - 26. 2
Recommended Version: Paper 1. 21. 11 (or newer)
Although simply-luckperms may work on other platforms or versions, I do not guarantee for their stability or functionality.
## Setup ### Prefix Setup !(https://github.com/FlauschigesAlex/simply-luckperms/blob/branding/preview/prefix-default.png?raw=true)
`prefix` (builtin) - Sets the holder's global prefix. Supports (https://docs.papermc.io/adventure/minimessage/format/).
### Suffix Setup !(https://github.com/FlauschigesAlex/simply-luckperms/blob/branding/preview/suffix-default.png?raw=true)
`suffix` (builtin) - Sets the holder's global suffix. Supports (https://docs.papermc.io/adventure/minimessage/format/).
### Scoreboard Coloring !(https://github.com/FlauschigesAlex/simply-luckperms/blob/branding/preview/color-team.png?raw=true)
!(https://github.com/FlauschigesAlex/simply-luckperms/blob/branding/preview/color-team-mc.png?raw=true)
`color-team` (meta field) - Sets the holder's global team color (above player color). Limited to (https://jd.advntr.dev/api/latest/net/kyori/adventure/text/format/NamedTextColor.html).
Defaults to `WHITE` if not set.
!(https://github.com/FlauschigesAlex/simply-luckperms/blob/branding/preview/color-waypoint.png?raw=true)
!(https://github.com/FlauschigesAlex/simply-luckperms/blob/branding/preview/color-waypoint-mc.png?raw=true)
(1. 21. 11+) `color-waypoint` (meta field) - Sets the holder's (https://minecraft.wiki/w/Commands/waypoint) color in the (https://minecraft.wiki/w/Locator_Bar). Limited to (https://jd.advntr.dev/api/latest/net/kyori/adventure/text/format/NamedTextColor.html).
Inherits from `color-team` if not set.
### Name Coloring !(https://github.com/FlauschigesAlex/simply-luckperms/blob/branding/preview/color-name.png?raw=true)
!(https://github.com/FlauschigesAlex/simply-luckperms/blob/branding/preview/color-name-mc.png?raw=true)
`color-chat` (meta field) - Sets the holder's name color. Supports (https://docs.papermc.io/adventure/minimessage/format/), (https://www.w3schools.com/java/ref_string_format.asp).
Inherits from `prefix` if not set.
### Chat Setup !(https://github.com/FlauschigesAlex/simply-luckperms/blob/branding/preview/color-chat.png?raw=true)
!(https://github.com/FlauschigesAlex/simply-luckperms/blob/branding/preview/color-chat-mc.png?raw=true)
`color-chat` (meta field) - Sets the holder's chat color. Supports (https://docs.papermc.io/adventure/minimessage/format/), (https://www.w3schools.com/java/ref_string_format.asp).
Defaults to `WHITE` if not set.
!(https://github.com/FlauschigesAlex/simply-luckperms/blob/branding/preview/color-chat-rich.png?raw=true)
!(https://github.com/FlauschigesAlex/simply-luckperms/blob/branding/preview/color-chat-rich-mc.png?raw=true)
`color-chat-rich` (meta field) - Sets whether the holder is allowed to use (https://docs.papermc.io/adventure/minimessage/format/).
Defaults to `false` if not set.
## Configuration file SimplyLuckPerms uses a configuration file to enable/disable features.
If you want to make any changes to the config, create one at `plugins/simply-luckperms/config.json`.
By default, all features are enabled, you can disable them by setting the corresponding option to `false` in the configuration file.
### REMOVE COMMENTS BEFORE APPLYING CONFIG
```json
{
"config": {
"_node": {
"awaitTick": 5 // The delay (in ticks) to wait after luckperms recalculates the holder's permissions.
},
"display": {
"chat": {
"use": true, // Toggles chat formatting.
"format": "%prefix%%username%%suffix%
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- FlauschigesAlex
- Version
- 1.4.1
- Downloads
- 409
- Endorsements
- 2
- Category
- decoration
- Created
- 5/7/2026
- Updated
- 8/15/2026
- Game Versions
- 1.21.10, 1.21.11, 26.1, 26.1.1, 26.1.2
- Tags
- decoration, social, utility
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does simply-luckperms support?
The author lists 1.21.10, 1.21.11, 26.1, 26.1.1, 26.1.2, 26.2. Other versions may work but are untested by the author.
What is the latest version of simply-luckperms?
Version 1.4.1, published 2026-08-15 with 409 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await

