Advertisement
Guest User

BoutiqueSkript

a guest
Mar 17th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.66 KB | None | 0 0
  1. command /boutique:
  2. trigger:
  3. wait 2 ticks
  4. open virtual chest with 6 row named "&cBoutique &e➜ &cMenu" to player
  5. wait 2 ticks
  6. format slot 0 of player with white stained glass pane named " " to be unstealable
  7. format slot 1 of player with orange stained glass pane named " " to be unstealable
  8. format slot 2 of player with white stained glass pane named " " to be unstealable
  9. format slot 3 of player with orange stained glass pane named " " to be unstealable
  10. format slot 4 of player with white stained glass pane named " " to be unstealable
  11. format slot 5 of player with orange stained glass pane named " " to be unstealable
  12. format slot 6 of player with white stained glass pane named " " to be unstealable
  13. format slot 7 of player with orange stained glass pane named " " to close
  14. format slot 8 of player with white stained glass pane named " " to close
  15. format slot 9 of player with orange stained glass pane named " " to close
  16. format slot 17 of player with orange stained glass pane named " " to close
  17. format slot 21 of player with 310 named "&c➜ &eGrade" to close then run [execute player command "/boutiquegrade"]
  18. format slot 22 of player with 276 named "&c➜ &eKits" to close then run [make player execute command "/boutique-kits"]
  19. format slot 23 of player with 322 named "&c➜ &eItems" to close then run [make player execute command "/boutique-items"]
  20. format slot 18 of player with white stained glass pane named " " to close
  21. format slot 26 of player with white stained glass pane named " " to close
  22. format slot 27 of player with orange stained glass pane named " " to close
  23. format slot 31 of player with carrot named "&c➜ &eClefs" to close then run [make player execute command "/boutique-clefs"]
  24. format slot 35 of player with orange stained glass pane named " " to close
  25. format slot 36 of player with white stained glass pane named " " to close
  26. format slot 44 of player with white stained glass pane named " " to close
  27. format slot 45 of player with orange stained glass pane named " " to close
  28. format slot 46 of player with white stained glass pane named " " to be unstealable
  29. format slot 47 of player with orange stained glass pane named " " to close
  30. format slot 48 of player with white stained glass pane named " " to be unstealable
  31. format slot 49 of player with orange stained glass pane named " " to close
  32. format slot 50 of player with white stained glass pane named " " to be unstealable
  33. format slot 51 of player with orange stained glass pane named " " to close
  34. format slot 52 of player with white stained glass pane named " " to be unstealable
  35. format slot 53 of player with orange stained glass pane named " " to close
  36.  
  37. command /boutiquegrade:
  38. trigger:
  39. wait 2 ticks
  40. open virtual chest with 6 row named "&cBoutique &e➜ &cGrade" to player
  41. wait 2 ticks
  42. format slot 0 of player with white stained glass pane named " " to be unstealable
  43. format slot 1 of player with orange stained glass pane named " " to be unstealable
  44. format slot 2 of player with white stained glass pane named " " to be unstealable
  45. format slot 3 of player with orange stained glass pane named " " to be unstealable
  46. format slot 4 of player with white stained glass pane named " " to be unstealable
  47. format slot 5 of player with orange stained glass pane named " " to be unstealable
  48. format slot 6 of player with white stained glass pane named " " to be unstealable
  49. format slot 7 of player with orange stained glass pane named " " to close
  50. format slot 8 of player with white stained glass pane named " " to close
  51. format slot 9 of player with orange stained glass pane named " " to close
  52. format slot 17 of player with orange stained glass pane named " " to close
  53. format slot 21 of player with 399 named "&c➜ &6Monarque" with lore "" to close then run [execute player command "/boutiquegrade"]
  54. format slot 22 of player with 276 named "&c➜ &e" to close then run [make player execute command "/boutique-kits"]
  55. format slot 23 of player with 322 named "&c➜ &e" to close then run [make player execute command "/boutique-items"]
  56. format slot 18 of player with white stained glass pane named " " to close
  57. format slot 26 of player with white stained glass pane named " " to close
  58. format slot 27 of player with orange stained glass pane named " " to close
  59. format slot 30 of player with carrot named "&c➜ &e" to close then run [make player execute command "/boutique-clefs"]
  60. format slot 35 of player with orange stained glass pane named " " to close
  61. format slot 36 of player with white stained glass pane named " " to close
  62. format slot 44 of player with white stained glass pane named " " to close
  63. format slot 45 of player with orange stained glass pane named " " to close
  64. format slot 46 of player with white stained glass pane named " " to be unstealable
  65. format slot 47 of player with orange stained glass pane named " " to close
  66. format slot 48 of player with white stained glass pane named " " to be unstealable
  67. format slot 49 of player with orange stained glass pane named " " to close
  68. format slot 50 of player with white stained glass pane named " " to be unstealable
  69. format slot 51 of player with orange stained glass pane named " " to close
  70. format slot 52 of player with white stained glass pane named " " to be unstealable
  71. format slot 53 of player with orange stained glass pane named " " to close
  72.  
  73. command /§valider:
  74. trigger:
  75. wait 1 tick
  76. if player's balance is less than 100000:
  77. message "&cErreur : Tu n'as pas assez d'argent (100,000)" to player
  78. stop
  79. make console execute command "manuadd %player% monarque"
  80. make console execute command "/eco take %player% 100000"
  81. send "&a"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement