• Sends a JSONB.stringify stringified message in chat, including functions, getters, and setters.

    This uses the following options: {bigint: true, class: false, function: true, Infinity: true, get: true, NaN: true, NegativeInfinity: true, set: true, undefined: true}.

    Parameters

    • value: any

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

    • Optionalspace: string | number

      The spacing for the stringified JSON.

    Returns void