Skip to content

Releases: math0898/Nametag-Maker

v2.1.2 - Edit Fixes

Choose a tag to compare

@math0898 math0898 released this 30 Aug 03:02

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 of Bukkit.getConsoleSender().sendMessage().
  • Removed some debug messages that were being sent to console... ops sorry!

v2.1.1 - Commandline Editor

Choose a tag to compare

@math0898 math0898 released this 28 Aug 07:04

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 NullPointerException This 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, /nametag now 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

Choose a tag to compare

@math0898 math0898 released this 08 Aug 04:31
36ca2ec

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

Choose a tag to compare

@math0898 math0898 released this 07 Aug 02:15
c93e6f4

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 refresh was not showing up under help.

1.1.2 - Bug Fixes

Choose a tag to compare

@math0898 math0898 released this 06 Aug 15:44
4d4ae0d
  • Fixed an issue where /nametag refresh was not showing up under help.

Base Functionality

Choose a tag to compare

@math0898 math0898 released this 06 Aug 07:23
61e1625

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 failedReload to 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

Colors Pre-release
Pre-release

Choose a tag to compare

@math0898 math0898 released this 06 Aug 05:33
29229c2
  • 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 Pre-release
Pre-release

Choose a tag to compare

@math0898 math0898 released this 06 Aug 04:26
a62accb
  • 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

Enable/Disable Pre-release
Pre-release

Choose a tag to compare

@math0898 math0898 released this 06 Aug 03:52
734d411
  • Functionality for disabling and enabling the plugin added.
  • Minor tweaks to formatting of a few messages.

Green Names

Green Names Pre-release
Pre-release

Choose a tag to compare

@math0898 math0898 released this 06 Aug 03:00
47efbad

First release of the Nametag Maker plugin. Little to no functionality exists beyond changing player names to be green names.