Compatibility
Minecraft: Java Edition
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
NameTools - Player Prefix Management Plugin for Velocity
NameTools is a player prefix management plugin designed for Minecraft Velocity servers. It supports dynamically setting player prefixes via commands with color codes (e.g., &b[VIP]
) and seamlessly integrates with cross-server chat plugins like ChatTools.
Note: This plugin is AI-developed to simplify player identity management.
Features
- Dynamic Prefix Management:
- Use
/nametools set <player> <prefix>
and/nametools del <player>
to manage prefixes in real-time. - Supports Minecraft color codes (e.g.,
&a[Admin]
,&6[VIP]
).
- Use
- Persistent Storage:
- Prefix data is saved to
plugins/NameTools/config.yml
automatically.
- Prefix data is saved to
- Permission Control:
- Admin permission nodes:
nametools.command.set
andnametools.command.del
.
- Admin permission nodes:
- Compatibility:
- Works with Velocity 3.3+ and Minecraft 1.16+.
- Displays prefixes across servers with ChatTools (requires ChatTools 1.4+).
Installation
1. Download the Plugin
Download the latest NameTools.jar
from GitHub or other distribution channels.
2. Install the Plugin
Place NameTools.jar
into the plugins/
directory of your Velocity server.
3. Start the Server
Launch the Velocity server. The plugin will auto-generate the default configuration file plugins/NameTools/config.yml
.
Usage
Commands
Command | Permission | Description |
---|---|---|
/nametools set <player> <prefix> |
nametools.command.set |
Set a color-coded prefix for a player (e.g., /nametools set Steve &b[VIP] ). |
/nametools del <player> |
nametools.command.del |
Remove a player's prefix. |
/nt set <player> <prefix> |
nametools.command.set |
Alias for /nametools set . |
Examples
- Set a VIP prefix for player
Steve
:/nametools set Steve &b[VIP]
- Remove the prefix from player
Steve
:/nametools del Steve
Configuration File
The config.yml
file in plugins/NameTools/
is used to manage player prefixes.
# Player Prefix Configuration
prefixes:
Steve: "&b[VIP]"
Alex: "&c[admin]"
- Notes:
- Keys are player usernames, values are color-coded prefixes (e.g.,
&a[Builder]
).
Support and Feedback
If you encounter any issues while using the plugin or have suggestions for improvements, please contact us via:
- GitHub Issues : Submit an Issue
License & Disclaimer
- Development Statement : This plugin is AI-developed to provide an efficient player custom title tool for Minecraft Velocity servers.
- License : This plugin is licensed under the GNU General Public License v3.0. You are free to use, modify, and distribute the plugin, but must comply with the terms of the license.
- Disclaimer : The developer is not responsible for any issues arising from the use of this plugin.
Acknowledgments
Special thanks to the following technologies and tools that support this plugin: