zEssentials v1.0.3.7

Ultra Modern & lightweight server management plugin !
  • 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.
  • 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.
  • Added a bot discord. Se bot allows linking your account discord to your minecraft account.
  • Added command /link <code>, allows linking your minecraft account
  • Added command /unlink, allows unlinking your minecraft account
  • Added placeholder %zessentials_user_has_discord_linked%
  • Fixed locations that could not be loaded if the world loaded after zEssentials
  • You can use placeholders in the join and quit message
  • You are required to use java 21
  • Added /repairall [<player>]
  • Added /tpahere <player> #103
  • Fixed commands that could not be used from the console
  • Fixed docs files
  • Fixed warps inventory
  • Added %zessentials_can_repair_all% placeholder, indicates whether the player can fix everything
  • Added %zessentials_count_repair_all% placeholder, counting the items to be repaired
  • Added %zessentials_iteminhand_amount% Returns the amount of items in the main hand
  • Added %zessentials_iteminhand_custommodeldata% Returns the custom model data of the item in hand
  • Added %zessentials_iteminhand_displayname% Returns the display name of the item in hand
  • Added %zessentials_iteminhand_durability% Returns the amount of durability left of the item in hand
  • Added %zessentials_iteminhand_enchantmentlevel_% Returns the level of a specific enchantment on the item in hand
  • Added %zessentials_iteminhand_enchantments% Returns the enchantments of the item in hand with their level
  • Added %zessentials_iteminhand_fire_resistant% Returns true if the item in hand is fire resistant
  • Added %zessentials_iteminhand_glint% Returns true if the item in hand has the glint enchantment
  • Added %zessentials_iteminhand_hasenchantment_% Returns true if the item in hand has at least one enchantment
  • Added %zessentials_iteminhand_hasitemflag_% Returns true if the item in hand has a specific itemflag
  • Added %zessentials_iteminhand_hide_tooltip% Returns true if the item in hand has its tooltip hidden
  • Added %zessentials_iteminhand_hide_unbreakable% Returns true if the tooltip unbreakable of the item in hand is hidden
  • Added %zessentials_iteminhand_itemflags% Returns the itemflags of the item in hand
  • Added %zessentials_iteminhand_lore% Returns the lore of the item in hand
  • Added %zessentials_iteminhand_maxdurability% Returns the maximum durability of the item in hand
  • Added %zessentials_iteminhand_maxstacksize% Returns the max stack size of the item in hand
  • Added %zessentials_iteminhand_rarity% Returns the rarity of the item in hand
  • Added %zessentials_iteminhand_realname% Returns the formatted material name of the item in hand
  • Added %zessentials_iteminhand_repaircost% Returns the repair cost of the item in hand
  • Added %zessentials_iteminhand_type% Returns the material name of the item in hand
  • Added %zessentials_iteminhand_unbreakable% Returns true if the item in hand is unbreakable
  • Added %zessentials_user_world% Returns the name of the world the player is currently in
  • Added %zessentials_user_x% Returns the x coordinate of the player
  • Added %zessentials_user_y% Returns the y coordinate of the player
  • Added %zessentials_user_z% Returns the z coordinate of the player
  • Added %zessentials_user_biome% Returns the biome of the player
  • Added %zessentials_user_block_x% Returns the block x coordinate of the player
  • Added %zessentials_user_block_y% Returns the block y coordinate of the player
  • Added %zessentials_user_block_z% Returns the block z coordinate of the player
  • Added %zessentials_server_name% Returns the server name
  • Added %zessentials_server_uptime% Returns the server update in format day, hour, minutes and seconds
  • Added %zessentials_server_uptime_in_second% Returns the server update in second
  • Added %zessentials_last_random_number_<player name>% Returns the last random number generated for the player within the last hour
  • Added %zessentials_last_random_player% Returns the last random player name online
  • Added %zessentials_random_number_<from>_<to>% Returns a random number between the two given arguments
  • Added %zessentials_random_player% Returns a random player name online
  • Added /clearinventory [<player>] #101
  • Improve economy module with offline players
  • Fixed teleport command with relative coordinates #142
  • Added a method in the API to retrieve player’s transaction history
  • Added a reason for each transaction made by the player
  • Fixed sql port #144
  • Fixed rtp with folia #138
  • Fixed kit permission
  • Fixed method stringToDuration #143
  • Fixed the cooldown command for commands that don’t come from zEssentials #137
  • Fixed teleport request #134
  • Added /suicide #135
  • Move commands.md, placeholders.md and permissions.md in docs folder
  • Added /eco give <economy> <player> <min amount> <max amount> command #120
  • Fixed teleport command if player doesn't exit #112
  • Fixed auto update task for hologram module
  • Fixed autocompletion for cooldown commands
  • Fixed the cooldown system that could be applied to commands even if an error occurred
  • Fixed folia on player join #124
  • Debug player first joins at spawn location #125
Buy a license now
$22.00
EULA
Standard EULA
Use on any projects you own with attribution
Support
Standard
Includes:
Download the resource
Access new updates
Support from the creator
Support duration
Lifetime
Share and earn
Refer this resource and earn a 20% commission.
8,856 Views
31 Purchases
57 Downloads
Jun 8, 2024 Published
May 28, 2026 Updated
4.00 star(s)
Average rating (5)
3.1 MB File size
Game mode
  1. Survival & SMP
  1. Factions
  1. Skyblock
Type
  1. Gameplay
Game mode
  1. Survival
  1. Factions
  1. Skyblock
Game mode (legacy)
  1. Survival
  1. Factions
  1. Skyblock
Supported software
  1. Spigot
  1. Paper
  1. Folia
Supported versions
  1. 1.20
Creator
Recommended for you
Most used auction house plugin in the world.
4.00 star(s) 19 ratings
692 purchases
zAuctionHouse addon for multi servers
5.00 star(s) 1 ratings
80 purchases
A King of The Hill plugin that has all the flexibility that you need!
3.50 star(s) 5 ratings
54 purchases
All the power of zMenu to create a shop
4.50 star(s) 7 ratings
52 purchases
zAuctionHouse Configuration similar to the DonutSMP Auction House
4.00 star(s) 3 ratings
179 purchases
Share and earn
Refer this resource and earn a 20% commission.
8,856 Views
31 Purchases
57 Downloads
Jun 8, 2024 Published
May 28, 2026 Updated
4.00 star(s)
Average rating (5)
3.1 MB File size
Game mode
  1. Survival & SMP
  1. Factions
  1. Skyblock
Type
  1. Gameplay
Game mode
  1. Survival
  1. Factions
  1. Skyblock
Game mode (legacy)
  1. Survival
  1. Factions
  1. Skyblock
Supported software
  1. Spigot
  1. Paper
  1. Folia
Supported versions
  1. 1.20
Creator
Recommended for you
Most used auction house plugin in the world.
4.00 star(s) 19 ratings
692 purchases
zAuctionHouse addon for multi servers
5.00 star(s) 1 ratings
80 purchases
A King of The Hill plugin that has all the flexibility that you need!
3.50 star(s) 5 ratings
54 purchases
All the power of zMenu to create a shop
4.50 star(s) 7 ratings
52 purchases
zAuctionHouse Configuration similar to the DonutSMP Auction House
4.00 star(s) 3 ratings
179 purchases
Top