Advertisement
Guest User

Skit

a guest
Jul 10th, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. command /skit <text>:
  2. usage:&cFait /skit kits pour voir la liste des kits.
  3. trigger:
  4. if arg 1 is "kits" or "help":
  5. send "&3Voici la liste des kits:"
  6. send "&6/skit guerrier"
  7. send "&6/skit archer"
  8. send "&6/skit Constructeur"
  9. send "&6/skit Cultivateur"
  10. if arg 1 is "guerrier":
  11. clear player's inventory
  12. equip player with iron helmet
  13. equip player with iron chestplate
  14. equip player with iron leggings
  15. equip player with iron boots
  16. set slot 0 of player to iron sword
  17. set slot 1 of player to 64 steak
  18. if arg 1 is "archer":
  19. clear player's inventory
  20. equip player with leather helmet
  21. equip player with leather chestplate
  22. equip player with leather leggings
  23. equip player with leather boots
  24. set slot 0 of player to stone sword
  25. set slot 1 of player to bow
  26. set slot 2 of player to 64 steak
  27. set slot 9 of player to 64 arrow
  28. if arg 1 is "Constructeur":
  29. clear player's inventory
  30. equip player with leather helmet
  31. equip player with leather chestplate
  32. equip player with leather leggings
  33. equip player with leather boots
  34. set slot 0 of player to stone sword
  35. set slot 2 of player to 64 log
  36. set slot 3 of player to 20 glass
  37. set slot 4 of player to 64 cobblestone
  38. set slot 5 of player to 32 carpet
  39. set slot 1 of player to 64 steak
  40. set slot 6 of player to 32 stained hardened clay
  41. if arg 1 is "Mineur":
  42. clear player's inventory
  43. equip player with leather helmet
  44. equip player with leather chestplate
  45. equip player with leather leggings
  46. equip player with leather boots
  47. set slot 0 of player to stone sword
  48. set slot 1 of player to 64 steak
  49. set slot 2 of player to 64 torch
  50. give player 2 iron pickaxe of efficiency 2
  51. give player 1 iron shovel of efficiency 2
  52. if arg 1 is "Cultivateur":
  53. clear player's inventory
  54. equip player with leather helmet
  55. equip player with leather chestplate
  56. equip player with leather leggings
  57. equip player with leather boots
  58. set slot 0 of player to stone sword
  59. set slot 1 of player to 64 steak
  60. set slot 2 of player to iron hoe
  61. set slot 3 of player to 2 water bucket
  62. set slot 4 of player to 16 wheat seeds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement