Skip to content

Commands

Zynj-git edited this page Jan 22, 2021 · 7 revisions

Commands

All commands are executed via the input field in either of the input types and are prefixed by /.

List of Commands

/set

  • Sets the value of the supplied Object path.

    Usage

    • /set <root>.<path> <value>

    Examples

    • /set john.abilities.magic.alteration Transmutation, Etherealness
    • /set _whitelist. character,traits,outfit
    • /set _whitelist.

/get

  • Gets and displays the supplied Object path in state.message.

    Usage

    • /get <root>.<path>

    Examples

    • /get _whitelist
    • /get john.abilities

/delete

  • Deletes the entire Object supplied.

    Usage

    • /delete <root>.<path>

    Examples

    • /delete john
    • /delete john.traits.positive

/show

  • Builds and displays the supplied Object path as entries in World Information.

    Usage

    • /show <root>.<path>

    Examples

    • /show john
    • /show john.abilities.magic

/hide

  • Consumes and hides the supplied Object path from the entries in World Information.

    Usage

    • /hide <root>.<path>

    Examples

    • /hide john
    • /hide john.abilities.magic

/from

  • /from allows the assignment of an Object from a JSON-line.

    Usage

    • /from <root> <Object>

    Examples

    • /from john [{"abilities": {"magic": {"alteration": "Transmutation, Etherealness"}}, "traits": "Wizard, Sage, Alchemist"}]

/filter

  • /filter toggles the filtering of the following symbols when presenting the JSON-lines in context: ", {, and }

    Usage

    • /filter

/parity

  • /parity toggles the parity mode to rebuild all Objects in World Information after consumption.

    Usage

    • /parity

/cross

  • /cross toggles the cross-referencing of normal and attribute assigned entries from the inserted JSON-lines

    Usage

    • /cross

/whitelist

  • /whitelist toggles the whitelisting of the supplied argument to the internal _whitelist. Object.

    Usage

    • /whitelist <property>

    Examples

    • /whitelist character
    • /whitelist traits

Clone this wiki locally