-
Notifications
You must be signed in to change notification settings - Fork 9
Commands
All commands are executed via the input field in either of the input types and are prefixed by /.
-
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.
-
Gets and displays the supplied Object path in
state.message.Usage
/get <root>.<path>
Examples
/get _whitelist/get john.abilities
-
Deletes dot-separated entries that match the supplied arguments.
Usage
/delete <root>.<path>
Examples
/delete john/delete john.traits.positive
-
Displays entries matching the supplied arguments in World Information.
Usage
/show <root>.<path>
Examples
/show john/show john.abilities.magic
-
Hides entries matching the supplied arguments path in World Information.
Usage
/hide <root>.<path>
Examples
/hide john/hide john.abilities.magic
-
/fromallows 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"}]
-
/filtertoggles the filtering of the following symbols when presenting the JSON-lines in context:",{, and}Usage
/filter
-
/crosstoggles the cross-referencing of normal and attribute assigned entries from the inserted JSON-linesUsage
/cross
-
/whitelisttoggles the whitelisting of the supplied argument to the internal_whitelist.Object.Usage
/whitelist <property>
Examples
/whitelist character/whitelist traits
-
List of Attributes
- [d] Descriptor
- [f] Filter
- [i] Ignore
- [l] Length
- [p] Positional
- [m] Memory Positional
- [t] Trailing Positional
- [r] Random Selector
- [x] Exclude