- Rework kit. A kit now has its own configuration file present in the modules/kits/kits doser.
- You can set a cooldown by permission with permission-cooldowns
- You can define a permission with permission, by default the permission is : essentials.kit.<kit name>
- You can define the items that will be present in players' armor slots
- Updated kit documentation to include all necessary information.
- Added the ability to add color to sign text.
- Added /experience take <player> <amount> <level/experience>, Take experience to player.
- Added a message to tell the player account of flight time they have left.
- Added /kitgive <player> <kit>.
- Added world back blacklist.
- Added NuVotifier hook.
- Fixed scoreboard in 1.21.5 #172
- Fixed offline give money.
- Fixed offline players name for tabulation.
- Fixed heal command when you have night vision.
- Update Hologram API (change ZHologramLine to HologramLine).
- Change command /cooldown <player> to /cooldown show <player>.
- Disable /invsee with offline players.
- Added AFK module.
- Added /experience grand-random <player> <min> <max> <level/experience>, Grant experience to player.
- Added first spawn location (/setfirstspawn) #168
- Added default reason for economy commands
- Added /w aliases for private message command
- Added %zessentials_armor_name_<armor slot>%, Returns the name of the player’s armor, without the color
- Added default home icon configuration #170
- Added a message for /rtp command
- Fixed spigot attribute
- Fixed discord webhook
- Fixed default messages files
- Fixed Vault.
- Added /home-list <player> [<home name>], Allows you to view a player’s home list.
- Added /mailbox clear <player>, Removes items from the players mailbox.
- Added the permission record when creating orders. This allows players not to access commands that do not have permission with the tab. This also allows plugins like LuckPerms to retrieve the plugin’s permissions list.
- Added a kit list to give players when they first log in.
Fixed Vault implementation #164
Added global database configuration (Allows you to have a single database configuration file for multiple plugins)
Added item display transformation for holograms
Added option type button. Allows toggling an option
Fixed multi-line support for the scoreboard
Added support for the HuskHome database for data conversion
Moved modules into the modules package
Added custom model data for open and closed vault items
Fixed the Gradle project. This allows for proper use of NMS
Fixed permission to teleport to a warp
- Added 1.21.4 NMS support
- Added BlockTracker for Player WorldEdit.
- Added a cache system for updating certain data in batches. This greatly reduces the number of SQL queries executed..
- Added a list of UUID blacklist from your server. It will no longer be able to connect.
- Added newline support for scoreboard lines with \n.
- Fixed command /vault give, using the correct value for the player name.
- Fixed loading of messages with placeholder replacement.
- Added the /pub command, allowing you to send a message to the chat.
- Added a reason for economy commands. A default value is added and can be configured.
- Added a history module for private messages between players.
- Added a module step which allows you to save player data (statistics and custom data). This allows you to analyze your players' behavior more effectively, such as how long it took them to reach a key milestone in your server.
- Fixed messages for time display. Removed the non-configurable space.
- Improved SQL queries for private message history, command history, chat history and transaction history. Using a single SQL query instead of multiple ones for the same action.
- Improved vote module configuration. You can define different rewards based on the number of player votes.