PrefixesPlus-3.2.6.jar
17 Jan 2026
CurseForge · Hytale mod
Rank-based chat prefix system with full UI and gradient colors, text formatting (bold/italic/monospace), and priority-based rank resolution.
Quick answer
PrefixesPlus-3.2.6.jar targets Hytale. Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer. No required dependencies listed for this file.
Where it goes
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.
PrefixesPlus-3.2.6.jar. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional project dependencies. Check the creator notes before changing an existing world.
Before you install it
Built for PrefixesPlus-3.2.6.jar. Pick another file and the loader, install side or required mods may change.
Use PrefixesPlus-3.2.6.jar. It targets Hytale; another release may target a different game build or dependency set.
This file does not list any required mods. Do not add a library just because a different file uses it.
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Use the “Get this file” button beside PrefixesPlus-3.2.6.jar. It opens that exact file at the source.
About this project
Name and message format editing coming soon in v4!
NOTE: If you are using this with other plugins that handle/change messages there is a possibility it will overwrite prefixes.
UPDATE: I believe this has been resolved but depending on the plugin this may still happen.
Use with PermissionsPlus for best experience: https://www.curseforge.com/hytale/mods/permissionsplus
A powerful permissions-based chat prefix plugin for Hytale servers with gradient colors, text formatting, and priority-based rank resolution.
Users with blanket '*/OP' permissions will still need to have the rank title permission. This is to allow for customizability for Owners/Admins/Devs prefixes.
prefixesplus.rank.<rankname>)monospace text

| Permission | Description |
|---|---|
prefixesplus.rank.<rankname> |
Grants the player the specified rank's prefix |
| prefixesplus.admin | Grants player ability to manage/edit prefixes |
All commands require **prefixesplus.admin** permission.
Rank Management
/prefix setprefix <rank> <text> <color> [priority] - Create/update a rank prefix /prefix setgradient <rank> <text> <startColor> <endColor> [priority] [bold] [italic] [monospace] - Create a gradient prefix /prefix setformatted <rank> <text> <color> [priority] [bold] [italic] [monospace] - Create a formatted prefix /prefix removeprefix <rank> - Remove a rank prefix /prefix list - List all configured ranksPlayer Assignment
/prefix add <player> <rank> - Assign a rank to a player /prefix remove <player> <rank> - Remove a rank from a player /prefix players - List all players by rankUtility
/prefix ui - Open the prefix manager UI /prefix reload - Reload config from files /prefix debug - Debug prefix resolution for yourself /prefix help - Show help messageAliases/prefixes and /pp work as alternatives to /prefix
Examples
/prefix setprefix vip [VIP] #FFAA00 10
/prefix setgradient owner [Owner] #FF0000 #FFAA00 100 true false false
/prefix add PlayerName vip
/prefix remove PlayerName vip
All prefixes are configured in prefixes.json using a flexible segment-based system. Each prefix can have multiple segments with independent colors, gradients, and formatting.
"vip": {
"segments": [
{ "text": "[VIP]", "color": "#FFAA00" }
],
"priority": 10
}
"owner": {
"segments": [
{
"text": "[Owner]",
"gradient": { "startColor": "#FF0000", "endColor": "#FFAA00" },
"bold": true
}
],
"priority": 100
}
"admin": {
"segments": [
{ "text": "[", "color": "#FF5555" },
{ "text": "Admin", "color": "#AA0000", "bold": true },
{ "text": "]", "color": "#FF5555" }
],
"priority": 75
}
| Option | Type | Description |
|---|---|---|
text |
String | The text content of this segment |
color |
Hex String | Solid color (e.g., "#FF5555") |
gradient |
Object | { "startColor": "#HEX", "endColor": "#HEX" } |
bold |
Boolean | Enable bold text |
italic |
Boolean | Enable italic text |
monospace |
Boolean | Enable monospace font |

When a player has multiple rank permissions, the rank with the highest priority value is used. For example, if a player has both prefixesplus.rank.vip (priority 10) and prefixesplus.rank.admin (priority 75), they will display the Admin prefix.
Project description from CurseForge.
Recent files
17 Jan 2026
16 Jan 2026
16 Jan 2026
16 Jan 2026
16 Jan 2026
15 Jan 2026
15 Jan 2026
14 Jan 2026
14 Jan 2026
14 Jan 2026
Looking for an older file? The official CurseForge project page is in Resources.