Command - hjake123/reactive GitHub Wiki

Version 9c+ only

The /reactive command allows server operators to directly interact with a few different part of the mod. The command is present by default, but can be disabled using a server config setting; this setting takes effect when the server launches.

Adding or removing power from a Crucible

/reactive power add X Y Z POWER AMOUNT

Adds the specified AMOUNT (an integer from 1 to 1600) of the specified POWER to the Crucible at location X Y Z.

POWER is either the name of one of the built-in Powers, or, if you are using KubeJS, a string of the form kubejs.<power_name> to identify a custom Power. In theory, Powers from other namespaces would also be applicable here. The full list of possibilities will appear in tab completion.


/reactive power remove X Y Z POWER AMOUNT

As above, but it removes power. If you enter a number higher then the amount of that power in the Crucible already, it just removes all of that power type.

Spawning Linked Bottles of Warp

/reactive give_warp_bottle X Y Z

Gives a warp bottle to your current dimension bound to the provided coordinates.

Listing or Reloading Reactions

Version 9g+ only

/reactive reaction list

Acquires a list of all reaction aliases currently in the world (for example, to add one to the disable list in the config file).


/reactive reaction reload

Reloads the world's reactions (for example, to update changes to custom KubeJS reactions).

⚠️ **GitHub.com Fallback** ⚠️