Guest User

Untitled

a guest
Mar 15th, 2014
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. options:
  2. time: 10
  3. timespan: second
  4. command /kit [<text>]:
  5. trigger:
  6. if arg 1 is "pvp":
  7. if {kit.%player%} is false:
  8. set {kit.%player%} to true
  9. give 1 diamond sword to the player
  10. give 1 diamond helmet to the player
  11. give 1 diamond chestplate to the player
  12. give 1 diamond leggings to the player
  13. give 1 diamond boots to the player
  14. give 5 golden apple to the player
  15. give 2 enchanted golden apple to the player
  16. give 32 cooked porkchop to the player
  17. wait {@time} {@timespan}
  18. set {kit.%player%} to false
  19. stop
  20. else:
  21. send "&4Tego kitu mozesz uzywac raz na {@time} {@timespan}!"
  22. else:
  23. send "&4Dostepne kity:"
  24. send "&4/kit pvp - Kit do pvp"
Advertisement
Add Comment
Please, Sign In to add comment