This repository was archived by the owner on Dec 24, 2021. It is now read-only.
This repository was archived by the owner on Dec 24, 2021. It is now read-only.
Client event for running disabled commands #336
Open
Description
Is there any event that's triggered when disabled commands are ran? I know there's commandStatusChange
and groupStatusChange
, but those only trigger whenever the command/group is changed to be enabled/disabled.
I tried commandRun
, commandBlock
, commandCancel
, and commandError
, and none of those seem to work.