- Fixed auto update task for hologram module
- Add global commands for VoteParty #115
- Changing the commands of the vote party by zMenu actions, you must update your configuration.
- Fixed the appearance of holograms in other worlds
- Added command
/fly get <player>
- Added command
/fly info
- Added command
/ess delete-world <world>
, allows you to delete data related to a world - Fixed delete home sql request #119
- 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 a temporary fly with the
/fly
command - Added permission
essentials.fly.unlimited
, allows fly without time restriction - Added permission
essentials.fly.other
, allows to activate the fly to another player - Added command
/fly add <player> <seconds>
- Added command
/fly remove <player> <seconds>
- Added command
/fly set <player> <seconds>
- Fixed hologram despawning #99
- Fixed holograms are in every world #100
- Added auto update for holograms
- Added placeholder
%zessentials_user_fly_seconds%
, returns the number of seconds for temporary fly - Added default money when player join #105
- Fixed seen command #102
- Fixed teleportation delay glitch #96
- Fixed vault register when economy is disable #95
- Added disable fly in certain worlds #91
- Added
/spawn <player>
(Permission:essentials.spawn.other
) - Added checking if player is vanished for various commands
- Fixed message when the player leave server
- Added permission
essentials.back.death
, the player must have this permission to return to the place of his death - Fixed teleport task when player is offline #92
- Fixed command
/heal <player>
and/feed <player>
if you use it in the console #90 - Added two types of home usage MAX and STACK #84
- Fixed home delete inventory #89
- Fixed item display when you try to display an empty item
- Fixed tabulation with no argument needed
- Fixed message when you create a home
- Fixed economy give all command from console #79
- Fixed error when you die in another world #76
- Fixed command cooldown if permission was not set
- Fixed the system of economy that did not work with offline players
- Added the ability to change default vault names
- Added NMS support for 1.21.1
- Fixed an SQL query for updating homes with SQLITE
- Fixed an SQL query for updating cooldown with SQLITE #74
- Fixed creating homes that executed an SQL query for no reason
- Added command
/freeze <player>
- Added a command to confirm the overwrite of an already existing home. You can disable this option in
modules/homes/config.yml
- Added a command to confirm the deletion of an home. You can disable this option in
modules/homes/config.yml
- Fixed commands
/sethome <player>:<home name>
and/delhome <player>:<home name>
which did not work if the player was online. - Fixed command
/wtp
with folia
- 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)
andBigDecimal getBalance(OfflinePlayer player, Economy economy)
inEconomyModule
#66 - Fix sarah migration
- Fixed invsee command #72
- Updated the command
/endersee
to be compatible with offline players, added permissionessentials.endersee.offline
- Updated the command
/invsee
to be compatible with offline players, added permissionessentials.invsee.offline
- Fixed error with loading data #59
- Fixed night vision #56
- Changed aliases for PlayerWorldEdit from
pw
topwe
#58
- 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. - Fixed messages #39
- Fixed default configuration for economy #38
- Fixed bug with
/tp
command #37 - Fixed nightvision messages
- Add the feature to manage vaults slots with permissions
vault-permissions:
- permission: zessentials.vault.size.player
slots: 45
- permission: zessentials.vault.size.vip
slots: 90
- permission: zessentials.vault.size.admin
slots: 500
- Fixed title message placeholders
- Fixed somes messages #47
- 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.
- Added the command
/ess convert PlauerVaultX
, allows converting the database from PlayerVaultX to zEssentials. - Added the command
/ess convert Sunlight
, allows converting the database from Sunlight to zEssentials. - Added the command
/ess convert CoinsEngine
, allows converting the database from CoinsEngine to zEssentials. - Items in player vault will be displayed as a single item.
- Fixed night vision messages
- Fixed duplicate lines #33
- Upgrade to Sarah version 1.10
- Fixed issue where savings by default could not be removed #34. You must update your configuration like this Before
economies:
money:
display-name: Money
After
economies:
- name: money
display-name: Money
- Fixed permissions for night vision and vault commands
- Added command
/sudo
#36
- Change
AsyncPlayerPreLoginEvent
toPlayerLoginEvent
- Change /tp command for adding coordinate. You have now
/tp <x> <y> <z> <yaw> <pitch>
and/tp <player> <x> <y> <z> <yaw> <pitch>
- Fixed various messages in multiple languages
- Fixed text hologram default text #25
- Added command
/nightvision
(/nv
), Provides a night vision effect
- Added the command
/ess convert EssentialsX
, allows converting the database from EssentialsX to zEssentials. Documentation: https://zessentials.groupez.dev/getting-started/convert#essentialsx - Fixed the scoreboard title not appearing
- Added
/homes
alias for/home
command for default configurations - Added
/enchant
command - Added enchantments list with aliases
- Added dutch translation #19
- Added the command
/ess convert CMI
, allows converting the database from CMI to zEssentials. Documentation: https://zessentials.groupez.dev/getting-started/convert#cmi