Added Search feature, this allows players to search any tag without having to look through all pages (Follow the instructions below to properly implement search feature)
Fixed updater version giving null value.
Add this item to your guis.yml > under items:
Code (YAML):
search:
enable
: true
slot
: 45
displayname
: '&e&lSearch Tags'
material
: 'OAK_SIGN'
custom-model-data
: 0
lore
:
- '&7Search for tags!'
Add these messages to your messages.yml > under messages:
Code (YAML):
search-invalid-1
: '
%prefix% &7Invalid Search, search a tag name or category.'
search-invalid-2
: '
%prefix% &7Invalid Search, line 2 is empty.'
Search Command/Permission: /tags search - supremetags.search