SimplePrefix

⭐ — (0 endorsements) 📥 675 downloads 📌 v1.0.2 📅 12/17/2025
🟡 Updated this year

By AstranoxDEV · folia

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 12/27/2025 📅 Created: 12/17/2025

🔍 Analysis

  • 👍 0.0% endorsement rate
  • 🏆 #63 of 173 folia mods in this game by downloads

📋 About This Mod

# SimplePrefix SimplePrefix is a modern, minimalistic Minecraft plugin for managing and displaying player prefixes and groups with **LuckPerms** integration. It focuses on clean YAML configuration, fast iteration (auto-reload), and reliable tab/nametag handling using scoreboard teams. --- ## Features - **LuckPerms Integration** – Seamless synchronization with LuckPerms groups. - **Team Management** – Scoreboard teams for tab list and nametags with priorities. - **Prefix, Suffix & Name Color** – Full control per group. - **Chat & Tab Format** – Custom formats with placeholders. - **Auto-Reload** – Reload config files automatically without server restart. - **LuckPrefix Migration** – Easy migration with automatic conversion. - **Lightweight** – Minimal performance impact and simple to maintain. - **Straightforward Configuration** – Simple `groups.yml` + `config.yml` setup. --- ## Requirements - Paper or Spigot server (1.8+) - LuckPerms - Java 8+ --- ## Installation 1. Download SimplePrefix. 2. Place the `SimplePrefix-<version>.jar` file into your server’s `plugins` directory. 3. Start (or restart) your server once. 4. Configure `groups.yml` and `config.yml`. 5. Apply changes with `/sp reload` (or let auto-reload handle it). --- ## Configuration SimplePrefix uses a `groups.yml` file for group definitions and a `config.yml` for general settings + formatting. ### Example `groups.yml` ```yaml groups: admin: prefix: "<red> " suffix: "" priority: 100 mod: prefix: "<aqua> " suffix: "" priority: 90 vip: prefix: "<yellow> " suffix: "" priority: 50 default: prefix: "<gray>" suffix: "" priority: 0 ``` ### Example `config.yml` ```yaml settings: auto-reload: enabled: true interval: 30 join-delay: 20 team-prefix: "lp_" debug: false # Chat & Tab Formatierung chat-format: enabled: true format: "{prefix}{player}{suffix}: {message}" tab-format: enabled: true format: "{prefix}{player}" ``` --- ## Commands & Permissions Main command: `/sp` ### Basic - `/sp help` — `simpleprefix.use` Shows all available commands. - `/sp reload` — `simpleprefix.reload` Reloads all configuration files. - `/sp update ` — `simpleprefix.update` Updates teams (all players or a single player). - `/sp list` — `simpleprefix.list` Shows all configured groups. ### Group management - `/sp create <group> <prefix>` — `simpleprefix.create` - `/sp set <group> prefix <value>` — `simpleprefix.set` - `/sp set <group> suffix <value>` — `simpleprefix.set` - `/sp set <group> priority <0-999>` — `simpleprefix.set` - `/sp set <group> namecolor <color>` — `simpleprefix.set` - `/sp clear <group> prefix|suffix|namecolor` — `simpleprefix.set` - `/sp delete <group>` — `simpleprefix.delete` - `/sp save <group>` — `simpleprefix.save` ### Format management - `/sp format chat` — `simpleprefix.format` - `/sp format chat set <format>` — `simpleprefix.format` - `/sp format chat toggle` — `simpleprefix.format` - `/sp format tab` — `simpleprefix.format` - `/sp format tab set <format>` — `simpleprefix.format` - `/sp format tab toggle` — `simpleprefix.format` ### Migration & maintenance - `/sp migrate luckprefix` — `simpleprefix.migrate` Migrates all data from LuckPrefix. - `/sp cleanup` — `simpleprefix.cleanup` Automatically removes empty groups. --- ## Placeholders Use these in `chat-format.format` and `tab-format.format`: - `{prefix}`: Replaced with the group prefix. - `{suffix}`: Replaced with the group suffix. - `{player}`: The player's name (without color). - `{message}`: The player's chat message (chat format only). --- ## Links - GitHub: https://github.com/AstranoxDEV/simpleprefix

# SimplePrefix

SimplePrefix is a modern, minimalistic Minecraft plugin for managing and displaying player prefixes and groups with LuckPerms integration. It focuses on clean YAML configuration, fast iteration (auto-reload), and reliable tab/nametag handling using scoreboard teams.

## Features

  • LuckPerms Integration – Seamless synchronization with LuckPerms groups.
  • Team Management – Scoreboard teams for tab list and nametags with priorities.
  • Prefix, Suffix & Name Color – Full control per group.
  • Chat & Tab Format – Custom formats with placeholders.
  • Auto-Reload – Reload config files automatically without server restart.
  • LuckPrefix Migration – Easy migration with automatic conversion.
  • Lightweight – Minimal performance impact and simple to maintain.
  • Straightforward Configuration – Simple `groups.yml` + `config.yml` setup.

## Requirements

  • Paper or Spigot server (1. 8+)
  • LuckPerms
  • Java 8+

## Installation

1. Download SimplePrefix. 2. Place the `SimplePrefix-.jar` file into your server’s `plugins` directory. 3. Start (or restart) your server once. 4. Configure `groups.yml` and `config.yml`. 5. Apply changes with `/sp reload` (or let auto-reload handle it).

## Configuration

SimplePrefix uses a `groups.yml` file for group definitions and a `config.yml` for general settings + formatting.

### Example `groups.yml`

```yaml groups: admin: prefix: " " suffix: "" priority: 100

mod: prefix: " " suffix: "" priority: 90

vip: prefix: " " suffix: "" priority: 50

default: prefix: "" suffix: "" priority: 0 ```

### Example `config.yml`

```yaml settings: auto-reload: enabled: true interval: 30 join-delay: 20 team-prefix: "lp_" debug: false

# Chat & Tab Formatierung chat-format: enabled: true format: "{prefix}{player}{suffix}: {message}"

tab-format: enabled: true format: "{prefix}{player}" ```

## Commands & Permissions

Main command: `/sp`

  • `/sp help` — `simpleprefix.use`
  • Shows all available commands.
  • `/sp reload` — `simpleprefix.reload`
  • Reloads all configuration files.
  • `/sp update ` — `simpleprefix.update`
  • Updates teams (all players or a single player).
  • `/sp list` — `simpleprefix.list`
  • Shows all configured groups.

### Group management

  • `/sp create ` — `simpleprefix.create`
  • `/sp set prefix ` — `simpleprefix.set`
  • `/sp set suffix ` — `simpleprefix.set`
  • `/sp set priority <0-999>` — `simpleprefix.set`
  • `/sp set namecolor ` — `simpleprefix.set`
  • `/sp clear prefix|suffix|namecolor` — `simpleprefix.set`
  • `/sp delete ` — `simpleprefix.delete`
  • `/sp save ` — `simpleprefix.save`

### Format management

  • `/sp format chat` — `simpleprefix.format`
  • `/sp format chat set ` — `simpleprefix.format`
  • `/sp format chat toggle` — `simpleprefix.format`
  • `/sp format tab` — `simpleprefix.format`
  • `/sp format tab set ` — `simpleprefix.format`
  • `/sp format tab toggle` — `simpleprefix.format`

### Migration & maintenance

  • `/sp migrate luckprefix` — `simpleprefix.migrate`
  • Migrates all data from LuckPrefix.
  • `/sp cleanup` — `simpleprefix.cleanup`
  • Automatically removes empty groups.

## Placeholders

Use these in `chat-format.format` and `tab-format.format`:

  • `{prefix}`: Replaced with the group prefix.
  • `{suffix}`: Replaced with the group suffix.
  • `{player}`: The player's name (without color).
  • `{message}`: The player's chat message (chat format only).

- GitHub: https://github.com/AstranoxDEV/simpleprefix

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
AstranoxDEV
Version
1.0.2
Downloads
675
Endorsements
0
Category
folia
Created
12/17/2025
Updated
12/27/2025
Game Versions
1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4

🔧 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 SimplePrefix support?

The author lists 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5. Other versions may work but are untested by the author.

What is the latest version of SimplePrefix?

Version 1.0.2, published 2025-12-27 with 675 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

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