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