-
-
Notifications
You must be signed in to change notification settings - Fork 980
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Common Issues - READ BEFORE POSTING #3956
Comments
Problem: Players can't build or interact with anythingDetails: After installing EssentialsX, players are unable to place, break or interact with blocks in the world unless they are opped. Cause: You probably installed installed EssentialsX AntiBuild by mistake. Solution: Delete the |
Problem:
|
Problem: EssentialsX overrides commands from vanilla/Spigot/other pluginsDetails: After installing EssentialsX, commands like Cause: EssentialsX provides enhanced alternatives to several default commands. For example, EssentialsX's Solution: See the commands list for documentation on how to use EssentialsX's commands. If you're sure you want to override commands, you can use Bukkit's
aliases:
gc:
- "spark:profiler $1-"
tell:
- "minecraft:tell $1-"
msg:
- "essentials:msg $1-" |
Problem: Other plugins' commands are overriding EssentialsX's commandsDetails: After installing EssentialsX with other plugins, EssentialsX's commands get overridden by commands from other plugins. Cause: By default, EssentialsX assumes other plugins' commands should take priority and tries to hand command execution over to other plugins. Solution: You can tell EssentialsX to try and take priority over other plugins using the For example, to force EssentialsX to handle the overridden-commands:
- msg If this doesn't work, you may need to also set an alias in Bukkit's |
Problem:
|
Problem: EssentialsX is flooding my console with UUID errors!Details: EssentialsX shows errors in the console with UUIDs, either on startup, when players log in or when running certain commands. Cause: We're currently investigating userdata corruption caused by poorly-written third party plugins and server implementations. In order to aid the detection and resolution of these issues, the latest EssentialsX dev builds report signs of userdata corruption in the console, along with a stack trace that indicates possible sources of issues. These warning messages are not harmful on their own. Solution:
|
This pinned thread aims to cover common issues people encounter with EssentialsX.
Users: Before creating a new issue, we encourage you to search (Ctrl-F) this thread to see if there is a suggested solution or workaround to your issue before you open a new issue. If you don't see your issue listed here, you can also use the search bar and filters on the main issues list:
Only EssentialsX team members can add to this list. If you spot a problem that should be covered here, you can recommend an issue by replying to #3955.
Maintainers: When adding an issue here, you should post one issue per comment, using the following format:
The text was updated successfully, but these errors were encountered: