Skip to content

Node Inspector

The Node Inspector is the right sidebar panel that appears when you select a node. It displays all configurable properties for the selected node.

Field Types

The inspector supports many field types suited for different kinds of data:

Field TypeDescription
StringSingle-line text input. Often
MultilineMulti-line text area for longer content like messages.
NumberNumeric input with optional min/max bounds.
BooleanToggle switch for on/off settings.
SelectDropdown menu to choose from predefined options.
Multi-selectChoose multiple options from a list.
Item SelectSearchable Minecraft item picker.
Effect SelectSearchable potion effect picker.
Sound SelectSearchable Minecraft sound picker with audio preview.
Particle SelectSearchable particle effect picker.
Color SelectColor picker for hex color values.
String ArrayList of text values (comma or space separated).
LocationCoordinate input (X, Y, Z, World).
Inventory EditorVisual inventory slot editor for custom GUIs.
Give Item EditorAdvanced item editor with material, enchantments, lore, etc.

Placeholder Support

Fields marked with a % icon support placeholders — dynamic values replaced at runtime. You can type placeholders directly (e.g., %player%) or insert them from the placeholder picker.

See Placeholders Reference for all available placeholders.

Color Preview

Message fields with color preview enabled show a live rendered preview of Minecraft color codes (&6, &l, hex colors like &#ff0000) below the input.

Conditional Visibility

Some fields only appear based on the value of another field. For example, in the Teleport Player node, the coordinate fields only appear when "Destination" is set to "Coordinates".

Oasis Admin Editor Documentation