NTM - Name Tag Manager
NTM - Name Tag Manager
Description
This plugin provides a quick and easy way for any server admins to handle the prefixes and suffixes of any player. With just a few commands, you can style the appearance of the chat to your liking and sort players into tag groups.
Setup
1. Download the required version of the plugin.
2. Extract the downloaded Zip file into your server's plugins folder, using your program of choice.
3. The plugin is now installed.
Usage
Commands
/ntm:
/ntm setf <group> <format>: With this command you can create a tag group, or alter the way an existing tag group appears. <group> is the name of the group, and <format> is the format that the pluign will parse into a message. Read more about the format below.
/ntm setp <player> <group>: With this command you can change which group a player is in, where <player> is their name and <group> is the group you want to move them to.
Format
The format is the string that the plugin parses into a message. It gets the format and replaces any instances of %PLAYER% into the sender's name, and %MSG% into the message they are sending.
%PLAYER%: The sender's name.
%MSG%: The sender's message.
Colors:

Example:
&b[Member] &7%PLAYER%: &f%MSG%Config
The plugin's configuration file can be found in "NTM", in your plugins folder, with the name "config.yml". you can open this with any text editor.
Example Configuration:
tags:
groups:
default: Member
format:
Member: '&b[Member] &7%PLAYER%: &f%MSG%'
Owner: '&1[Owner]&4 %PLAYER%&7: &f%MSG%'
players:
6ffa9935-71e6-4fe1-8d35-b96879d84cad: Member
default:
Default is the group that any player will be placed in when they join. If you want to change it, simply change "Member" to the name of your desired group.
format:
Format is a list of all the tag groups, with their name and format. To delete a tag group, simple find the line that starts with its name and remove it. To add one, take a new line after the last, type six spaces and then write "<NAME>: <FORMAT>", where <NAME> is the groups name and <FORMAT> is it's format.
players:
Players is a list of all the players, and what group they are in. Rather than storing this data with their name, instead it uses their UUID, wich you can get using any UUID Lookup tool, such as this one: http://connorlinfoot.com/uuid/ . To add another player to the list, take a new line at the bottom of the list, take six spaces, type in their UUID, a colon, and then the tag group you want them to be in, This is CaSe SeNsEtIvE. To change the tag group a player is in, find their UUID and chnage the text after the colon to the desired group.
Credits
Thanks to jatboy https://forums.bukkit.org/members/jatboy.90734171/ for helping me out with the plugin development.
Thanks to evilmidget38 http://dev.bukkit.org/profiles/evilmidget38/ for creating his UUID Fetcher.
Thanks to The bukkit team http://bukkit.org/ for creating bukkit.
And last but not least, thanks to Mojang http://mojang.com/ for creating this awesome game.
With:

Without

Comments