Namespace Commands

Namespace used to manipulate Minecraft commands.

Functions

Functions

  • Executes specified command.

    Parameters

    • command: string

      command to be executed

    Returns Nullable<string>

    Error message or null if the command was run successfully.

  • Executes specified command using specified coordinates as command location for all relative calculations.

    Parameters

    • command: string

      command to be executed

    • x: number
    • y: number
    • z: number

    Returns Nullable<string>

    Error message or null if the command was run successfully.

Copyright © 2024 Nernar. Copyright © 2020 #mineprogramming. Built with ❤ and TypeDoc.