## Problem: EssentialsX overrides vanilla commands/Spigot's commands/other plugins' commands #3996
Locked
TKDKid1000
started this conversation in
General
Replies: 1 comment
-
Yes, we know. This is advice for people who don't want EssentialsX or other plugins to override commands. In the future, please do not abuse the issue tracker for this. The issue tracker is solely for reporting bugs using the bug report template. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem: EssentialsX overrides vanilla commands/Spigot's commands/other plugins' commands
Details: After installing EssentialsX, commands like
/give
and/help
are overridden by EssentialsX alternatives.Cause: EssentialsX provides enhanced alternatives to several default commands. For example, EssentialsX's
/give
supports a user-friendly item meta syntax that's less awkward to use than vanilla NBT, while EssentialsX's/help
allows server owners to create custom help command pages and even customise them per-group.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
commands.yml
. The example below does the following:/gc
with spark's/profiler
command/tell
with the vanilla/tell
command/msg
to run EssentialsX's/msg
commandOriginally posted by @mdcfe in #3956 (comment)
You know that you can simply do /minecraft:cmd when you rarely need to use a vanilla command.
Beta Was this translation helpful? Give feedback.
All reactions