chore(deps): Update dependency net.essentialsx:EssentialsXDiscord to v2.21.1 #644
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.20.1
->2.21.1
Release Notes
EssentialsX/Essentials (net.essentialsx:EssentialsXDiscord)
v2.21.1
: EssentialsX 2.21.1 - The Spring to Life UpdateCompare Source
🎉 EssentialsX 2.21.1 is here, bringing with it 1.21.5 support and several bug fixes.
Thanks to everyone who has contributed code to this release (many 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 @Evidentsinger14, @JasonHorkles, @ImDarkLaw, @Chew 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 Paper server software. Specifically, EssentialsX is designed to work on the following Minecraft versions:
1.21.5
- EssentialsX actively develops for and supports this version.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
,1.17.1
,1.18.2
,1.19.4
, and1.20.6
- 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
, and/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:
Do not attempt to use current versions of EssentialsX on Folia or forks of it - you may lose userdata.
These often perform non-standard behaviour and can break your worlds and installed plugins.
We cannot guarantee the safety or functionality of unofficial builds of EssentialsX; you should avoid using Mohist where possible.
For modded servers running Minecraft Forge, NeoForge or Fabric, you should use FTB Essentials.
1.7.10
or below.Upgrading to 2.21.1
If you're upgrading from 2.21.0, you can keep your current EssentialsX config file. However, 2.21.1 adds new options that you may want to configure, and reorganises the config file with improved comments for clarity. You can add these options to the existing config files, or rename your current config files in order to generate a fresh one.
Upgrading from 2.20.0 or older versions of EssentialsX? See the previous update changelogs.
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.Fly mode is reset when teleporting between worlds on Spigot
On Spigot 1.17.1 and greater, player's fly mode will be reset regardless of the
world-change-fly-reset
setting due to behavior change in vanilla. A fix for this is in place for Paper servers. (#6012)New features
EssentialsX now supports 1.21.5 (#6109)
EssentialsX now officially supports Paper and Spigot 1.21.5.
New
allowed-nicks-regex
setting (#5200)You can now change the regex pattern which determines which nicknames are allowed. The
essentials.nick.allowunsafe
permissioncan still be used to bypass this check.
Discord: Support for SocialSpy with new
private-chat
message type (#5620)You can now relay SocialSpy messages to Discord using the new
private-chat
message type.This is sent whenever a user sends a private message on the Minecraft server, unless they also have the
essentials.chat.spy.exempt
permission.Other additions
Bug fixes
Bugs fixed from 2.21.0 and older versions
/baltop
command works again on versions 1.15.2 and below. (#6115)/delhome
no longer sends an extra message when deleting a home that doesn't exist. (#6150)Regressions fixed from 2.21.1 dev builds
The following bugs from 2.21.1 development builds have been fixed:
/spawnmob
command works again on versions 1.21.5 and below. (#6121)essentials.sethome.bed
or not. (#6151)Changes for developers
New events
EssentialsX 2.21.1 introduces a new event:
SignTransactionEvent
is fired when a player is about to use a buy or sell sign. (#6071)New methods
IUser#getLastActivityTime
. (#6101)Other changes
GlobalChatEvent
is now fired for every chat message that EssentialsX Chat processes regardless of whether a chat radius has been set. (#6113)TranslatableException#getMessage
now returns plaintext once again, not unparsed MiniMessage tags. (#6134)For a full commit log, click here.
v2.21.0
: EssentialsX 2.21.0 - The Adventure Awakening UpdateCompare Source
At long last, 🎉 EssentialsX 2.21.0 is here! This release comes with support for Minecraft 1.21.4 and content from The Garden Awakens drop, a rework of text throughout the plugin to add initial support for rich text components with MiniMessage, and a handful of new features and bug fixes!
Thanks to everyone who has contributed code to this release (many 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 @Evidentsinger14, @JasonHorkles, @ImDarkLaw, @Chew and many others.
The EssentialsX project is powered by the community. If you want to help us out, you can contribute by;
Finally, a shout out 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 Paper server software. Specifically, EssentialsX is designed to work on the following Minecraft versions:
1.21.4
- EssentialsX actively develops for and supports this version.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
,1.17.1
,1.18.2
,1.19.4
, and1.20.6
- 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
, and/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:
Do not attempt to use current versions of EssentialsX on Folia or forks of it - you may lose userdata.
These often perform non-standard behaviour and can break your worlds and installed plugins.
We cannot guarantee the safety or functionality of unofficial builds of EssentialsX; you should avoid using Mohist where possible.
For modded servers running Minecraft Forge, NeoForge or Fabric, you should use FTB Essentials.
1.7.10
or below.Upgrading to 2.21.0
If you're upgrading from 2.20.1, you can keep your current EssentialsX config file. However, 2.21.0 adds several new options that you may want to configure. Read on for the list of new configuration options.
Upgrading from 2.20.0 or older versions of EssentialsX? See the previous update changelogs.
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.Fly mode is reset when teleporting between worlds on Spigot
On Spigot 1.17.1 and greater, player's fly mode will be reset regardless of the
world-change-fly-reset
setting due to behavior change in vanilla. A fix for this is in place for Paper servers. (#6012)Important Changes
Adventure Refactor (#4717)
EssentialsX 2.21.0 has undergone a complete overhaul of our translation system to add support for chat components (Adventure/MiniMessage).
This brings with it the addition of per-player-locale translations and support for MiniMessage inside our
messages.properties
files.All messages should remain nearly identical than they were before this update. A future update will add hover and click events to some of our commands.
Message files have been moved from
plugins/Essentials/
toplugins/Essentials/messages/
in this release. When upgrading to 2.21.0, any custom message files will be converted and moved to the new location automatically.Chat: Using Paper events with other chat plugins (#6033, #6050)
By default, EssentialsX 2.21.0 now uses the modern AsyncChatEvent from Paper instead of Bukkit's legacy AsyncPlayerChatEvent. This will allow EssentialsX to support rich text components in chat formats in the future.
However, if you use any plugins that rely on the legacy AsyncPlayerChatEvent, you may run into compatibility issues when upgrading to 2.21.0.
For now, you can switch back to the legacy events by setting
chat.paper-chat-events
tofalse
inconfig.yml
, but be aware this config option is not intended to be used long-term and could be removed in the future.You should aim to replace any incompatible plugins with ones that support Paper's chat events.
New features
EssentialsX now supports 1.21.4 and The Garden Awakens content (#5522, #5592, #5783, #5834, #5900, #5961, #5985)
EssentialsX now officially supports Paper and Spigot 1.21.4, and content from The Garden Awakens feature drop.
Support for Minecraft 1.21.5 and Spring to Life will be added in a future patch release.
New
per-player-locale
setting. (#4717)EssentialsX can now send messages in a player's native language.
New
message-colors
settings. (#4717)You can now customize the color scheme of EssentialsX without having to modify
messages.properties
files.Multipliers for
/sell
and sell signs (#4770)Players with certain permissions can now be given a customizable multiplier to the value of items they sell through
/sell
or[Sell]
signs. The multipliers can be configured in theconfig.yml
like so:The
/mail
command now allows for clearing other people's mail. (#4878)Players with
essentials.mail.clear.others
can clear other player's mail with/mail clear <player>
and players withessentials.mail.clearall
can clear the mail of all users with/mail clearall
.The
/skull
command can now give skulls from texture urls. (#5120)You can now use
/skull <texture>
to give skulls with a texture url or base64 encoded texture data.Option to limit the total number of lore lines for
/itemlore
. (#4773)You can now impose a limit to the number of lore lines players can add using the
/itemlore
command. Players with theessentials.itemlore.bypass
permission will bypass this limit.New
socialspy-uses-displaynames
setting. (#5613)You can now specify if EssentialX should use usernames over nicknames in socialspy.
Various improvements to random teleport. (#4271, #5990)
There have been a number of additions related to random teleport. Including, a
[RandomTeleport]
sign, the ability to run/tpr
from the console, as well as the following new config options:Define requirements for
/balancetop
. (#5394)Server admins can now define a minimum balance or time played be met for a player to appear on the
/balancetop
list with the followingconfig.yml
options:Discord: Option to ignore certain roles for
{color}
and{role}
placeholders. (#5157)You can now define a list of roles which should be ignored by the {color} and {role} placeholders.
Discord: Option to define role aliases. (#5157)
You can now replace role names with whatever you want for the Discord to MC chat relay
Other additions
/editsign
withoutessentials.editsign.waxed.exempt
. (#5492)/pay
command now supports abbreviations for thousand (k), millions (m), billions (b), and trillions (t). (#5457)/whois
and/seen
commands now display if a player is whitelisted or not. (#5486)excluded-biomes
setting intpr.yml
now supports custom biomes. (#5703)jail-online-time
option enabled now jails the player for the proper amount of time. (#5701)/fireball
command can be used to fire wind charges. (#5951)/delhome
command now supports*
wildcards. (#5919)/skull
. Requires theessentials.skull.spawn.others
permission. (#5822, #6008)/alts
to customize its output. (#5595)/ess dump
command now uses pastes.dev. (#6011)/discord
is now clickable. (#5934)server-start
message now has a{starttimeseconds}
placeholder to display the server startup time. (#5686)/spawn
command no longer sends its message before the teleport occurs. (#6025)Bug fixes
Bugs fixed from 2.20.1 and older versions
/potion
. (#5552)/ignore
themselves. (#5488)/eco give
command now has a more consistent color scheme. (#5738)/pay
command now supports commas/periods based on the player's locale. (#5962)respawn-at-home-bed
was enabled has been resolved. (#5825)essentials.keepinv
. (#6036)/book
command can now lock/unlock books again on 1.20+. (#6064)/mail
messages no longer show up in the alert when joining. (#6063)Regressions fixed from 2.21.0 dev builds
The following bugs from 2.21.0 development builds have been fixed:
/pay
are now more strictly parsed to prevent trolling. (#5638)tpr.yml
file. (#6004)Changes for developers
Synchronous teleport APIs have been removed.
EssentialsX 2.18.0 replaced the legacy synchronous
Teleport
,TimedTeleport
,IUser#getTeleport
, andIJails#sendToJail(IUser, String)
APIs with new, asynchronous replacements that support Paper's async chunk loading.The legacy synchronous teleport APIs have not been fully functional for some time, and in 2.21.0, they have now been removed.
Any plugins relying on these were likely already broken, but those plugins will no longer compile against or work with 2.21.0.
InvalidWorldException
is deprecated for removal. (#5984)This exception is no longer thrown by any method in the Essentials API and will be removed in a future version. Please update your code.
New Events
EssentialsX 2.21.0 introduces a new event:
HelpopMessageSentEvent
is fired when a player sends a message through/helpop
(#5490)New Methods
DiscordLinkService#getAllLinkedPlayers
. (#5896)For a full commit log, click here.
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.