Skip to content

Commands

Zynj-git edited this page Jan 10, 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.
    • /set <root>.<path> <value>
    • /set john.abilities.magic.alteration Transmutation, Etherealness
  • /get

    • Gets and displays the supplied Object path in state.message.
    • /get <root>.<path>
    • /get _whitelist
  • /delete

    • Deletes the entire Object supplied.
      • /delete does not support Object pathing.
    • /delete john
  • /show

    • Builds and displays the supplied Object path as entries in World Information.
    • /show <root>.<path>
    • /show john.abilities.magic
  • /hide

    • Consumes and hides the supplied Object path from the entries in World Information.
    • /hide <root>.<path>
  • /from

    • /from allows the assignment of an Object from a Objects#JSON-line.
    • /from <root> <Object>
    • /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 }
  • /parity

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

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

Clone this wiki locally