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

    This uses the following options: {bigint: true, class: false, function: false, Infinity: true, get: false, NaN: true, NegativeInfinity: true, set: false, 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