Plugin to create chat prefixes for your users
Customize and manage player prefixes with ease. Supports permissions, sessions, RankSystem integration, GUI menus, and more!
.phar
file into your server's /plugins/
folder/prefixes
in-game to open the menuChange the language via the config file.
Available languages:
en_us
)es_es
)fr_fr
)pr_br
)gr_gr
)rs_rs
)Help us translate more in /resources/languages/
Command | Description | Permission |
---|---|---|
/prefixes | Opens the prefix GUI menu | prefixes.command |
/prefix set <player> <prefix> | Assigns a prefix to a player manually | prefixes.command.set |
/prefix remove <player> | Removes the prefix from a player | prefixes.command.remove |
/prefix delete <prefix> | Deletes a prefix completely | prefixes.command.delete |
/prefix create <name> <format> <permission> | Creates a new prefix with name, format, and permission | prefixes.command.create |
/prefix save | Saves all prefix and session data manually | prefixes.command.save |
/prefix reload | Reloads config, prefixes, sessions, and language files | prefixes.command.reload |
/prefix setlanguage <language> | Sets the plugin's default language | prefixes.command.setlanguage |
/prefix help | Shows the list of available commands | prefixes.command.help |
π‘ You can also use
/prefixes
as the main command to open the GUI.
If RankSystem is installed and enabled in config, this plugin automatically registers a chat tag (e.g., {prefix}
) to display the user's selected prefix in chat.
Enable via config:
rank-system-chat: true
rank-system-prefix-placeholder: "prefix"
This plugin uses asynchronous tasks to save player sessions and prefixes without causing lag. All session and prefix data is stored in plugin_data/Prefixes/
:
prefixes/
β each prefix configsessions/
β each player's selected prefixlanguages/
β translation filesplugin_data/
βββ Prefixes/
βββ prefixes/
β βββ <prefix>.yml
βββ sessions/
β βββ <uuid>.yml
βββ languages/
β βββ en_us.yml
β βββ es_es.yml
βββ config.yml
This plugin is open source and licensed under the MIT License. Feel free to fork, contribute, or open issues and pull requests.
If you find this project useful, consider supporting me:
π Donate via PayPal
Any help is appreciated and motivates future updates!
Made with β€οΈ by FrostCheatMC
Version: 1.4.0
Downloads: 8
Updated: 6/19/2025
Supported API versions: 5.3.0 to 5.27.1
Categories: Chat-Related, Mechanics, Informational, General
License: APACHE-2.0