Skip to content

Node Palette

The Node Palette is the left sidebar for finding and adding nodes.

Categories

CategoryUse it for
TriggersStart a flow from a command, event, function, or button click.
ActionsDo something, such as send a message, give an item, teleport, or update data.
ConditionsCheck something and choose between outputs.
Flow ControlDelay, repeat, switch, call functions, or handle errors.
OtherAdd comments and group boxes for organization.

Finding Nodes

Use the search bar to find nodes by name or description. Search is usually faster than browsing when you already know what you want, such as permission, gui, sound, or variable.

Adding Nodes

You can add a node in two ways:

  1. Click a node type to add it near the current canvas view.
  2. Drag a node type from the palette and drop it where you want it.

After adding a node, select it and fill in its settings in the Node Inspector.

Choosing the Right Node

  • Use a Condition when the flow must choose between two outcomes.
  • Use a Switch when one value can route to many outcomes.
  • Use a Function when the same set of actions should be reused.
  • Use Button Trigger for clickable chat buttons.
  • Use Open GUI plus Function nodes for clickable inventory menus.

Oasis Admin Editor Documentation