Essentials.Heal not working
When a player has permission to use Essentials.Heal, and they use /Heal, they are told they do not have permission.
The debug shows the following:
It seems Essentials.Heal command is being skipped, and it is attempting to use the WorldGuard.Heal command instead.
How do I fix this so that /Heal properly uses Essentials.Heal?
15 Replies
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close
!close
!solved
!answered
Requested by ipichu#0
did u disable it in disabled commands in essentials config.yml
No. All I did was apply a cooldown for it.
idk if permissions are case sensitive or not tbh, but have u tried giving them
essentials.heal
and not Essentials.Heal
Already all undercase. All the permissions here work except essentials.heal
Use commands.yml to override the /heal with /essentials:heal
BukkitWiki
Commands.yml
commands.yml is a configuration file that houses custom defined aliases and command block overrides for your CraftBukkit server.
The command block override system provides a quick and easy way to force the server to use the commands provided by Mojang (as opposed to the ones built into Bukkit) for command blocks specifically, leaving all other c...
^ good catch, most likely another plugin using /heal
I'll try that. Might make it stop attempting to use WorldGuard heal.
OP already confirmed worldguard /heal was overriding it.
I’m dumb
This worked. Thanks
!answered
post closed!
The post/thread has been closed!
Requested by ipichu#0