My condition is checking the owner
Normally, placeholders conditions will check the condition from the player who placed the block (the owner), if you would like the placeholder condition to check from the player triggering the activator instead of the owner use the type of condition TARGET_STRING
Try it now
Copy this into ExecutableBlocks and reload
From the SCore custom commands reference. Paste it into a config, run the plugin's reload command, and you have a working starting point to edit.
activators:
activator0: # Activator ID, you can create as many activator on the activators list
option: # Here goes an activator that is at least instance of player
playerCommands:
- ABSORPTION amount:5 time:200 # Gives the player absorption
activator1: # Activator ID, you can create as many activator on the activators list
option: # Here goes an activator that is at least instance of target
targetCommands:
- ABSORPTION amount:5 time:200 # Gives the target absorptionE
Plugin used on this page
ExecutableBlocksCustom blocks that react to players, with activators and commands.
Created Oct 26, 2025Last updated Oct 26, 2025 by Ssomar
Edit this page on GitHub