Triggers

Triggers on a Minecraft server play a crucial role in detecting specific events and triggering corresponding actions. Below are some of the most relevant triggers, each associated with its respective event in the context of a Minecraft plugin:

NameDescription

entity_damage

When an entity receives damage.

mythic_entity_spawn

When an entity of type mythicmob is generated.

mythic_entity_death

When an entity of type mythicmob is dies.

complete_advancement

When a player completes a new achievement.

player_send_command

When a player executes a command.

entity_death

When an entity dies.

player_death

When a player dies.

pickup_item

When an entity picks up an item.

entity_spawn

When an entity is generated.

click_inventory

When a player clicks on an inventory.

open_inventory

When a player opens an inventory.

player_crafting

When a player crafts a recipe.

player_on_bucket_empty

When a player empties a bucket.

player_drop_item

When a player drops an item.

player_enchanting

When a player is enchanting items on the enchanting table.

player_entity_tame

When a player tames an entity.

player_fish

When a player fishes.

player_interact_entity

When a player interacts with an entity.

player_item_consume

When a player consumes an item.

player_join

When a player joins the server.

aurelium_exp_gain

When a player gains experience with a skill (Requires AureliumSkills)

player_leave

When a player leaves the server.

mine_block

When a player mines a block.

player_respawn

When a player respawn.

player_on_hit_shoot_block

When a player hits a block with an arrow.

player_on_hit_shoot_entity

When a player hits an entity with an arrow.

place_block

When a player places a block.

player_repairing

When a player repir in an anvil.

transaction_shop

When a player buys or sells items. (Requires ShopGUI+)

cast_skill

When a player casts an ability. (Requires MythicMobs)

These triggers offer a wide range of possibilities to customize and control the dynamics of the game on a Minecraft server, allowing administrators to create unique and captivating experiences for players. Let the adventures in the world of Minecraft begin! 🚀🎮

Last updated