Hi Mojang team,
I'm on 1.26.32.2 with @minecraft/server 2.8.0
Can someone explain why the `chatSend` event was removed without any replacement?
It's completely gone from the docs and doesn't work anymore.
The new `CustomCommand` API is not a proper replacement.
It cannot handle basic things like multiple subcommands `/lp group add admin`
and it can't take multi-word string arguments.
Removing `chatSend` and forcing us to use `CustomCommand` in its current state
basically breaks all advanced custom command systems.
Please either:
1. Add proper subcommand and multi-word string support to `CustomCommand`
2. Or bring back the `chatSend` event
Right now we have no good way to make custom commands. This is a huge step backwards.
Thank you for considering this.
Please sign in to leave a comment.
0 Comments