Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on mine of gold ore:
- if event-world is "UHC":
- {cutclean} is true
- cancel event
- drop 2 xp bottle at the event-block's location
- set event-block to air
- drop 1 gold ingot at event-block's location
- on mine of iron ore:
- if event-world is "UHC":
- {cutclean} is true
- cancel event
- set event-block to air
- drop 1 xp bottle at the event-block's location
- drop 1 iron ingot at event-block's location
- on death of pig:
- if event-world is "UHC":
- {cutclean} is true
- attacker is a player
- clear drops
- drop 1 cooked porkchop at victim's location
- chance of 75 %:
- drop 1 cooked porkchop at victim's location
- on death of cow:
- if event-world is "UHC":
- {cutclean} is true
- attacker is a player
- clear drops
- drop 1 cooked beef at victim's location
- chance of 75 %:
- drop 1 cooked beef at victim's location
- chance of 50 %:
- drop 1 leather at victim's location
- on death of chicken:
- if event-world is "UHC":
- {cutclean} is true
- attacker is a player
- clear drops
- drop 1 cooked chicken at victim's location
- chance of 75 %:
- drop 1 cooked chicken at victim's location
- chance of 50 %:
- drop 1 feather at victim's location
- on death of sheep:
- if event-world is "UHC":
- {cutclean} is true
- attacker is a player
- clear drops
- drop 1 424 at victim's location
- chance of 75 %:
- drop 1 424 at victim's location
- chance of 75 %:
- drop 1 35:0 at victim's location
- command /cutclean:
- permission: cutclean.modify
- trigger:
- if player's world is "UHC":
- if {Cutclean} is true:
- clear {cutclean}
- send "&a[Cutclean] Le scénario cutclean à été désactivé"
- else:
- set {cutclean} to true
- send "&a[Cutclean] Le cutclean à bien été activé !"
Add Comment
Please, Sign In to add comment