Randall123459

Krenzinator

Jan 5th, 2017
463
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. options:
  2. Perm: uhc.staff
  3. P: &f[&bKrenzinator&f]
  4. C: &b
  5. H: &f
  6.  
  7. command /Krenzinator <text>:
  8. permission: {@Perm}
  9. usage: /Krenzinator <On:Off>
  10. trigger:
  11. if arg-1 is "enable" or "on":
  12. set {Krenzinator} to true
  13. broadcast "{@P}{@C} Krenzinator {@H}Enabled{@C}!"
  14. command "/sk enable Krenzinator"
  15. register new shaped recipe for 1 diamond with lore "&c&oKrenzinator Diamond" using redstone block, redstone block, redstone block, redstone block, redstone block, redstone block, redstone block, redstone block, redstone block
  16. if arg-1 is "disable" or "off":
  17. delete {Krenzinator}
  18. command "/sk disable Krenzinator"
  19. broadcast "{@P}{@C} Krenzinator {@H}Disabled{@C}!"
  20. register new shaped recipe for air using redstone block, redstone block, redstone block, redstone block, redstone block, redstone block, redstone block, redstone block, redstone block
  21.  
  22. on damage:
  23. if {Krenzinator} is true:
  24. damage is caused by projectile
  25. projectile is egg
  26. damage the victim by 0.5 hearts
  27. send "{@P}{@C} Because the is Krenzinator %victim% took 0.5 hearts from your egg" to the attacker
  28. send "{@P}{@C} Because the is Krenzinator %attacker%'s egg made you take 0.5 hearts" to the victim
  29.  
  30. on craft of diamond sword:
  31. if {Krenzinator} is true:
  32. damage the player by 1 hearts
  33. message "{@P}{@C} This is Krenzinator, he hates diamond swords. You just lost a heart because of this."
  34.  
  35. on craft of redstone:
  36. if {Krenzinator} is true:
  37. cancel event
  38. message "{@P}{@C} This is Krenzinator, you cannot make redstone in this gamemode."
  39.  
  40. on vehicle enter:
  41. set {_player} to (event-entity's passenger)
  42. {Krenzinator} is true
  43. event-entity is a horse
  44. make {_player} dismount
  45. message "{@P}{@C} This is Krenzinator, you cannot ride horses in this gamemode."
  46.  
  47. on portal:
  48. {Krenzinator} is true
  49. cancel the event
  50. message "{@P}{@C} This is Krenzinator, go into the nether in this gamemode."
Advertisement
Add Comment
Please, Sign In to add comment