Advertisement
Randall123459

InfiniteKits By Randall123459

Feb 10th, 2015
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. options:
  2. p: &7[&b&lInfiniteKits&7]
  3.  
  4. command /InfiniteKits <text>:
  5. description: InfiniteKits Enable:Disable:Toggle:Give
  6. usage: /InfiniteKits <enable:disable:toggle:give>
  7. permission: infinitekits.admin
  8. trigger:
  9. if arg 1 is "enable":
  10. set {infinitekits} to true
  11. message "{@p} Enabled by %player%!"
  12. if arg 1 is "disable":
  13. set {infinitekits} to false
  14. message "{@p} Disabled by %player%!"
  15. if arg 1 is "toggle":
  16. if {infinitekits} is true:
  17. set {infinitekits} to false
  18. message "{@p} Disabled by %player%!"
  19. stop
  20. if {infinitekits} is false:
  21. set {infinitekits} to true
  22. message "{@p} Enabled by %player%!"
  23. if arg 1 is "give":
  24. set {infinitekits} to true
  25. message "{@p} Given by %player%!"
  26. give diamond helmet of protection 1 and unbreaking 1 named "InfiniteKit" to all players
  27. give iron chestplate of protection 1 and unbreaking 1 named "InfiniteKit" to all players
  28. give iron leggings of protection 1 and unbreaking 1 named "InfiniteKit" to all players
  29. give diamond boots of protection 1 and unbreaking 1 named "InfiniteKit" to all players
  30. give iron sword of protection 1 and unbreaking 1 named "InfiniteKit" to all players
  31. give bow of power 1 and infinity 1 and unbreaking 1 named "InfiniteKit" to all players
  32. give 3 322 named "InfiniteKit" to all players
  33. give 1 arrow named "InfiniteKit" to all players
  34. give 64 Steak named "InfiniteKit" to all players
  35. stop
  36.  
  37. on death of player:
  38. if {infinitekits} is true:
  39. clear drops
  40. message "{@p} %attacker% Killed %victim% With his InfiniteKit, He now has been given 2 golden apples!"
  41. execute console command "give %attacker% 2 322"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement