EssentialsX 2.19.6 - The (Not Too) Wild Update #5053
mdcfe
announced in
Announcements
Replies: 1 comment 2 replies
-
Hi, sorry if this is a dumb question, I'm very new to adding plugins to servers and wanted to know if this newest update will work in a 1.19 world? Or is it specifically for 1.19.2? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
EssentialsX 2.19.6 is here! 🎉 This release features slight additions, support for Minecraft 1.19.2, and several bug fixes. Keep reading to see all the changes!
Thanks to all our contributors who contributed to this release (all of whom are listed at the bottom of this release), as well as to everyone who has contributed to translations on Crowdin!
Finally, a massive thanks to our community members who have assisted countless people on GitHub and MOSS, including @triagonal, @JasonHorkles, @Evidentsinger14, @Chew, @Laarryy and many others.
In addition, a shoutout to our supporters on Patreon, GitHub Sponsors and Ko-fi. A special thanks goes to our Hero tier supporters:
Want to be listed here? You can join our Hero tier on Patreon or GitHub at the links above!
Your support helps us to continue spending hours of our free time working on and improving EssentialsX for everyone. If you've got any spare change, you can click one of the buttons below to support the EssentialsX project:
Supported server versions
EssentialsX officially supports the CraftBukkit, Spigot, and Paper server software. Specifically, EssentialsX is designed to work on the following Minecraft versions:
1.18.2
and1.19.2
- EssentialsX actively develops against and supports these versions.1.8.8
,1.9.4
,1.10.2
,1.11.2
,1.12.2
,1.13.2
,1.14.4
,1.15.2
,1.16.5
, and1.17.1
- these versions are still supported, but are not a priority for us, and may be dropped in a future release.We recommend using the latest version of Paper. EssentialsX includes significant improvements that require Paper, including:
CraftBukkit and Spigot do not support async chunk loading from plugins.
/anvil
,/grindstone
,/cartographytable
,/loom
,/smithingtable
,/stonecutter
are only supported on Paper.CraftBukkit and Spigot do not support the API needed for these.
/recipe
on 1.12+ requires Paper to avoid a dupe bug introduced by CraftBukkit and Spigot.EssentialsX does not support the following Minecraft versions or server software:
1.7.10
or below.Upgrading to 2.19.6
If you're upgrading from 2.19.3 or above, you can keep your current EssentialsX config file. There have been no changes to the configuration since that release.
Upgrading from 2.19.2 or older versions of EssentialsX? See the previous update changelogs.
Important change: EssentialsX Chat now supports secure chat (#5030)
Minecraft 1.19.1 introduced a new Player Reporting feature on the client, allowing players to report chat messages to Mojang in-game. The server now has a secure chat system which allows players to preview and "sign" their chat messages, which ensures players can't use client mods to fabricate reports with fake messages. If the game can't verify a message, it will show a yellow warning indicator.
As of 2.19.6, EssentialsX Chat supports chat previews. Once you enable chat previews in your
server.properties
file, EssentialsX Chat will send back previews to players so they can send secure "signed" messages without the yellow warning indicator.Players will need to accept previews when they join the server. They will also need to wait a second between finishing their message and pressing Enter to ensure their message gets previewed and signed.
Known issues
Anchor charges deplete on Spigot even when EssentialsX Spawn overrides the spawn location
On CraftBukkit and Spigot, anchor charges will deplete regardless of the
respawn-at-anchor
due to an unfixed bug in CraftBukkit. This bug has been patched in Paper.Vanilla signed chat commands may show EssentialsX formatting on 1.19.1+
If you use any vanilla commands that send secure chat messages (including
/minecraft:msg
or/minecraft:me
), you may see formatting from EssentialsX Chat in these messages. This is due to an implementation quirk in Spigot, which forces plugins to handle all secure previews for vanilla chat commands as if they were public chat messages. There is no known workaround for this at this time, but you can continue to use unsigned commands from EssentialsX and other plugins as normal.New features
EssentialsX now supports 1.19.2 (#4932, #4966, #5026, #5027, #5035)
EssentialsX now has full support for Minecraft 1.19.2, including support for the new Wild Update items in
/give
,/item
and kits, new mobs, and new NMS/OBC mappings for accessing internal CraftBukkit code.EssentialsX also no longer warns when installed on 1.19.2 servers.
Other additions
/playtime
command will now no longer appear to progress for vanished users. (Don't progress playtime for vanished users #4918)Bug fixes
Bugs fixed from 2.19.4 and older versions
/tpa
command no longer double charges a user with/tpauto on
. (Fix double charge for /tpa when target has /tpauto on #4862)/nick off
command can now be used by users with onlyessentials.nick.changecolors
permissions. (Fix /nick off breaking with changecolor permissions #4876)TeleportWarmupEvent
event now has the correct teleporter. (Fix erroneous TeleportWarmupEvent event call #4913)freeze-afk-players
is set totrue
will no longer be teleported to the ground. (Don't teleport to a safe location for afk freeze when flying #4944)minecraft:
namespace no longer gives an error in the/give
command. (Fix minecraft namespace not working in give command #4960)/unlimited
command no longer floods user's inventory when changing stack sizes. (Fix /unlimited with changing stack sizes #4877)/nick
command now shows your nickname even withchange-displayname
disabled in the config. (Fix nickname feedback message when change-displayname is off #4980)/ess dump
no longer reports offline mode for servers behind Velocity on Paper 1.19 and above. (Fix ofline mode reflection provider; release 2.19.6 #5052)allowed-roles
section of the config will no longer resolve to roles with the same name as another role's id. (Prevent role snowflakes from resolving roles with ids as names #4983)Regressions fixed from 2.19.5 and 2.19.6 dev builds
Changes for developers
There are no API changes in this release!
Note: 2.19.5 had an issue with proxy detection on Paper. 2.19.6 has been released to address this issue.
For a full commit log, click here.
This discussion was created from the release EssentialsX 2.19.6 - The (Not Too) Wild Update.
Beta Was this translation helpful? Give feedback.
All reactions