Back to mods
PrefixesPlus project artwork

CurseForge · Hytale mod

PrefixesPlus

Rank-based chat prefix system with full UI and gradient colors, text formatting (bold/italic/monospace), and priority-based rank resolution.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which PrefixesPlus release should I use?

Updated 6 months ago
Latest stable file PrefixesPlus-3.2.6.jar
Game version Not listed
Mod system Built-in Hytale mod system

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

Where should PrefixesPlus be installed in 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.

Separate client mod Not supported
World host / dedicated server Required
Mod system for this release Built-in Hytale mod system
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.

What else does PrefixesPlus-3.2.6.jar need?

PrefixesPlus-3.2.6.jar. Change the file and its required mods may change too.

No required dependencies listed for this file

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

Add PrefixesPlus without breaking your instance.

Built for PrefixesPlus-3.2.6.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use PrefixesPlus-3.2.6.jar. It targets Hytale; another release may target a different game build or dependency set.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Enable it on the world host

    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.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside PrefixesPlus-3.2.6.jar. It opens that exact file at the source.

About this project

What does PrefixesPlus add?

🏷️ PrefixesPlus

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.

✨ Features

  • UI: Fully customize all prefixes in our easy to use UI with /prefix ui
  • Permissions-Based: Prefixes are assigned via permissions (prefixesplus.rank.<rankname>)
  • Priority System: When a player has multiple rank permissions, the highest priority wins
  • Gradient Colors: Define start and end hex colors for smooth color transitions
  • Text Formatting: Support for bold, italic, and monospace text
  • Multi-Color Prefixes: Create prefixes with multiple colored segments
  • Fully Customizable: Simple JSON configuration with segment-based prefix building

🔐 Permissions

Permission Description
prefixesplus.rank.<rankname> Grants the player the specified rank's prefix
prefixesplus.admin Grants player ability to manage/edit prefixes

📝 Commands

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 ranks

Player 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 rank

Utility

  • /prefix ui - Open the prefix manager UI
  • /prefix reload - Reload config from files
  • /prefix debug - Debug prefix resolution for yourself
  • /prefix help - Show help message

Aliases
/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

📁 Fully Customizable Config

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.

Simple Prefix

"vip": {
    "segments": [
        { "text": "[VIP]", "color": "#FFAA00" }
    ],
    "priority": 10
}

Gradient Prefix with Formatting

"owner": {
    "segments": [
        {
            "text": "[Owner]",
            "gradient": { "startColor": "#FF0000", "endColor": "#FFAA00" },
            "bold": true
        }
    ],
    "priority": 100
}

Multi-Segment Prefix (Different Colors per Part)

"admin": {
    "segments": [
        { "text": "[", "color": "#FF5555" },
        { "text": "Admin", "color": "#AA0000", "bold": true },
        { "text": "]", "color": "#FF5555" }
    ],
    "priority": 75
}

Segment Options

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

🎨 Example Prefixes

⚙️ How Priority Works

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

PrefixesPlus releases and Hytale builds

10 of 10 releases match

Looking for an older file? The official CurseForge project page is in Resources.