Warmup feature has several issues #373


Open
  • afterfive7 created this issue Dec 18, 2024

    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.