- Minor addition to Commands API.
- Minor fixes in
TagWrapper
. - Fixed online player profile update on Spigot.
- Fixed
ExcellentCrates
item adapter can throw an error. - Make
ItemBridge
to force lowercase IDs due to compatibility reasons. - Minor additions to
ItemTag
API. - Fixed
sprite
tag handling on both, Spigot and Paper. - Fixed
sprite
andhead
tags no inherit parent's style and child components. - Added simple Base64 encode methods to
Strings
util.
- Remake profiles updating.
- Add
ProblemReporter
util. - Add support for
<sprite>
and<head>
tags. - Add premade buttons for dialogs.
- Add
DialogUser
util. - Make
FileConfig
usePath
as file reference. - Improve performance for lang messages.
- Improve
AdaptedItem
API. - Improve
NightKey
API. - Improve
NightRegistry
API. - Improve
ItemTag
util. - Improve
FileUtil
util.
- 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.
- 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.