Added permission essentials.fly.safelogin, Players with this permission will automatically enter fly mode upon logging in if they are suspended in the air. #117
If the player does not have the essentials.speed permission, the walk and fly speed will be reset to default values
Tab completion for editing hologram and itemrename #116
Added error exception when you try to load a home if the world doesn't exist #67
Implementation of the method boolean hasMoney(OfflinePlayer player, Economy economy, BigDecimal amount) and BigDecimal getBalance(OfflinePlayer player, Economy economy) in EconomyModule #66
Added the command /showitem <code>, Allows you to see the item that the player has in his hand. This command is used with the chat placeholder [item] #43
Added the command /money <player>, Shows the money of other players.
Added the command /ess convert HuskHomes, allows converting the database from HuskHomes to zEssentials.
Added the command /ess convert AxVaults, allows converting the database from AxVaults to zEssentials.
Added the command /mailbox give <player> <item> [<amount>], Add an item to a player’s mailbox.
Added the command /mailbox giveall <player> <item> [<amount>], Add an item to online player’s mailbox.
Added the command /vault give <player> <item> [<amount>], Add an item to player’s vault.
Fixed CMI convert with invalid location for homes
Fixed the bug that allowed adding items in the mailbox even if the module is disabled.
Fixed command /rules who are not using the correct module.
Added the module WorldEdit, module allows players to have access to a player worldedit. They will be able to use the commands like /pw set, /pw cut to place or break blocks. Each block placed must be paid, by default 5$ per blocks. You can configure the item worldedit, the number of blocks that the player can change at the same time and many other things, more information here.