noftaly

Untitled

Aug 29th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. on mine of gold ore:
  2. if event-world is "UHC":
  3. {cutclean} is true
  4. cancel event
  5. drop 2 xp bottle at the event-block's location
  6. set event-block to air
  7. drop 1 gold ingot at event-block's location
  8.  
  9. on mine of iron ore:
  10. if event-world is "UHC":
  11. {cutclean} is true
  12. cancel event
  13. set event-block to air
  14. drop 1 xp bottle at the event-block's location
  15. drop 1 iron ingot at event-block's location
  16.  
  17. on death of pig:
  18. if event-world is "UHC":
  19. {cutclean} is true
  20. attacker is a player
  21. clear drops
  22. drop 1 cooked porkchop at victim's location
  23. chance of 75 %:
  24. drop 1 cooked porkchop at victim's location
  25.  
  26. on death of cow:
  27. if event-world is "UHC":
  28. {cutclean} is true
  29. attacker is a player
  30. clear drops
  31. drop 1 cooked beef at victim's location
  32. chance of 75 %:
  33. drop 1 cooked beef at victim's location
  34. chance of 50 %:
  35. drop 1 leather at victim's location
  36.  
  37. on death of chicken:
  38. if event-world is "UHC":
  39. {cutclean} is true
  40. attacker is a player
  41. clear drops
  42. drop 1 cooked chicken at victim's location
  43. chance of 75 %:
  44. drop 1 cooked chicken at victim's location
  45. chance of 50 %:
  46. drop 1 feather at victim's location
  47.  
  48. on death of sheep:
  49. if event-world is "UHC":
  50. {cutclean} is true
  51. attacker is a player
  52. clear drops
  53. drop 1 424 at victim's location
  54. chance of 75 %:
  55. drop 1 424 at victim's location
  56. chance of 75 %:
  57. drop 1 35:0 at victim's location
  58.  
  59. command /cutclean:
  60. permission: cutclean.modify
  61. trigger:
  62. if player's world is "UHC":
  63. if {Cutclean} is true:
  64. clear {cutclean}
  65. send "&a[Cutclean] Le scénario cutclean à été désactivé"
  66. else:
  67. set {cutclean} to true
  68. send "&a[Cutclean] Le cutclean à bien été activé !"
Add Comment
Please, Sign In to add comment