Skip to content

Commands and Permissions

fromgate edited this page Jun 5, 2017 · 6 revisions

Main command of plugin is /react. Aliases: /rea, /ra

Command Description Permissions
This permission allows to build a sign linked to activator SIGN reactions.sign.<SignActivatorId>
/react help [<PageNum> / activator / action / flag] Help! I need somebody! reactions.config
/react add <ActivatorType> <ActivatorId> [Parameters] Creates a new activator that subscribed to an event of specified type. List of activator types. reactions.config
/react add loc Saves your current position as the named location for further use (for example for teleporting to) reactions.config
/react add <ActivatorId> flag <FlagType> [Parameters] Adds a specified condition to the activator. List of flags. reactions.config
/react add<ActivatorId> action <ActionType> [Parameters] Adds an action to the activator (executes if all checks returned true). All actions are performed in the same sequence in which they were added. List of actions. reactions.config
/react add<ActivatorId> reaction <ActionType> [Parameters] Adds an action to the activator (executes if at least one check returned false). All reactions are performed in the same sequence in which they were added. List of actions. reactions.config
/react set delay id:<DelayId> [player:<PlayerName>] delay:<Time> Set value of delay. If player name omitted global delay will used. reactions.config
/react set var id:<VariableId> [player:<PlayerName>] value:<Value> Set value of variable. If player name omitted global variable will used. reactions.config
/react set menu id:<MenuId> <Parameter>:<Value> Configure parameters of menu. reactions.config
/react copy [flag / actions / reactions] <FromActiovator> <TorActivator> Copies flags, actions or reactions of the to the .
Note:
If you omit the optional parameter (flag|actions|reactions), it will copy all.
reactions.config
/react list [loc / group / type / timer / delay / var / menu [<PageNum>] Displays the list of locations, groups, all activators (or by type)
Note: If you omit the optional parameter then will be displayed the list of all.
reactions.config
/react info <ActivatorId> [f / a / r] Displays information about flags, actions or reactions of the activator.
Note: If you omit the optional parameter then will be displayed full information about activator.
reactions.config
/react info menu <MenuId> Displays information about menu (GUI) reactions.config
/react group <ActivatorId> [GroupId] Changes the group of activator to the specified.
Note: If the specified group doesn’t exist then it will be created.
reactions.config
/react remove <activator / timer / variable / menu> <Id> Removes activator, location, timer, variable or menu. reactions.config
/react remove <ActivatorId> <flag / action / reaction> <Num> Removes from the activator the flag, action or reaction, which have the specified number.
Note: you can see the numbers by using command /react info [f|a|r].
reactions.config
/react clear <ActivatorId> <flag / action / reaction> Removes all flags, actions or reactions from the activator. reactions.config
/react debug <true / false / off> Toggles debug mode:
• true – all checks always return true;
• false – all checks always return false;
• off - turn off debug mode.
reactions.debug
/react check [radius] Displays all geolocated activators in the specified range.
Note: If you omit the optional parameter then the radius has it’s default value – 8 meters (blocks).
reactions.config
/react reload Reloads plugin (the plugin will reread all of it’s text files). reactions.config
/react run activator:<ActivatorId> [Parameters] Executed EXEC-activator. reactions.run
/react select Select block, that you looking on. You can use placeholder %select% when you type commands to point to the selected location.
Example: /react add Activator action TP %select%
This command will add teleport action to activator Activator and will replace %select% with selected locations
reactions.select
/exec <ActivatorId> [player:<PlayerSelector>] [delay:<Time>] Execute EXEC-activator reactions.run
Clone this wiki locally