How to download and make exxentalsx work minecraft 1.12.2






















Thanks to JRoy , pop , triagonal , darbyjack , latiku, zml , JasonHorkles and many other people who have contributed to this release! If your server makes money and you'd like to support the hard work that goes into EssentialsX, you can join our Patreon to support on a monthly basis, or make a one-off donation on Ko-fi. EssentialsX has been updated to support the new items and mobs in 1.

You can now spawn in new items using the new aliases in 2. EssentialsX now performs teleport safety checks by loading chunks asynchronously where possible. CraftBukkit and Spigot don't support these async chunk loading APIs, so if you're using CraftBukkit or Spigot, you should consider switching to Paper to take advantage of these improvements.

You can now customise and translate command usage and description messages in your messages. These strings are also on Crowdin, and translators have started to translate the commands already. If you'd like to contribute to translations, you can contribute on Crowdin. EssentialsX now includes several LuckPerms permission contexts, allowing you to do complex conditional permission setups!

In the past, EssentialsX's server backup system only ran if players had been online since the last backup. However, you can now configure it to always run a backup even if no players have logged in:. This can now be disabled by setting the remove-effects-on-heal to false in config.

Similar to temporary bans, you can now set a maximum length for tempmutes using the max-mute-time config option:. EssentialsX Protect now has several new config options to limit item damage, ender crystal explosions and various mob behaviours:.

Players cannot teleport while they have passengers. Previously, teleports would silently fail, but you can now configure this behaviour:. You can add the hidden force-passenger-teleport: true option to your config to revert this behaviour.

You can now control whether AFK messages are broadcast to the whole server or only shown to the player they affect:. You can now configure EssentialsX to display the currency symbol as a suffix rather than a prefix:. Before 2. This has now been re-added, so you can clear specific items once more! You can now set the send-info-after-death option to true to display a player's coordinates when they die:. To override this, give players the essentials. You can now set the allow-selling-named-items to true to allow players to sell custom named items:.

You can now configure how the essentials. This feature was previously disabled on 1. EssentialsX will find and cache random locations, avoiding long delays while finding a safe spot to teleport to. This also supports finding safe spots to teleport to in the Nether and The End. Third-party plugins can also hook into this using UserRandomTeleportEvent - see below for details.

You can now configure EssentialsX to hide join and quit messages when the player count exceeds a configurable limit:. As part of our effort to switch to async chunk loading, the Teleport and TimedTeleport classes has been deprecated.

These APIs rely on synchronous chunk loads and can pause the main thread. If you'd like to continue using EssentialsX's teleport handling in your plugin, you should switch to AsyncTeleport and AsyncTimedTeleport , which use async chunk loading when run on Paper 1.

You can also access the timestamp at which their mute will be lifted using MuteStatusChangeEvent getTimestamp if the mute is permanent, this will return an empty Optional. You can now intercept EssentialsX teleports using the TeleportWarmupEvent to listen before the teleport warmup starts, and PreTeleportEvent to listen after the warmup and immediately before the teleport commences. You can also alter the warmup delay or even cancel the teleport using these events. You can also now use the UserTeleportHomeEvent to intercept a player attempting to teleport to their home.

This event is useful as it allows you to filter and cancel attempts to teleport to homes based on the home name, unlike PreTeleportEvent. You can block a player from redeeming a kit using the new KitClaimEvent , which is fired when a kit is being expanded for a player.

You can also view the contents of the kit in the EssentialsX item meta format. You can now intercept private messages before they're delivered or block certain private messages using the PrivateMessagePreSendEvent. This allows you to add custom filters in your plugin. You can also listen for successfully-delivered private messages using the PrivateMessageSentEvent , which allows you to add custom notification effects like sounds or particles. You can listen to UserRandomTeleportEvent to intercept random teleports.

This is useful if you maintain a land claiming plugin, and don't want players to be able to random teleport into towns or private builds. The com. This does not currently affect Vault, however a new Vault provider is planned in the future. Click here for the full commit log. This release comes with full 1. In addition, thanks to our supporters on Patreon , in particular our Hero tier supporters:. We recommend using the latest version of Paper , as it includes several performance enhancements over Spigot and is fully compatible with Spigot plugins.

As you may have noticed, older versions of EssentialsX GeoIP will cause errors and no longer keep their databases up-to-date. You'll need to follow the new setup guide to get GeoIP up and running again.

Click here for a full commit log. As usual, a massive thanks to all of the volunteers who have spent their time providing support on Discord and GitHub, especially over the past few weeks while I've been away. In addition, thanks to darbyjack and pop for fixing bugs that have appeared in the mean time. Finally, thanks to everyone who has donated to the project, in particular our Hero donors on Patreon :.

EssentialsX for 1. This release includes 1. You should be able to just replace the EssentialsX jars from 2. However, there are some things to note:. There have been several updates to translations in this release. If you have custom locale files, you may want to update them to the latest version from the EssentialsX jar. You can help translate EssentialsX on Crowdin. The EssentialsX website has seen a couple of minor changes.

The most notable is that the Downloads section now works properly, and gives you quick links to download all the latest builds of the EssentialsX plugins. A new website is also in the works along with improved documentation - click here for a sneak peek of the new site! Once again, this release wouldn't be here without all of our community supporters.

Thanks to all of our contributors for providing support, translating strings, developing new features, and investigating and fixing bugs! In addition, thanks to everyone who has supported EssentialsX over the past few months. This release contains mainly bug fixes for 2. This release supports Bukkit servers running the following versions: 1. We do not support 1. There are no translation updates in this release. If you want to contribute to translations, we're working on moving translation updates to Crowdin - click the link to visit our translation page.

Once again, big thanks to all our contributors. A special mention also goes to triagonal and DoNotSpamPls as well as countless others who have helped fix bugs and provide support. Finally, a big thanks to everyone who has been patient and supported us since the release of 2. Special thanks goes to everyone who has helped us reach this point. This includes enterih on Discord, who has supported us through significant donations to the project. In addition, massive thanks to our translators mentioned above, as well as all our contributors , not to mention people that have gone out of their way to help test the plugin and report and replicate issues, such as DoNotSpamPls , pop and triagonal.

EssentialsX with 1. Scroll to the bottom for changes between pre3 and pre4. The rest of the changes are inernal changes that should restore functionality on 1. You can see these changes here. Skip to content. Star 1. Releases Tags. A particular shoutout goes to our Hero tier supporters, including: AKP aternosorg pebblehost 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.

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. Paper contains countless overall performance optimisations over CraftBukkit and Spigot. Here you can download Forge 1.

If you find any issues setting up or using Magma please contact us on live chat or via the ticket system. Was this article helpful? Yes No. Send My Feedback Cancel. Thank you! By Topzera Minecraft Mods Follow.

More by the author:. Did you make this project? Share it with us! I Made It! Homemade Robots Book Robot by randofo in Robots. Reply Upvote.



0コメント

  • 1000 / 1000