Releases: Oribuin/EternalTags
1.3.2
This version fixes and changes a lot of things internally, honestly ive been holding onto it for so long I've forgotten half of what i did
BASIC RECAP
-
Added ChatInjector functionality into the plugin, stops having to redirect people to a different plugin every 5 minutes because they're using essentialsxchat for some reason, this is disabled by default in the config.yml
-
Fixed weird issue on Paper 1.21 with /tags reload
-
Cleaned up Placeholder Expansion, its less ugly now code wise
-
Cleaned up code for checking if user has tag
1.3.1
Full Changelog: 1.3.0...1.3.1
1.3.0
1.2.3
v1.2.0
This is the new major release for EternalTags that introduces Tag Categories & Custom Tag Icons, This version will reset tag icons saved in SQL, If you are using the tags.yml, this will not effect you.
Changes
Categories
- Added the ability to assign a category to a tag and to create groups of tags.
- All categories are saved in the
categories.yml
- Added option
category: <id>
to tags- Added
global
categories, this category will contain all tags- Added
default
categories, any tag that does not have a tag will be assigned to this category- Added
permission
to categories, Let's the user view & access a category in the gui (Ifuse-category-permissions
is enabled in the menu)- Added
unlock-all-tags
to categories, when a player has the category permission, they unlock all tags in the category.- Added per category icons in the
CategoryGUI.yml
- Added ability to hide a category from the
CategoryGUI.yml
- Added command
/tags edit category <tag> <category>
- Added function to create a new category when tags are converted.
GUIs
- Added
pre-title
option to all GUIs, this is the title shown before all page icons are loaded.- Added
update-title
option, Whether the title be updated once pages finished loading (GUIs will displaypre-title
until page is changed, Default:true
)- Added
add-pages-asynchronously
option, adds all the icons in the pages asynchronously.- Added
hdb:<id>
option for skull textures.- Added
glow: '%placeholder%'
option for items.- Added the ability to have
search
as an icon in all GUIs- Added the ability to have
favourite-tags
as an icon in all GUIs (Except Favourite GUI)- Added the ability to have
categories
as an icon in all GUIs (Except Category GUI)- Added
cache-categories
option inconfig.yml
to cache all tag icons.
~ All GUIs sort bycustom
by default.Tag Icons
- Added the ability to set an item stack icon.
- Added the ability to set a tag icon from your hand
- Added command
/tags edit icon <tag> [material]
- All icons saved in SQL will be reset due to the data type change.
Other
- Fixed issue with
description-format
not functioning properly- All language files now under
.yml
format instead of.lang
- Optimized plugin backend code
- Added
default-tag-groups
config option, Can use Vault Groups to set default tag.- Added
/tags edit order <tag> <order>
command- Added
/tags edit description<tag> <order> <line>
command (Set line to "remove"
to remove a line)- Added
EternalAPI#getCategory(String id)
method to the EternalTagsAPI- Added
EternalAPI#getCategory(Tag tag)
method to the EternalTagsAPI
1.1.7
EternalTags v1.1.7
• Added ability to assign commands
to icons in the tag gui to completely replace their original functionality
(https://discord.com/channels/731659405958971413/733320522498048030/1047943672920019004)
• Fixed icon
not being saved
• Fixed tag icon not working
• Fixed TagManager#saveTag trying to save into config if null
• Fixed issues regarding saving tag data in mysql
Release 1.1.6
Version Notice: I have switched around how the gui works and how it is formatted, you will need to configure the GUIs, Any old configurations will be moved into /menus/old-guis/ to prevent data loss
Changes
• Changed the way GUIs are formatted, General GUI Options are now under
gui-settings
category
Additions
• Added ability to configure the amount of rows a GUI has.
• Added ability to make the GUIscroll
through items, Vertical & Horizontal
• Added "search" icon to the Main Tags GUI (This will take a chat input after clicked, Lasts 30s
)
• Added "reset-favourites" icon to Favourites GUI (Requires a double click, can be disabled
)
• Added ability to add any item in the GUI (No Actions Supported Yet
)
- Border Icons have been moved to
extra-items