Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.40 KB | None | 0 0
  1.  
  2.  
  3. on join:
  4. set join message to "&6%player% &7a rejoint le serveur !"
  5.  
  6. on quit:
  7. set quit message to "&6%player% &7a quitter le serveur !"
  8.  
  9. on first join:
  10. set slot 4 of player to a clock named "&6Menu"
  11.  
  12. on right click on clock:
  13. if player is in "world":
  14. if name of player's tool is "&aMenu":
  15. execute player command "/menu"
  16.  
  17.  
  18.  
  19. command /menu:
  20. trigger:
  21. open chest with 6 rows named "&6Menu" to player
  22. wait 1 tick
  23. format slot 27 of player with white stained glass pane named "&6--" to close
  24. format slot 28 of player with white stained glass pane named "&6--" to close
  25. format slot 29 of player with white stained glass pane named "&6--" to close
  26. format slot 30 of player with white stained glass pane named "&6--" to close
  27. format slot 31 of player with white stained glass pane named "&6--" to close
  28. format slot 32 of player with white stained glass pane named "&6--" to close
  29. format slot 33 of player with white stained glass pane named "&6--" to close
  30. format slot 34 of player with white stained glass pane named "&6--" to close
  31. format slot 35 of player with white stained glass pane named "&6--" to close
  32. format slot 40 of player with bed named "&cSpawn !" to close then run [make player execute command "/spawn"]
  33. format slot 44 of player with ender chest named "&6Cosmétiques !" to close then run [make player execute command "/cosmetiques"]
  34. format slot 53 of player with saddle named "&6Pets !" to close then run [make player execute command "/pets"]
  35. format slot 45 of player with paper named "&6Informations !" to close then run [make player execute command "/infos"]
  36. format slot 36 of player with gold ingot named "&6Boutique-En-Jeux !" to close then run [make player execute command "/boutique"]
  37.  
  38.  
  39.  
  40. command /boutique:
  41. trigger:
  42. open chest with 1 rows named "&6Boutique-En-Jeux !" to player
  43. wait 2 tick
  44. format slot 0 of player with white stained glass pane named "&6--" to close
  45. format slot 1 of player with white stained glass pane named "&6--" to close
  46. format slot 2 of player with white stained glass pane named "&6--" to close
  47. format slot 6 of player with white stained glass pane named "&6--" to close
  48. format slot 7 of player with white stained glass pane named "&6--" to close
  49. format slot 8 of player with white stained glass pane named "&6--" to close
  50. format slot 3 of player with dirt named "&6Packs !" to close then run [make player execute command "/boutiquepacks"]
  51. format slot 4 of player with iron chestplate named "&6Grades !" to close then run [make player execute command "/boutiquegrades"]
  52. format slot 5 of player with emerald named "&6Skycoins !" to close then run [make player execute command "/boutiqueskycoins"]
  53.  
  54. command /boutiquepacks:
  55. trigger:
  56. open chest with 1 rows named "&6Grades !" to player
  57. wait 2 tick
  58. format slot 0 of player with white stained glass pane named "&6--" to close
  59. format slot 2 of player with white stained glass pane named "&6--" to close
  60. format slot 4 of player with white stained glass pane named "&6--" to close
  61. format slot 6 of player with white stained glass pane named "&6--" to close
  62. format slot 8 of player with white stained glass pane named "&6--" to close
  63. format slot 1 of player with bricks block named "&cCharpentier" with lore "&7Prix: &b256 000" to close then run "/buycharpentier"
  64. format slot 3 of player with diamond named "&cMinerais" with lore "&7Prix: &b256 000" to close then run "/buyminerais"
  65. format slot 5 of player with glass bottle named "&cAlchimiste" with lore "&7Prix: &b800 000" to close then run "/buyalchimiste"
  66. format slot 7 of player with bottle o' enchanting named "&cEnchantement" with lore "&7Prix: &b200 000" to close then run "/buyenchantement"
  67.  
  68. command /boutiquegrades:
  69. trigger:
  70. open chest with 1 rows named "&6Packs !" to player
  71. wait 2 tick
  72. format slot 0 of player with white stained glass pane named "&6--" to close
  73. format slot 2 of player with white stained glass pane named "&6--" to close
  74. format slot 3 of player with white stained glass pane named "&6--" to close
  75. format slot 4 of player with white stained glass pane named "&6--" to close
  76. format slot 5 of player with white stained glass pane named "&6--" to close
  77. format slot 6 of player with white stained glass pane named "&6--" to close
  78. format slot 8 of player with white stained glass pane named "&6--" to close
  79. format slot 1 of player with anvil named "&cForgeron" with lore "&7Prix: &b128 000" to close then run "/buyforgeron"
  80. format slot 7 of player with golden pickaxe named "&cMineur" with lore "&7Prix: &b256 000" to close then run "/buymineur"
  81.  
  82. command /buycharpentier:
  83. trigger:
  84. if player's balance is greater than 255000:
  85. remove 256000 from player's balance
  86. give 32 oak wood to player
  87. give 48 grass block to player
  88. give 32 stone to player
  89. give 64 cobblestone to player
  90. give 16 glowstone to player
  91. give 64 glass to player
  92. send "&7[&6SkyDaria&7] &7Vous avez acheter le pack &6Charpentier !"
  93. else:
  94. send "&7[&6SkyDaria&7] &7Vous n'avez pas assez de SkyCoins !"
  95.  
  96. command /buyminerais:
  97. trigger:
  98. if player's balance is greater than 255000:
  99. remove 256000 from player's balance
  100. give 15 gold ingot to player
  101. give 25 iron ingot to player
  102. give 7 diamond to player
  103. give 32 coal to player
  104. give 2 emerald to player
  105. send "&7[&6SkyDaria&7] &7Vous avez acheter le pack &6Minerais !"
  106. else:
  107. send "&7[&6SkyDaria&7] &7Vous n'avez pas assez de SkyCoins !"
  108.  
  109.  
  110.  
  111.  
  112. command /cosmetiques:
  113. trigger:
  114. send "&7----&6Cosmétiques&7----"
  115. send " "
  116. send "&7Bientôt..."
  117. send " "
  118. send "&7----&6Cosmétiques&7----"
  119.  
  120. command /pets:
  121. trigger:
  122. send "&7----&6Pets&7----"
  123. send " "
  124. send "&7Bientôt..."
  125. send " "
  126. send "&7----&6Pets&7----"
  127.  
  128. command /infos:
  129. trigger:
  130. send "&7----&6Informations&7----"
  131. send " "
  132. send "&7Twitter: &6@SkyDariaMC"
  133. send "&7Discord: &6 https://discord.gg/DQz5bPH"
  134. send "&7Version: &62.0"
  135. send " "
  136. send "&7----&6Informations&7----"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement