▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/LuckPermsPrefixes
LuckPermsPrefixes

LuckPermsPrefixes

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

696
1
██╗      ██████╗  ██████╗██╗  ██╗██╗██████╗ ██████╗ ███████╗███████╗██╗██╗  ██╗███████╗███████╗
██║     ██╔═══██╗██╔════╝██║ ██╔╝██║██╔══██╗██╔══██╗██╔════╝██╔════╝██║╚██╗██╔╝██╔════╝██╔════╝
██║     ██║   ██║██║     █████╔╝ ██║██████╔╝██████╔╝█████╗  █████╗  ██║ ╚███╔╝ █████╗  ███████╗
██║     ██║   ██║██║     ██╔═██╗ ██║██╔═══╝ ██╔══██╗██╔══╝  ██╔══╝  ██║ ██╔██╗ ██╔══╝  ╚════██║
███████╗╚██████╔╝╚██████╗██║  ██╗██║██║     ██║  ██║███████╗██║     ██║██╔╝ ██╗███████╗███████║
╚══════╝ ╚═════╝  ╚═════╝╚═╝  ╚═╝╚═╝╚═╝     ╚═╝  ╚═╝╚══════╝╚═╝     ╚═╝╚═╝  ╚═╝╚══════╝╚══════╝
                                                                                               

Rank-based chat & tablist formatting for Paper servers.
Set up everything in-game no YAML editing required.

MC Paper LuckPerms License


What it does

  • In-game rank editor create ranks, pick a style, done
  • Chat format and tablist name auto-derived from a single template
  • LuckPerms group created automatically when you create a rank
  • Works with the TAB plugin out of the box
  • Hot-reload no server restart needed- Supports Minecraft 1.8 through 1.21

Required: Set enforce-secure-profile=false in server.properties for chat formatting to work.


Setup

1. Requirements

Min. Version
Java8 (1.8–1.16) / 16 (1.17–1.19) / 21 (1.20+)
Paper / Spigot1.8
LuckPermslatest
PlaceholderAPIlatest (only needed for TAB integration)

2. Pick the right JAR

JARMinecraft version
lockiprefixes-legacy-x.x.x.jar1.8 – 1.12
lockiprefixes-mid-x.x.x.jar1.13 – 1.18
lockiprefixes-modern-x.x.x.jar1.19 – 1.19.4
lockiprefixes-latest-x.x.x.jar1.20 – 1.21

Drop the matching JAR into plugins/ and restart.
A config.yml is generated automatically.

3. In-game

/lpx menu

Commands

CommandWhat it does
/lpx menuOpen the rank manager
/lpx reloadReload config

Permission: lockiprefixes.menu / lockiprefixes.reload


Config

plugins/LockiPrefixes/config.yml normally you don't touch this, the GUI writes it for you.

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

TAB Plugin

LockiPrefixes auto-detects TAB and disables its own tablist module.

Edit plugins/TAB/groups.yml:

_DEFAULT_:
  tabprefix:      ""
  tabsuffix:      ""
  customtabname:  "%lockiprefixes_tablist%"
  tagprefix:      "%luckperms-prefix%"

Then run /tab reload.


Placeholders

PlaceholderReturns
%lockiprefixes_prefix%Rank prefix only (e.g. &4&lOwner )
%lockiprefixes_tablist%Prefix + separator + name use in TAB
%lockiprefixes_name%Prefix directly followed by player name

Build from source

git clone https://github.com/leifiyoo/lockiprefixes.git
cd lockiprefixes

# Build a specific version
./gradlew :legacy:shadowJar -x test   # 1.8–1.12
./gradlew :mid:shadowJar -x test      # 1.13–1.18
./gradlew :modern:shadowJar -x test   # 1.19–1.19.4
./gradlew :latest:shadowJar -x test   # 1.20–1.21

# Or build all at once
./gradlew shadowJar -x test

Output JARs land in <module>/build/libs/.


MIT License free to use, modify, redistribute.

Совместимость

Minecraft: Java Edition

1.21.x1.20.x1.19.x1.18.x1.17.x1.16.x1.15.x1.14.x1.13.x1.12.x1.11.x1.10.x1.9.x1.8.x1.7.x

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:MIT
Опубликован:1 месяц назад
Обновлён:1 неделю назад
Главная