Actions

All the actions of custom enchantments.

Default Variables

%global.playerworld% -> Gets the world where the player is. %global.playerx% -> Gets the X position of the player. %global.playery% -> Gets the Y position of the player. %global.playerz% -> Gets the Z position of the player. %global.blockworld% -> Gets the world where the block broken was. %global.blockx% -> Gets the X position of the block broken. %global.blocky% -> Gets the Y position of the block broken. %global.blockz% -> Gets the Z position of the block broken. %global.playerpitch% -> Gets the player pitch. %global.playeryaw% -> Gets the player yaw. %global.playerface% -> Gets the player facing (north, south, west, east). %global.enchant% -> Gets the enchant triggered. %lazy.blocks% -> Gets the lazy blocks (how many times the enchant was triggered) Just for lazy enchantments. %worldguard.region-minx% -> Gets x position of the worldguard min region position where the player is mining. %worldguard.region-miny% -> Gets y position of the worldguard min region position where the player is mining. %worldguard.region-minz% -> Gets z position of the worldguard min region position where the player is mining. %worldguard.region-maxx% -> Gets x position of the worldguard max region position where the player is mining. %worldguard.region-maxy% -> Gets x position of the worldguard max region position where the player is mining. %worldguard.region-maxz% -> Gets x position of the worldguard max region position where the player is mining.

Last updated