-
Notifications
You must be signed in to change notification settings - Fork 9
Commands
Zynj-git edited this page Jan 10, 2021
·
7 revisions
All commands are executed via the input field in either of the input types and are prefixed by /.
-
/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
- Gets and displays the supplied Object path in
-
/delete- Deletes the entire Object supplied.
-
/deletedoes not support Object pathing.
-
/delete john
- Deletes the entire Object supplied.
-
/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-
/fromallows 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-
/filtertoggles the filtering of the following symbols when presenting the JSON-lines in context:",{, and}
-
-
/parity-
/paritytoggles the parity mode to rebuild all Objects in World Information after consumption.
-
-
/cross-
/crosstoggles the cross-referencing of normal and attribute assigned entries from the inserted JSON-lines
-
-
/whitelist
-
List of Attributes
- [d] Descriptor
- [f] Filter
- [i] Ignore
- [l] Length
- [p] Positional
- [m] Memory Positional
- [t] Trailing Positional
- [r] Random Selector
- [x] Exclude