Why isn essentials working




















Good news, Password synch is now working, although I've not yet heard it from Microsoft in response to our support ticket. Just tested on a couple of Client server and it works! Lets hope its a permanent fix I would like to know this as well as I still have the alert in health monitoring on a customers site after deleting and running again, there is an update queued though so that may resolve the issue when it runs this evening.

It's not retroactive, so you need to change again passwords of accounts listed on the alert. Hello JesseFlintoff ,. I recreated them and was able to re-enable office integration. So far the password sync error has not re-occurred. If the Answer is helpful, please click "Accept Answer" and upvote it.

Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread. We have same issue in all clients Server Essentials Edition and Server standard with Essentials Role installed.

After years of successful operation, password sync to Office stopped working in mid June Strangely, Server R2 Essentials still work ok. I have a ticket opened with Microsoft a few days ago.

Microsoft support team setup a test Server in their lab and got the same issue. I'm informed that Microsoft PG team is investigating the issue and will let me know when they have a solution. I got an update from PG team that they have discovered a bug, which is hardcoded. They are working on it but this may take more time than expected. Hello IshtiaqAIshaq ,. IshtiaqAIshaq We have clients with the same issue. Are there any recent updates? Is there any comments back from microsoft yet about this issue.

I reported this as a problem and was told server essentials was no longer supported! I received 2 updates for my open support ticket on Friday 30th and and Monday 26th July respectively. I'll post any other update I receive from the support team. Greetings from Microsoft. I will update you as soon as I have some inputs. Oh the wheels move so slowly at MS!! Keep on pestering them and keep us all updated. We have the same problem here with all our Windows Essentials Servers.

I hope the Microsoft Support will fix this soon. Please keep us informed about any news! Thanks a lot! It's quite annoying running systems without any issues for years but being kicked in the heels from the vendor again and again IshtiaqAIshaq sorry for bothering your as you are the one that opened the ticket - is there really no response so far?

The backend team is still working on the issue and have not provided any ETA as of yet since it is something very deep rooted. Please accept my apologies for all the inconvenience. Your time and patience are highly appreciated. Please continue putting pressure on the MS Support team. Like anyone here, I need too get fixed this situation on my company's server. I'm about to open up a ticket Ticket opened here, Microsoft Support promised to escalate the topic.

This has sped up build times considerably. Starting with 2. New builds and releases will no longer be available from the old repository, so you'll need to update to use new APIs. Please bear in mind that although these Javadocs cover the entire plugin, many classes are internal and subject to change. We recommend only using classes inside the com. You can now resolve case-sensitive item names in your plugins' ItemResolver s.

If your plugin does not already lowercase entries, you may need to update your plugin to handle mixed-case item names. You can obtain an instance of this and use it like so:. EssentialsX's economy integrations have been rewritten from scratch. This aims to improve compatibility with problematic plugins such as Towny.

If your plugin integrates with EssentialsX's economy directly or via Vault, please test your plugin with EssentialsX 2. EssentialsX's config and data storage now use the Configurate library! This replaces the legacy Bukkit and Essentials 3 code. You should use proper EssentialsX APIs instead of hooking directly into the configuration where possible. For a full commit log, click here.

EssentialsX 2. Thanks to JRoy , pop , Chew , and all our other contributors who contributed to this release! In addition, thanks to our donors, in particular our Hero tier supporters on Patreon :. If 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.

We'd appreciate any donations, especially if your server makes money - all donations enable us to continue spending hours of our free time working on and improving EssentialsX for everyone. We recommend using the latest version of Paper , as it includes several performance enhancements over Spigot. Upgrading from older versions of EssentialsX? A new option to the config has been added to configure this behavior, last-message-reply-vanished. This will default to allowing users to reply to vanished players true for old configs, but will be set to block replying to vanished players for new configs false.

So make sure to add last-message-reply-vanished to your config if you're updating from 2. Thanks to JRoy , pop , triagonal and all our other contributors who contributed to this release! These bugs will be fixed in 2. They may already be fixed in dev builds - if these affect you, you should download a dev build. However, on CraftBukkit and Spigot this resulted in several sync chunk loads during startup, which significantly slowed down startup on these server implementations.

If you're using Paper, or if you're using Spigot and are willing to tolerate the slow startup, you can re-enable this by adding pre-cache: true on a new line inside tpr. Previously, disabling creeper explosion block damage with the protect.

This has now been changed to match the other protect. As before, you should use protect. EssentialsX's teleport safety mechanism will now prevent you teleporting outside the vanilla world border, instead placing you safely inside the world border. Note that this won't apply if you are in creative mode or god mode, as teleport safety is disabled if you're invulnerable. This makes it even easier to update existing signs!

While this feature may have worked in the past, it has been reimplemented to use Bukkit API where possible and NMS as a fallback, which enables it to work on newer versions of Minecraft. After many months of hard work, EssentialsX 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. We cannot guarantee the safety or functionality of unofficial builds of EssentialsX; you should avoid using Mohist where possible.

Upgrading to 2. New module: EssentialsX Discord! 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. Important changes Userdata format changes Due to a few changes in data format, once you upgrade to 2. Currency symbol handling improvements , , Some handling of currency symbols has been improved to be more consistent.

New features EssentialsX now supports 1. EssentialsX also no longer warns when installed on 1. New mail features The entire mail system has been rewritten to add support for temporary mails , read status , and the abiltiy to clear individual mails.

When enabled, armor from kits will automatically be equipped as long as the player's armor slots are empty.



0コメント

  • 1000 / 1000