Skip to content
MaxDikiy edited this page Oct 18, 2017 · 21 revisions

Activators

Acitvator is a set of "event-condition-action". I.e. the activator is caused by a specific event (which it is subscribed), checks for certain conditions (flags) and performs some actions.

List of activators

Activator type Related event type
BUTTON Clicking stone or wooden button
PLATE Pressing (walking on) stone or wooden plate
REGION Entry and staying in WorldGuard region
REGION_ENTER Entry in WorldGuard region
REGION_LEAVE Leave out WorldGuard region
EXEC Execute activator (using command line or another activator)
COMMAND Execute command by player
MESSAGE Found specified message in chat output (or in server console-input, or chat-input)
PVP_KILL Kill another player
PLAYER_DEATH Player death
PLAYER_RESPAWN Player respawn
LEVER Pulling the lever
DOOR Open (or close) the door
JOIN Player joining the server
QUIT Player leaving the server
MOB_CLICK Player clicking mob
MOB_KILL Player killing mob
MOB_DAMAGE Player dealing damage to mob
ITEM_CLICK Right click holding specified item in hand
ITEM_CONSUME Consume (eat or drink) specified item
ITEM_HOLD Holding specified item in hand
ITEM_WEAR Wear specified item
SIGN Click sign
FCT_CHANGE Player changing faction
FCT_RELATION Changing relations between to factions
FCT_CREATE Creating new factions
FCT_DISBAND Disbanding new factions
VARIABLE Changing ReActions variable value
BLOCK_CLICK Control the actions on the blocks
INVENTORY_CLICK Control on the actions with the inventory using the mouse or keys
DROP Event to throw objects by the player
PICKUP_ITEM Event to pickup drops by the player
FLIGHT Changing flight mode
ENTITY_CLICK Right click on the entity
BLOCK_BREAK The player destroys the block
SNEAK Changing sneak mode
DAMAGE Player Damage
DAMAGE_BY_BLOCK Player Damage by Block
DAMAGE_BY_MOB Player Damage by Mob
WE_CHANGE Editing the world using the WorldEdit plugin
WE_SELECTION_REGION Selecting a region using the WorldEdit plugin
Clone this wiki locally