Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
1.20.x
Platforms
Creators
Details
Licensed MIT
Published 16 hours ago
This addon adds Events for TreexClans plugin.
Example Configuration:
# LISTENERS
# PLAYER_DEATH - Triggered whenever a player dies
# PLAYER_KILL - Triggered whenever a player is killed
# ENTITY_KILL;ENTITY_TYPE (example: ENTITY_KILL;ZOMBIE) - Triggered whenever an entity is killed
# UNIQUE_PLAYER_KILL - Triggered whenever a *unique* player is killed. The same player will never trigger this event more than once
# BLOCK_BREAK;BLOCK_TYPE
# BLOCK_PLACE;BLOCK_TYPE
example1:
listen: UNIQUE_PLAYER_KILL
actions:
- "[coin_give] 10"
- "[message] &aYou killed a player and earned 10 coins"
As you can see this addon even supports UNIQUE_PLAYER_KILL, to prevent killing alt account.

