Releases: math0898/Nametag-Maker
Release list
v2.1.2 - Edit Fixes
Got a few fixes for you guys. Nothing major enough to send a ping on Spigot though.
- Fixed a bug where edit would override data that was not specified in the tags.
- Swapped to using
JavaPluggin.getLogger()for messages instead ofBukkit.getConsoleSender().sendMessage(). - Removed some debug messages that were being sent to console... ops sorry!
v2.1.1 - Commandline Editor
In game editing is now established! Wooo! In the future I'd like to add a UI to do it however for now you're going to have to deal with commands :P Hopefully it helps to clear up any confusion since tags.yml's are a little confusing at best. It also mirrors what core protect does so hopefully that'll make it more accessible.
- Made updating checking run asynchronously.
- Fixed a bug where reloading when the plugin was disabled would throw a
NullPointerExceptionThis also occurred at shutdown. - When 'out of bounds' on sending commands, no recommendations for tab fill will be shown instead of the player list.
- You can now use
/nametag info <tag>to view all information on the tag as well as a preview. - The main command,
/nametagnow has an easy to type alias/ntm. - Added a create command for making new tags which are automatically saved to
tags.yml - There's a new edit command which allows the modification of tags from in game. Changes are also saved to
tags.yml. No way to delete tags quite yet.
If you find any bugs please submit an issue here on the github!
v1.3.1 - Visible Option
You'd be surprised how popular nametag removers are. So we added an option to serve as one if that's what people really want. Ours even comes with the benefit of changing the tab list whilst removing above the head names :D In the future we should allow some more flexibility around the visible tag to cover the options available in game.
- Fixed a bug where weight was not considered for applying nametags.
- Added the new, optional
visible: <true/false>option to tags. - Fixed an issue where the plugin was reporting the wrong version.
- Removed debug messages that were left in on accident.
v1.2.1 - Update Checking
Now the plugin will annoy you when there's updates to be had! Wooo! Except it doesn't look at GitHub releases quite yet... maybe something to consider for the future.
- Nametag Maker now checks for updates on the spigot page whenever someone logs in with the permission
nametagmaker.update. - Fixed an issue where
/nametag refreshwas not showing up under help.
1.1.2 - Bug Fixes
- Fixed an issue where
/nametag refreshwas not showing up under help.
Base Functionality
This first official release of Nametag Maker. So far the plugin has just about all the functionality of similar plugins with the benefit of working on 1.17.X. I will admit though similar plugins probably have a few hooks and Nametag Maker doesn't quite yet. I'd like to work towards in game editors first as they are the big selling point of this plugin.
- Plugin now supports fully customizatied nametags. Including color, prefix, and suffix!
- Nametags can be assigned to specific players or to players with a specific permission!
- Fixed an issue where colors were not being saved in a proper format to lang.yml and thus was not being loaded correctly for display.
- Fixed general formatting in lang.yml
- Added
failedReloadto lang.yml - Refresh now has actual messages and feedback. These messages have already been added to lang.yml
- Functionality for disabling and enabling the plugin established.
Colors
- Fixed an issue where colors were not being saved in a proper format to lang.yml and thus was not being loaded correctly for display.
- Fixed formatting issues in lang.yml
Refresh
- Refresh now has actual messages and feedback. These messages have already been added to the Lang system.
- Added 'failed reload' to the Lang system.
Enable/Disable
- Functionality for disabling and enabling the plugin added.
- Minor tweaks to formatting of a few messages.
Green Names
First release of the Nametag Maker plugin. Little to no functionality exists beyond changing player names to be green names.