SimplePrefix is a well-structured and optimized Prefix Plugin
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.
groups.yml + config.yml setup.SimplePrefix-<version>.jar file into your server’s plugins directory.groups.yml and config.yml./sp reload (or let auto-reload handle it).SimplePrefix uses a groups.yml file for group definitions and a config.yml for general settings + formatting.
groups.ymlgroups:
admin:
prefix: "<red>[Admin] "
suffix: ""
priority: 100
mod:
prefix: "<aqua>[Mod] "
suffix: ""
priority: 90
vip:
prefix: "<yellow>[VIP] "
suffix: ""
priority: 50
default:
prefix: "<gray>[Player]"
suffix: ""
priority: 0
config.ymlsettings:
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}"
Main command: /sp
/sp help — simpleprefix.use/sp reload — simpleprefix.reload/sp update [player] — simpleprefix.update/sp list — simpleprefix.list/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/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/sp migrate luckprefix — simpleprefix.migrate/sp cleanup — simpleprefix.cleanupUse 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).