A
Admincraft17mo ago
Pichu

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:
[19:03:18 INFO]: EmperorPichu issued server command: /heal
[19:03:18 INFO]: [Essentials] checking if EmperorPichu has essentials.commandcooldowns.bypass - true
[19:03:18 INFO]: [Essentials] Searching for alternative to: heal
[19:03:18 INFO]: [Essentials] Essentials: Alternative command heal found, using WorldGuard:heal
[19:03:18 INFO]: EmperorPichu issued server command: /heal
[19:03:18 INFO]: [Essentials] checking if EmperorPichu has essentials.commandcooldowns.bypass - true
[19:03:18 INFO]: [Essentials] Searching for alternative to: heal
[19:03:18 INFO]: [Essentials] Essentials: Alternative command heal found, using WorldGuard:heal
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
Admincraft Meta
Admincraft Meta17mo ago
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
ProGamingDk
ProGamingDk17mo ago
did u disable it in disabled commands in essentials config.yml
Pichu
PichuOP17mo ago
No description
Pichu
PichuOP17mo ago
No. All I did was apply a cooldown for it.
QarthO
QarthO17mo ago
idk if permissions are case sensitive or not tbh, but have u tried giving them essentials.heal and not Essentials.Heal
Pichu
PichuOP17mo ago
No description
Pichu
PichuOP17mo ago
Already all undercase. All the permissions here work except essentials.heal
Discount Milk
Discount Milk17mo ago
Use commands.yml to override the /heal with /essentials:heal
Discount Milk
Discount Milk17mo ago
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...
QarthO
QarthO17mo ago
^ good catch, most likely another plugin using /heal
Pichu
PichuOP17mo ago
I'll try that. Might make it stop attempting to use WorldGuard heal.
Discount Milk
Discount Milk17mo ago
OP already confirmed worldguard /heal was overriding it.
QarthO
QarthO17mo ago
I’m dumb
Pichu
PichuOP17mo ago
This worked. Thanks !answered
Admincraft Meta
Admincraft Meta17mo ago
post closed!
The post/thread has been closed!
Requested by ipichu#0

Did you find this page helpful?