custom-commands

Command Builder (CommandBuilder)

The CommandBuilder class is a crucial component for defining and managing commands and sub-commands in the Minecraft server. It offers extensive customization options, enabling you to create versatile command structures.

Constructor:

CommandBuilder(name: string, id?: string)

Creates a new instance of the CommandBuilder class, representing a sub-command.

Static Method:

Instance Properties:

Instance Methods:

This documentation offers a comprehensive overview of the CommandBuilder class, equipping you with the knowledge to create custom Minecraft commands. With this understanding, you can experiment, seek inspiration from real-world examples, and engage with our supportive community as you embark on your command crafting journey.