• Sends a JSON.stringify stringified message in chat.

    Parameters

    • value: any

      The message to send, will be passed through the JSON.stringify function and then passed into world.sendMessage.

    • Optionalspace: string | number

      The spacing for the stringified JSON.

    Returns void