Package com.soulfiremc.server.script.nodes.variable
package com.soulfiremc.server.script.nodes.variable
Bot variable storage script nodes.
-
ClassesClassDescriptionVariable node that retrieves a value from the bot's persistent metadata.Variable node that retrieves a value from the bot's session metadata.Variable node that stores a value in the bot's persistent metadata (survives disconnects).Variable node that stores a value in the bot's session metadata (lost on disconnect).