{"id":141569,"date":"2026-06-08T12:59:33","date_gmt":"2026-06-08T09:59:33","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/simply-luckperms\/"},"modified":"2026-06-08T12:59:33","modified_gmt":"2026-06-08T09:59:33","slug":"simply-luckperms","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/simply-luckperms\/","title":{"rendered":"simply-luckperms"},"content":{"rendered":"<p># Simply LuckPerms<br \/>\nA plugin designed to easily manage chat, tab and team display using only meta-fields.<br \/>\nIt 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.<\/p>\n<p>### Required Plugins<br \/>\n&#8211; LuckPerms 5.4 (or newer)<\/p>\n<p>### Supported platforms and versions<br \/>\n&#8211; Paper Versions: 1.21.10 &#8211; 26.1.2<\/p>\n<p>Recommended Version: Paper 1.21.11 (or newer)<br \/>\n<br \/>Although simple-maintenance-plugin may work on other platforms or versions, I do not guarantee for their stability or functionality.<\/p>\n<p>## Setup<br \/>\n### Prefix Setup<br \/>\n![prefix default](https:\/\/github.com\/FlauschigesAlex\/simply-luckperms\/blob\/branding\/preview\/prefix-default.png?raw=true)<br \/>\n`prefix` *(builtin)* &#8211; Sets the holder&#8217;s global prefix. Supports MiniMessage.<\/p>\n<p>### Suffix Setup<br \/>\n![suffix default](https:\/\/github.com\/FlauschigesAlex\/simply-luckperms\/blob\/branding\/preview\/suffix-default.png?raw=true)<br \/>\n`suffix` *(builtin)* &#8211; Sets the holder&#8217;s global suffix. Supports MiniMessage.<\/p>\n<p>### Scoreboard Coloring<br \/>\n![color team](https:\/\/github.com\/FlauschigesAlex\/simply-luckperms\/blob\/branding\/preview\/color-team.png?raw=true)<br \/>\n![color team minecraft](https:\/\/github.com\/FlauschigesAlex\/simply-luckperms\/blob\/branding\/preview\/color-team-mc.png?raw=true)<br \/>\n`color-team` *(meta field)* &#8211; Sets the holder&#8217;s global team color (above player color). Limited to NamedTextColor.<br \/>\n<br \/>Defaults to `WHITE` if not set.<\/p>\n<p>![color waypoint](https:\/\/github.com\/FlauschigesAlex\/simply-luckperms\/blob\/branding\/preview\/color-waypoint.png?raw=true)<br \/>\n![color waypoint minecraft](https:\/\/github.com\/FlauschigesAlex\/simply-luckperms\/blob\/branding\/preview\/color-waypoint-mc.png?raw=true)<br \/>\n**(1.21.11+)** `color-waypoint` *(meta field)* &#8211; Sets the holder&#8217;s waypoint color in the locator bar. Limited to NamedTextColor.<br \/>\n<br \/>Inherits from `color-team` if not set.<\/p>\n<p>### Name Coloring<br \/>\n![color name](https:\/\/github.com\/FlauschigesAlex\/simply-luckperms\/blob\/branding\/preview\/color-name.png?raw=true)<br \/>\n![color name minecraft](https:\/\/github.com\/FlauschigesAlex\/simply-luckperms\/blob\/branding\/preview\/color-name-mc.png?raw=true)<br \/>\n`color-chat` *(meta field)* &#8211; Sets the holder&#8217;s name color. Supports MiniMessage, Name-Placeholder (%s).<br \/>\n<br \/>Inherits from `prefix` if not set.<\/p>\n<p>### Chat Setup<br \/>\n![color chat](https:\/\/github.com\/FlauschigesAlex\/simply-luckperms\/blob\/branding\/preview\/color-chat.png?raw=true)<br \/>\n![color chat minecraft](https:\/\/github.com\/FlauschigesAlex\/simply-luckperms\/blob\/branding\/preview\/color-chat-mc.png?raw=true)<br \/>\n`color-chat` *(meta field)* &#8211; Sets the holder&#8217;s chat color. Supports MiniMessage, Message-Placeholder (%s).<br \/>\n<br \/>Defaults to `WHITE` if not set.<\/p>\n<p>![color chat rich](https:\/\/github.com\/FlauschigesAlex\/simply-luckperms\/blob\/branding\/preview\/color-chat-rich.png?raw=true)<br \/>\n![color chat rich minecraft](https:\/\/github.com\/FlauschigesAlex\/simply-luckperms\/blob\/branding\/preview\/color-chat-rich-mc.png?raw=true)<br \/>\n`color-chat-rich` *(meta field)* &#8211; Sets whether the holder is allowed to use MiniMessage.<br \/>\n<br \/>Defaults to `false` if not set.<\/p>\n<p>## Configuration file<br \/>\nSimplyLuckPerms uses a configuration file to enable\/disable features.<br \/>\n<br \/>**If you want to make any changes to the config, create one at `plugins\/simply-luckperms\/config.json`.**<br \/>\n<br \/>By default, all features are enabled, you can disable them by setting the corresponding option to `false` in the configuration file.<br \/>\n### REMOVE COMMENTS BEFORE APPLYING CONFIG<br \/>\n&#8220;`json<br \/>\n{<br \/>\n  &#8220;config&#8221;: {<br \/>\n    &#8220;_node&#8221;: {<br \/>\n      &#8220;awaitTick&#8221;: 5 \/\/ The delay (in ticks) to wait after luckperms recalculates the holder&#8217;s permissions.<br \/>\n    },<br \/>\n    &#8220;display&#8221;: {<br \/>\n      &#8220;chat&#8221;: {<br \/>\n        &#8220;use&#8221;: true, \/\/ Toggles chat formatting.<br \/>\n        &#8220;format&#8221;: &#8220;%prefix%%username%%suffix%<dark_gray>: %message%&#8221; \/\/ Format to be parsed in chat.<br \/>\n      },<br \/>\n      &#8220;name&#8221;: {<br \/>\n        &#8220;use&#8221;: true \/\/ Toggles display name formatting.<br \/>\n      },<br \/>\n      &#8220;tab&#8221;: {<br \/>\n        &#8220;use&#8221;: true, \/\/ Toggles playerlist name (tab) formatting.<br \/>\n        &#8220;format&#8221;: &#8220;%prefix%%username%%suffix%&#8221; \/\/ Format to be parsed in the playerlist (tab).<br \/>\n      },<br \/>\n      &#8220;teams&#8221;: {<br \/>\n        &#8220;use&#8221;: true \/\/ Toggles scoreboard team creation &#038; formatting.<br \/>\n      },<br \/>\n      &#8220;waypoints&#8221;: {<br \/>\n        &#8220;use&#8221;: true \/\/ Toggles waypoint coloring.<br \/>\n      }<br \/>\n    },<br \/>\n    &#8220;scoreboard&#8221;: {<br \/>\n      &#8220;private&#8221;: {<br \/>\n        &#8220;use&#8221;: true \/\/ Toggles wether to use a private scoreboard for the holder or the bukkit default.<br \/>\n      },<br \/>\n      &#8220;prefix&#8221;: {<br \/>\n        &#8220;use&#8221;: true \/\/ Toggles wether to display prefixes on scoreboard teams.<br \/>\n      },<br \/>\n      &#8220;suffix&#8221;: {<br \/>\n        &#8220;use&#8221;: true \/\/ Toggles wether to display suffixes on scoreboard teams.<br \/>\n      }<br \/>\n    }<br \/>\n  }<br \/>\n}<br \/>\n&#8220;`<br \/>\n### REMOVE COMMENTS BEFORE APPLYING CONFIG<\/p>\n<p>## Commands<br \/>\n`\/slp-config reload` &#8211; Reloads the configuration file. (Permission `slp.config`)<\/p>\n<p>## Builtin Fields &#038; Meta Fields<br \/>\nLuckPerm&#8217;s fields are based on `holders`, which are either players or groups.<br \/>\n<br \/>The inheritance of a field is ordered by `player` -> `group (descending weight)`, this means a group&#8217;s prefix can be overridden for a player by setting player&#8217;s prefix at a higher weight.<br \/>\n<br \/>This works the same for all builtin fields.<\/p>\n<p>When working with meta-fields, LuckPerms will choose the first field it finds. (`player` -> `group (descending weight)`)<br \/>\n<br \/>If a player has multiple meta-fields with the same key, a random one will be chosen.<\/p>\n<p>## Setup overrides<br \/>\nOverrides can be used to modify specific fields for a holder such as their chat prefix without modifying the global prefix.<\/p>\n<p>### Prefix Overrides<br \/>\n`prefix-chat` *(meta field)* &#8211; Overrides the holder&#8217;s chat prefix. Supports MiniMessage.<br \/>\n<br \/>`prefix-tab` *(meta field)* &#8211; Overrides the holder&#8217;s tab (playerlist) prefix. Supports MiniMessage.<br \/>\n<br \/>`prefix-team` *(meta field)* &#8211; Overrides the holder&#8217;s scoreboard team prefix. Supports MiniMessage.<\/p>\n<p>### Suffix Overrides<br \/>\n`suffix-chat` *(meta field)* &#8211; Overrides the holder&#8217;s chat suffix. Supports MiniMessage.<br \/>\n<br \/>`suffix-tab` *(meta field)* &#8211; Overrides the holder&#8217;s tab (playerlist) suffix. Supports MiniMessage.<br \/>\n<br \/>`suffix-team` *(meta field)* &#8211; Overrides the holder&#8217;s scoreboard team suffix. Supports MiniMessage.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Highly customizable solution for Chat, Tab &#038; Scoreboard Teams using LuckPerms.<\/p>\n","protected":false},"featured_media":141570,"template":"","meta":{"_minecraft_slug":"simply-luckperms","_minecraft_project_id":"F3jvgleG","_minecraft_author":"FlauschigesAlex","_minecraft_license":"MIT","_minecraft_downloads":19,"_minecraft_follows":2,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"simply-luckperms.zip","_minecraft_size_bytes":70340,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T22:33:34.100147Z","_minecraft_date_created":"2026-05-07T21:12:10.661811Z","_minecraft_date_modified":"2026-04-30T00:06:57.892302Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/simply-luckperms","_minecraft_icon_attachment_id":141570,"_minecraft_imported_at":"2026-06-08T09:59:34+00:00","_minecraft_import_hash":"11726c707ac4f45dd72affdacf37434a","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[156,126,127,867,123,92],"mod_loader":[132],"minecraft_version":[40,41,83,167,163],"class_list":["post-141569","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-decoration","mod_category-management","mod_category-paper","mod_category-social","mod_category-technology","mod_category-utility","mod_loader-paper","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-26-1","minecraft_version-26-1-1","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>simply-luckperms - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/simply-luckperms\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"simply-luckperms - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Highly customizable solution for Chat, Tab &amp; Scoreboard Teams using LuckPerms.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/simply-luckperms\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simply-luckperms\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simply-luckperms\\\/\",\"name\":\"simply-luckperms - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simply-luckperms\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simply-luckperms\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/simply-luckperms-icon-1b23fb22070e2d156eee83fc9bffae541bfcb5d6.png\",\"datePublished\":\"2026-06-08T09:59:33+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simply-luckperms\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simply-luckperms\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simply-luckperms\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/simply-luckperms-icon-1b23fb22070e2d156eee83fc9bffae541bfcb5d6.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/simply-luckperms-icon-1b23fb22070e2d156eee83fc9bffae541bfcb5d6.png\",\"width\":128,\"height\":128},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simply-luckperms\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"simply-luckperms\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"simply-luckperms - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/simply-luckperms\/","og_locale":"en_US","og_type":"article","og_title":"simply-luckperms - Minecraft","og_description":"Highly customizable solution for Chat, Tab & Scoreboard Teams using LuckPerms.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/simply-luckperms\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/simply-luckperms\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/simply-luckperms\/","name":"simply-luckperms - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/simply-luckperms\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/simply-luckperms\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/simply-luckperms-icon-1b23fb22070e2d156eee83fc9bffae541bfcb5d6.png","datePublished":"2026-06-08T09:59:33+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/simply-luckperms\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/simply-luckperms\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/simply-luckperms\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/simply-luckperms-icon-1b23fb22070e2d156eee83fc9bffae541bfcb5d6.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/simply-luckperms-icon-1b23fb22070e2d156eee83fc9bffae541bfcb5d6.png","width":128,"height":128},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/simply-luckperms\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"simply-luckperms"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/141569","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/141570"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=141569"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=141569"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=141569"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=141569"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}