LPChatPrefix

⭐ — (0 endorsements) 📥 459 downloads 📌 v1.21.1_1.1.0 📅 11/16/2025
🟡 Updated this year

By Viking602 · management

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 11/11/2025 📅 Created: 11/16/2025
⚠️ Install Order · 2 steps
1🛠️ Forge — Minecraft Forge (mod loader) Download ↗
2🛠️ Fabric — Fabric Loader Download ↗

Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.

🔍 Analysis

  • 🏆 #2 of 10 management mods in this game by downloads

📋 About This Mod

✅ 🏷️ Display LuckPerms prefixes and suffixes in chat
✅ 🎨 Support for Minecraft color codes (& symbols)
✅ ⚙️ Highly configurable message format
✅ 🖥️ Server-side only - clients don't need to install
✅ 🔧 Lightweight and efficient

# LuckPerms Chat Prefix for NeoForge (https://img.shields.io/github/release/Viking602/LPchatprefix.svg)](https://github.com/Viking602/LPchatprefix/releases/latest) (https://img.shields.io/github/downloads/Viking602/LPchatprefix/total.svg)](https://github.com/Viking602/LPchatprefix/releases) (https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) (https://img.shields.io/badge/Minecraft-1.21.1-green.svg)](https://minecraft.net) (https://img.shields.io/badge/NeoForge-21.1.0+-orange.svg)](https://neoforged.net) A server-side NeoForge mod that displays LuckPerms prefixes and suffixes in chat messages for Minecraft 1.21.1. ## Features - 🏷️ Display LuckPerms prefixes and suffixes in chat - 🎨 Support for Minecraft color codes (& symbols) - ⚙️ Highly configurable message format - 🖥️ Server-side only - clients don't need to install - 🔧 Lightweight and efficient ## Requirements - Minecraft 1.21.1 (strictly this version only) - NeoForge 21.1.0 or higher - LuckPerms plugin installed on server - Java 21 or higher ## Installation ### Download Download the latest version from (https://github.com/Viking602/LPchatprefix/releases/latest) ### Server Installation 1. Download the latest `lpchatprefix-1.21.1_1.1.0.jar` from (https://github.com/Viking602/LPchatprefix/releases) 2. Place the JAR file in your server's `mods` folder 3. Ensure LuckPerms is installed and configured 4. Start/restart your server ### Client Installation **Not required!** This is a server-side only mod. Players can connect without installing anything. ## Configuration The mod creates a configuration file at `config/lpchatprefix-common.toml` with the following options: ```toml # Enable/disable prefix display enablePrefix = true # Enable/disable suffix display enableSuffix = true # Chat message format template # Supported placeholders: {prefix}, {player}, {suffix}, {message} messageFormat = "{prefix}{player}{suffix}: {message}" # Message text color (Minecraft color codes) # Options: black, dark_blue, dark_green, dark_aqua, dark_red, dark_purple, # gold, gray, dark_gray, blue, green, aqua, red, light_purple, yellow, white messageColor = "gray" # Player name color nameColor = "white" ``` ## Usage 1. Set up prefixes/suffixes in LuckPerms: ```bash # Add a prefix to a group /lp group admin meta setprefix "&c " # Add a suffix to a user /lp user <player> meta setsuffix " &7" ``` 2. The prefixes and suffixes will automatically appear in chat messages ### Example Output Without mod: `<PlayerName> Hello everyone!` With mod: ` PlayerName : Hello everyone!` ## Color Code Support The mod supports Minecraft color codes using the `&` symbol: - `&c` - Red - `&a` - Green - `&b` - Aqua - `&e` - Yellow - `&f` - White - And all other standard Minecraft color codes ## Troubleshooting ### Prefixes/Suffixes not showing - Ensure LuckPerms is installed and running - Check that the player/group has prefixes/suffixes set - Verify the mod is loaded (check server logs for "LPChatPrefix initialized") ### Double player names in chat - Make sure you're using the latest version - Check for conflicting chat formatting plugins/mods ### Mod not loading - Verify you're using Minecraft 1.21.1 exactly - Ensure NeoForge version is 21.1.0 or higher - Check Java version is 21 or higher ## Support For issues, questions, or suggestions, please open an issue on the GitHub repository. ## Credits - Built for NeoForge - Requires LuckPerms by Luck - Developed for Minecraft 1.21.1

# LuckPerms Chat Prefix for NeoForge

[!(https://img.shields.io/github/release/Viking602/LPchatprefix.svg)](https://github.com/Viking602/LPchatprefix/releases/latest) [!(https://img.shields.io/github/downloads/Viking602/LPchatprefix/total.svg)](https://github.com/Viking602/LPchatprefix/releases) [!(https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [!(https://img.shields.io/badge/Minecraft-1. 21. 1-green.svg)](https://minecraft.net) [!(https://img.shields.io/badge/NeoForge-21. 1. 0+-orange.svg)](https://neoforged.net)

A server-side NeoForge mod that displays LuckPerms prefixes and suffixes in chat messages for Minecraft 1. 21. 1.

## Features

  • 🏷️ Display LuckPerms prefixes and suffixes in chat
  • 🎨 Support for Minecraft color codes (& symbols)
  • ⚙️ Highly configurable message format
  • 🖥️ Server-side only - clients don't need to install
  • 🔧 Lightweight and efficient

## Requirements

  • Minecraft 1. 21. 1 (strictly this version only)
  • NeoForge 21. 1. 0 or higher
  • LuckPerms plugin installed on server
  • Java 21 or higher

## Installation

### Download Download the latest version from (https://github.com/Viking602/LPchatprefix/releases/latest)

### Server Installation 1. Download the latest `lpchatprefix-1. 21. 1_1. 1. 0.jar` from (https://github.com/Viking602/LPchatprefix/releases) 2. Place the JAR file in your server's `mods` folder 3. Ensure LuckPerms is installed and configured 4. Start/restart your server

### Client Installation Not required! This is a server-side only mod. Players can connect without installing anything.

## Configuration

The mod creates a configuration file at `config/lpchatprefix-common.toml` with the following options:

# Enable/disable prefix display enablePrefix = true # Enable/disable suffix display enableSuffix = true # Chat message format template # Supported placeholders: {prefix}, {player}, {suffix}, {message} messageFormat = "{prefix}{player}{suffix}: {message}" # Message text color (Minecraft color codes) # Options: black, dark_blue, dark_green, dark_aqua, dark_red, dark_purple, # gold, gray, dark_gray, blue, green, aqua, red, light_purple, yellow, white messageColor = "gray" # Player name color nameColor = "white" ```

1. Set up prefixes/suffixes in LuckPerms: ```bash # Add a prefix to a group /lp group admin meta setprefix "&c "

# Add a suffix to a user /lp user meta setsuffix " &7" ```

2. The prefixes and suffixes will automatically appear in chat messages

### Example Output Without mod: ` Hello everyone!`

With mod: ` PlayerName : Hello everyone!`

## Color Code Support

The mod supports Minecraft color codes using the `&` symbol: - `&c` - Red - `&a` - Green - `&b` - Aqua - `&e` - Yellow - `&f` - White - And all other standard Minecraft color codes

## Troubleshooting

### Prefixes/Suffixes not showing - Ensure LuckPerms is installed and running - Check that the player/group has prefixes/suffixes set - Verify the mod is loaded (check server logs for "LPChatPrefix initialized")

### Double player names in chat - Make sure you're using the latest version - Check for conflicting chat formatting plugins/mods

### Mod not loading - Verify you're using Minecraft 1. 21. 1 exactly - Ensure NeoForge version is 21. 1. 0 or higher - Check Java version is 21 or higher

For issues, questions, or suggestions, please open an issue on the GitHub repository.

  • Built for NeoForge
  • Requires LuckPerms by Luck
  • Developed for Minecraft 1. 21. 1
🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Mods
Author
Viking602
Version
1.21.1_1.1.0
Downloads
459
Endorsements
0
Category
management
Created
11/16/2025
Updated
11/11/2025
Game Versions
1.21.1
Tags
management, social

🔧 How to Install Minecraft Mods Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Mods →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Mods versions does LPChatPrefix support?

The author lists 1.21.1. Other versions may work but are untested by the author.

What is the latest version of LPChatPrefix?

Version 1.21.1_1.1.0, published 2025-11-11 with 459 downloads recorded at the source.

Keep browsing — more Minecraft Mods mods await

📋 All Minecraft Mods Mods 🏆 Top 25 📂 More management 👤 More by Viking602 🔎 Similar Mods 🌐 Best management (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods