EssentialsX 2.20.0 - The Better Together Update #5356
JRoy
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After months of hard work from our contributors, EssentialsX 2.20.0 is here! 🎉
This release contains a new Discord Link addon, 1.19.4 support, a few new features, bug fixes and internal improvements. Keep reading to see all the new additions!
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!
In addition, a massive thanks to our community members who have assisted countless people with using EssentialsX across GitHub and MOSS, including @triagonal, @JasonHorkles, @Evidentsinger14, @ImDarkLaw, @Chew, @Laarryy and many others.
The EssentialsX project is powered by the community. If you want to help us out, you can contribute by;
Finally, a shoutout to our supporters on Patreon and GitHub Sponsors!
A special thanks goes to our Hero tier supporters:
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 with a one-off or monthly pledge:
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.4
- 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:
Paper's async chunk loading reduces lag spikes during player teleports.
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.Paper contains countless overall performance optimisations over CraftBukkit and Spigot.
EssentialsX does not support the following Minecraft versions or server software:
🛑 "Ultra-performance" Paper forks including Akarin, Yatopia, and similar projects.
These often perform non-standard behaviour and can break your worlds and installed plugins.
🛑 Mohist - The Mohist project is known to be sketchy, and has, in the past, tricked users into deleting official EssentialsX jars and installing an unofficial build.
We cannot guarantee the safety or functionality of unofficial builds of EssentialsX; you should avoid using Mohist where possible.
🛑 Other Forge/Bukkit hybrid servers including Cauldron, Thermos, Magma, CatServer - EssentialsX is built for the Bukkit API, which does not properly support mods.
For modded servers, use SpongeForge and Nucleus, or an alternative mod for Forge or Fabric.
🛑
1.7.10
or below.Upgrading to 2.20.0
If you're upgrading from 2.19.3 or above, you can keep your current EssentialsX config file. However, 2.20.0 adds several new options that you may want to configure, and to do so you'll need to either update your config or add the new settings to your existing config. Read on for a list of changes and new config options.
Upgrading from 2.19.2 or older versions of EssentialsX? See the previous update changelogs.
New module: EssentialsX Discord Link! (#4155) 🎉
EssentialsX Discord now has the Discord Link addon, which lets your users easily link their Discord and Minecraft accounts! You can synchronize Discord roles with Vault groups, as well as optionally requiring players to link to Discord before playing, all with a bloat-free and easy-to-understand configuration!
You can read more about EssentialsX Discord Link and see how to get started here.
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.Minecraft: Trails and Tales content not yet supported in commands
EssentialsX 2.20.0 doesn't yet support blocks, items and mobs from Minecraft: Trails and Tales in 1.19.x or 1.20. As a result, some commands and features (including
/give
,/spawnmob
and/editsign
) won't recognise the new content yet.We plan to release a 2.20.1 update once Minecraft 1.20 has released, which will add support for the new content.
Important changes
Usermap storage and cache changes (#4581, #5125)
EssentialsX 2.20 overhauls the user caching system, fixing issues with third-party plugins such as Towny.
Due to a large overhaul in data format, once you upgrade to 2.20.0, you will not be able to downgrade your userdata to older versions. We strongly recommend taking a full backup of your
plugins/Essentials/usermap.csv
file before you update from 2.19.7 to 2.20.0 if you ever wish to downgrade in the future.New features
EssentialsX now supports 1.19.4 (#5179, #5273)
EssentialsX now officially supports CraftBukkit, Spigot and Paper for 1.19.4.
New
/renamehome
command (#5121)You can now use
/renamehome
to change the name of your existing home. If you have theessentials.renamehome.others
permission, you can rename the homes of other players.New
/bottom
command (#5292)You can now use
/bottom
to teleport to the lowest safe location in their current position.Discord: New
first-join
message type (#5160)A new Minecraft -> Discord message type, sent when a player joins the server for the first time.
Discord: New
local
,question
, andshout
message types (#4684)A few new Minecraft -> Discord message types and configuration options have been added in order to support local, question and shout chat.
Discord: Configurable webhook name
You can now change the webhook name format for messages sent to Discord.
Other additions
Translations have been updated with the latest community contributions from Crowdin.
Added tab completions for the
/mail clear
command. (Auto complete /mail clear indices #5132)Added the
essentials.nick.hideprefix
permission to hide the nickname prefix for those with it. (Added permission node for Nickname Prefix bypass #4995)Added per command cooldown permissions:
essentials.commandcooldowns.bypass.<command name>
. (Add per-command command cooldown bypass permissions #4759)Bug fixes
Bugs fixed from 2.19.7 and older versions
Further duplication glitches were fixed in
/recipe
. (Close any open inventories before showing shapeless recipes #5122)Various performance issues with NPCs and jails have been fixed. (Ignore NPCs in JailListener #5130)
Playtime statistics in
/whois
no longer overflow. (Fix integer overflow in whois playtime output #5177)Various offhand and inventory related issues have been fixed. (Rewrite Inventory Handling #5021)
Doubles are now supported for coordinates in the
/tppos
command in the console. (Fix doubles not working in console for /tppos #5231)Trade signs no longer accept water bottles as a valid trade for a potion. (Use strict comparison for potions in trade signs #5260)
An exception is no longer raised in
/tpoffline
when the player's last location is not known. (Add message for unknown last location for /tpo #5290)Sulk sensors no longer detect vanished players. (Fix sulk sensors detecting vanished players #5262)
The
/top
command now sends feedback once again. (Fix top command not sending messages #5302)The
/editsign
command now calls theSignChangeEvent
. (Fire SignChangeEvent in /editsign #5304)Commands preformed on offline players no longer raise a
NullPoinerException
in some cases. (Fix offline player consumer returning null users #5339)Discord: The console relay no longer stops working after
/ess reload
in some cases. (Fix ConsoleInjector not getting reinjected on reload #5149)Discord: Webhooks should no longer hang the server during shutdown in some cases. (Close discord webhook clients on shutdown #5165)
Discord: Translated Discord command descriptions are now properly truncated to account for Discord character limits. (Truncate command and argument descriptions #5314)
Regressions fixed from 2.20.0 dev builds
The following bugs from 2.20.0 development builds have been fixed:
NPC users are once again added to the UserMap properly. (Fix Essentials#getUser not caching newly created NPC users #5129)
Servers with large amounts of user data no longer hang for minutes on startup. (Improve uuid cache load times #5143)
The offhand is no longer used for
/hat
. (Revert dual hand behavior from /hat #5205)The
/createkit
command works on 1.8.8 once again. (Fix inventory size for 1.8.8 servers #5212)Sending a mail to all online players works once again. (Fix /mail sendall not working #5263)
The user map now properly expels users from cache after a while. (Expire UserMap cache more aggressively and add cache debugging #5331)
Discord: Webhook names are no longer sanitized for markdown. (Remove unneeded sanitization in webhook names #5311)
Discord Link: The
/link
Discord command no longer requires administrator privileges. (Fix discord permission issues with link module #5197)Discord Link: Synchronizing offline players no longer raises a
NullPointerException
(Fix NPE while syncing offline users for discord line module #5338)Changes for developers
Viewers can now be modified for
DiscordRelayEvent
(#5080)DiscordRelayEvent
now has agetViewers()
method which returns a mutable list of viewers for the relayed message.Discord Link Module API (#3702)
With the addition of the Discord Link Module, there is now an API service to access information about a player's Discord account that they have linked. You can obtain an instance of this and use it in tandem with the Discord module API like so:
New events
EssentialsX 2.20.0 introduces several new events:
GlobalChatEvent
is fired when players send a message in global chat. (Add separate events for local and global chat #4683)LocalChatEvent
is fired when players send a message in local chat. (Add separate events for local and global chat #4683)HomeModifyEvent
is fired when a home is created, updated or deleted. (Add HomeModifyEvent for home create/delete/rename/set #5216)For a full commit log, click here.
This discussion was created from the release EssentialsX 2.20.0 - The Better Together Update.
Beta Was this translation helpful? Give feedback.
All reactions