- EconomyBridge merged with some bugfixes.
- Custom registry API (draft).
- Parse
double
from dialogs output. AdaptedItem
wrapper for custom items.- Dialog handler fixes.
- Added
user_skin
menu item type that reflects viewer's skin forplayer_head
items. - Added config setting to set date time format to use in other plugins.
- Code clean up.
- Add 1.21.8 as known version.
- Add Dialog creation support.
- Add
<shadow>
tag support for text shadow color. - Add
<key>
tag support. - Add
<insertion>
tag support. - Improved version of text parser.
- Improved Spigot/Paper text component support.
- Unlock Gradient tags to accept more than 2 colors.
- Make
<font>
tag to support namespaces properly for resourcepack fonts.
- New version of the
NightSound
wrapper - Fixed heads in GUIs may override other items in the same slots even at low priority due to async profile update.
- Force save user data on quit and delay synchronization.
- New methods for
BlockUtil
. - Add Spigot <-> Paper bridge for Entity's setCustomName.
- Fixed line split
\n
inItemUtil.setLore
.
- Add 1.21.6 as known game version.
- Add color support for
firework_star
items in NightItem wrapper. - Add explicit support for LuckPerms.
- Allow load lang entries from any config file.
- Fix color config deserialization, where blue and green values were swapped.
- Fix heads skin loading (especially in GUIs).
- Fix default menu items has wrong names/properties.
- Fix messages to use prefix only in CHAT mode.
- Add support for 1.21.5.
- Add Cuboid API.
- Add unified confirm menu API.
- Add GUI utils and confirmation API.
- Improved TabContext class. Added argument & flag cache.
- Improved CommandContext feedback methods to accept Replacer consumer.
- Improved text components implementation by using Paper features where possible.
- Fixed nightcore prefix in other plugin's command error messages.
- Fixed the same command flag appears infinite times in tab completion.
- Fixed NPE errors related to Dialog and LinkedMenu classes.
- Other various fixes and improvements.