I completely forgot to upload this new update that's been in pre-release for a solid 3 months actually.
Here's your changelog
~ Added conversion for CIFYTags Plugin.
~ /tags convert no longer requires the plugin to be installed and enabled, It will just require the plugin's folder
~ /tags convert usage has been changed to /tags convert <plugin> Supported plugins are DeluxeTags & CIFYTags
~ Adds the ability to sort the tags in the GUI in a customizable way.
Code (YAML):
# Available Options: ALPHABETICAL, CUSTOM, NONE, RANDOM (Use Random to confuse everyone.)
sort-type
: ALPHABETICAL
~ You can now set a specific tag's GUI Order by adding order: <number> under it, for example, order: 1
~ Fixed DeluxeTags Permission Conversion
~ EternalTags will now convert DeluxeTag's Order over.
~ /tags clear can now clear your own tag.
~ To clear another player's tag, You need the eternaltags.clear.other permission and to type /tags clear <player> command.
~ Added ability to change individual tag icons, These will use the default Tag defined in the tag gui unless the tag had a specific material defined. Example Usage:
Code (YAML):
eternaltags:
name
: 'EternalTags'
tag
: '&7
[<r:0.7>EternalTags&7
]'
description
:
- 'The eternaltags tag!'
permission
: 'eternaltags.tag.eternaltags'
# Used if you want a specific icon for the tag, This is not required, You can
icon
: RED_CANDLE
~ Animated Tags are now in the configuration file by default, Here is a preview of the tags. The tag will rotate each update, Putting them on a plugin such as featherboard will update them.
Code (YAML):
animatedRainbow:
name
: 'AnimatedRainbow'
tag
: '&7
[<r
#10:0.7>AnimatedRainbow&7]'
description
:
- 'A tag that will cycle through
all the'
- 'colors of the rainbow.'
permission
: 'eternaltags.tag.animatedrainbow'
icon
: YELLOW_CANDLE
order
: 3
The higher the number after the #, The slower the gradient will be.
~ Optimized PlaceholderAPI Placeholders
~ Fixed formatted_placeholder option not working
~ Made the formatted placeholder apply for all of the tag information like description, name, id, ect whenever there is no active tag.
~ Added the ability to favourite specific tags
~ Added new favourite-tags gui
~ Shift clicking on a tag will add / remove it from the favourites ~ Updated Libraries
~ Added the ability to view a tag format for the colour parser, /tags view 10 <tag> Will allow you to view the tag 10 times
Check the github to find the new menu files
~ Optimized the caching for the plugin, The plugin will no longer load everyone's tags on start up, instead it will load the user's tags when they join.
You may find in some cases, typing right after joining may not have a tag and that is because it's still loading the tag, it will fix right after
~ Fixed reload command not reloading guis
~ Added the ability to change table name using mysql.tablename config option