Disabled commands do not get disabled entirely
partydev opened this issue ยท 5 comments
Type of bug
Other unexpected behaviour
/ess dump all
output
https://essentialsx.net/dump.html?id=4c554df6f40f45fca332d8e9a58494f3
Error log (if applicable)
No response
Bug description
Added /me command to disabled commands, however it is not being disabled after a reboot. Will disable if I do /ess reload
, but then stops being disabled after a while. No idea how long.
Have tried this on multiple stable and dev builds as well.
Steps to reproduce
- modify config to have a disabled command (/me)
- attempt to run the command in-game. it works
- do /ess reload
- attempt to run the command in-game, it is now disabled
Expected behaviour
the command should be fully disabled
Actual behaviour
the commandd is not disabled
Are you saying that the command is only disabled when /ess reload
is run, but not when the plugin is loaded for the first time?
Are you saying that the command is only disabled when
/ess reload
is run, but not when the plugin is loaded for the first time?
correct
Cannot reproduce, adding me to the disabled-commands list makes it falls back to the minecraft command as expected.