Spellscript blocks
From Hack/Mine Wiki
Spellscript blocks are essentially command blocks that can run Spellscript scripts. They may be placed from the Creative inventory and edited by Ops via right-clicking, which will display the Spellscript IDE.
Activation
Spellscript blocks may be activated (i.e., have their scripts executed) in several ways, as listed in the table below. The method by which the block is activated is passed to the script as int eventType.
Method | eventType |
---|---|
Un-powered by redstone | 0 |
Powered by redstone | 1 |
Left-clicked by player | 2 |
In the case of left-clicking, the variable Living activator will be set to the player; otherwise, it will be None. Additionally, the block's location will be passed in as Block block.