Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
LPChatPrefix
ModMIT

LPChatPrefix

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

62
Downloads
0
Followers
5 months ago
Updated
📦
1
Versions
managementsocialneoforge
Download Latestv1.21.1_1.1.0View on Modrinth

📖About LPChatPrefix

LuckPerms Chat Prefix for NeoForge

GitHub Release
Downloads
License
Minecraft
NeoForge

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 GitHub Releases

Server Installation

  1. Download the latest lpchatprefix-1.21.1_1.1.0.jar from releases page
  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:

[LPChatPrefix Config]
    # 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:
# Add a prefix to a group
/lp group admin meta setprefix "&c[Admin] "

# Add a suffix to a user
/lp user <player> meta setsuffix " &7[VIP]"
  1. The prefixes and suffixes will automatically appear in chat messages

Example Output

Without mod: <PlayerName> Hello everyone!

With mod: [Admin] PlayerName [VIP]: 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

👥 Team & Contributors

Viking602
Viking602Owner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
neoforge
Minecraft Versions
1.21.1

🔗 Links

Modrinth Page