This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Im trying to make a custom command which has an argument and a warmup.
However when I try executing this command, it fails due to "Not enough arguments..."Additionally, the MOVE_LISTENER config also doesn't seem to be effective. I enabled it but I can still move during the command and it won't cancel.
Also another issue I noticed is that if the command fails for this reason, the cooldown still activates (if you have one).
TLDR:- MOVE_LISTENER doesn't work
- the warmup option breaks arguments
- the cooldown option activates even when the command fails due to "Not enough arguments..."
A pastebin with some examples is given here:https://pastebin.com/Yzw3KT85
The first command has a cooldown and works fine.The second command has a warmup and does not work.
The third command has both and also doesn't work, however the cooldown activates upon execution.
To post a comment, please login or register a new account.