A Minecraft Bedrock (MCPE) command handler that allows easy command registration using a custom prefix (!). Supports permissions (tags), message filtering, and deferred execution. Includes built-in !help and !echo commands.
Select version for changelog:
Changelog
- Command Aliases: You can now register alternative names (aliases) for commands, providing more flexibility for users.
- Command Structure Definition: A structure property is introduced in the command configuration. This allows you to define the expected syntax of commands, which is used for help messages.
- Detailed Help Messages: Commands can now have specific helpMessage descriptions. The !help <command> command is greatly improved to display detailed information about a command, including its description, aliases, structure, and required permissions.
- Argument Validation: A validateArgs function can be added to a command's configuration. This allows you to implement custom logic to check if the arguments provided by the user are valid, improving error handling and user guidance.
- Enhanced !help Command: The !help command is completely revamped. It now provides a more organized and informative display of available commands. It includes command descriptions, indicates required permissions, and offers detailed help for specific commands via !help <command>. The command list is also sorted for better readability.
- New files & languges: The previous zip contained only 1 Typescript file with documentation in Portuguese. Now it has both Portuguese and English, in Typescript and Javascript.





Thank you for this script!