zEssentials 1.0.2.4
on Apr 26, 2025Rework 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.
zEssentials 1.0.2.3
on Apr 23, 2025Added 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.
zEssentials 1.0.2.2
on Apr 11, 2025Added 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
zEssentials 1.0.2.1
on Apr 5, 2025Fixed 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.
zEssentials 1.0.2.0
on Apr 1, 2025Fixed 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
zEssentials 1.0.1.9
on Mar 10, 2025Added 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.
zEssentials 1.0.1.8
on Feb 9, 2025- Added a cache for the nicknames of offline players.
- Added an option to disable the list of offline player usernames in the completion tab for certain commands.
- Added
vault-slot-type
, allowing you to define how vault slots are counted. - Added
teleport-at-spawn-on-join
, enabling player teleportation to spawn upon joining. - Fixed placeholders in messages.
- Fixed the
/skull
command and added support for hexadecimal format. - Fixed default vault slot assignment by permission.
- Fixed duplicate keys in power tools.
- Fixed the SQL table for player slots.
- Fixed the button to reset vault names.
- Fixed title messages.
zEssentials 1.0.1.0
on Sep 16, 2024- Fixed command cooldown if permission was not set
- Fixed the system of economy that did not work with offline players