Advertisement
Guest User

job

a guest
Jul 18th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.37 KB | None | 0 0
  1. command /police:
  2. trigger:
  3. set {Gui.Job.%player%} to true
  4. open chest with 6 rows named "&b&l[&3Métier&b&l]" to player
  5. wait 1 tick
  6. format slot 0 of player with blue stained glass named " " to be unstealable
  7. format slot 1 of player with blue stained glass named " " to be unstealable
  8. format slot 2 of player with blue stained glass named " " to be unstealable
  9. format slot 3 of player with blue stained glass named " " to be unstealable
  10. format slot 4 of player with blue stained glass named " " to be unstealable
  11. format slot 5 of player with blue stained glass named " " to be unstealable
  12. format slot 6 of player with blue stained glass named " " to be unstealable
  13. format slot 7 of player with blue stained glass named " " to be unstealable
  14. format slot 8 of player with blue stained glass named " " to be unstealable
  15. format slot 9 of player with blue stained glass named " " to be unstealable
  16. format slot 10 of player with blue stained glass named " " to be unstealable
  17. format slot 11 of player with blue stained glass named " " to be unstealable
  18. format slot 12 of player with blue stained glass named " " to be unstealable
  19. format slot 13 of player with blue stained glass named " " to be unstealable
  20. format slot 14 of player with blue stained glass named " " to be unstealable
  21. format slot 15 of player with blue stained glass named " " to be unstealable
  22. format slot 16 of player with blue stained glass named " " to be unstealable
  23. format slot 17 of player with blue stained glass named " " to be unstealable
  24. format slot 18 of player with blue stained glass named " " to be unstealable
  25. format slot 19 of player with 6361 named "&9Recrue" with lore "&bVous êtes une recrue policière vous écoutez les ordres de vos supérieurs !" to run [make console execute command "/recrue %player%"]
  26. format slot 20 of player with blue stained glass named " " to be unstealable
  27. format slot 21 of player with 6361 named "&9Sous-Brigadier" with lore "&bVous êtes Sous-Brigadier vous avez fait vos preuves mais vous ne pouvez pas encore dirigez de recrue!" to run [make console execute command "/sous-brigadier %player%"]
  28. format slot 22 of player with blue stained glass named " " to be unstealable
  29. format slot 23 of player with 6361 named "&9Brigadier" with lore "&bVous êtes Brigadier vous avez fait vos preuves et pouvez diriger des recrues!" to run [make console execute command "/brigadier %player%"]
  30. format slot 24 of player with blue stained glass named " " to be unstealable
  31. format slot 25 of player with 6361 named "&9Lieutenant" with lore "&bVous êtes Lieutenant vous êtes en dessous de capitaine mais vous êtes un homme de main et les haut gradés en confiance en vous!" to run [make console execute command "/brigadier %player%"]
  32. format slot 26 of player with blue stained glass named " " to be unstealable
  33. format slot 27 of player with blue stained glass named " " to be unstealable
  34. format slot 28 of player with blue stained glass named " " to be unstealable
  35. format slot 29 of player with 6361 named "&9Capitaine" with lore "&bVous êtes Capitaine vous pouvez dirigez un grand nombre d'homme!" to run [make console execute command "/Lieutenant %player%"]
  36. format slot 30 of player with blue stained glass named " " to be unstealable
  37. format slot 31 of player with 6361 named "&9Commandant" with lore "&bVous êtes le commandant vous dirigez le comissariat quand le général n'est pas présent et vous pouvez dirigez tout les hommes, vous devez quand même le respect au général!" to run [make console execute command "/Capitaine %player%"]
  38. format slot 32 of player with blue stained glass named " " to be unstealable
  39. format slot 33 of player with 6361 named "&9Général" with lore "&bVous êtes le Général vous dirigez le comissariat et tout les hommes qui si ont tout le monde vous doit le respect !" to run [make console execute command "/Général %player%"]
  40. format slot 34 of player with blue stained glass named " " to be unstealable
  41. format slot 35 of player with blue stained glass named " " to be unstealable
  42. format slot 36 of player with blue stained glass named " " to be unstealable
  43. format slot 37 of player with blue stained glass named " " to be unstealable
  44. format slot 38 of player with blue stained glass named " " to be unstealable
  45. format slot 39 of player with blue stained glass named " " to be unstealable
  46. format slot 40 of player with blue stained glass named " " to be unstealable
  47. format slot 41 of player with blue stained glass named " " to be unstealable
  48. format slot 42 of player with blue stained glass named " " to be unstealable
  49. format slot 43 of player with blue stained glass named " " to be unstealable
  50. format slot 44 of player with blue stained glass named " " to be unstealable
  51. format slot 45 of player with blue stained glass named " " to be unstealable
  52. format slot 46 of player with blue stained glass named " " to be unstealable
  53. format slot 47 of player with blue stained glass named " " to be unstealable
  54. format slot 48 of player with blue stained glass named " " to be unstealable
  55. format slot 49 of player with blue stained glass named " " to be unstealable
  56. format slot 50 of player with blue stained glass named " " to be unstealable
  57. format slot 51 of player with blue stained glass named " " to be unstealable
  58. format slot 52 of player with blue stained glass named " " to be unstealable
  59. format slot 53 of player with blue stained glass named " " to be unstealable
  60.  
  61.  
  62.  
  63.  
  64.  
  65. command /recrue <player>:
  66. executable by: console
  67. trigger:
  68. if {Gui.Job.%player%} is true:
  69. if arg 1 is set:
  70. make console execute command "manuadd %arg-1% recrue"
  71. message "&6Tu viens de prendre ton service en tant que recrue !" to arg-1
  72. set {Gui.Job.%player%} to false
  73. else if {Gui.Job.%player%} is false:
  74. send "&4tu dois aller au comissariat pour prendre ton service !"
  75. stop
  76.  
  77. command /Sous-Brigadier <player>:
  78. executable by: console
  79. trigger:
  80. if {Gui.Job.%player%} is true:
  81. if arg 1 is set:
  82. make console execute command "manuadd %arg-1% Sous-Brigadier"
  83. message "&6Tu viens de prendre ton service en tant que Sous-Brigadier !" to arg-1
  84. set {Gui.Job.%player%} to false
  85. else if {Gui.Job.%player%} is false:
  86. send "&4tu dois aller au comissariat pour prendre ton service !"
  87. stop
  88.  
  89. command /Brigadier <player>:
  90. executable by: console
  91. trigger:
  92. if {Gui.Job.%player%} is true:
  93. if arg 1 is set:
  94. make console execute command "manuadd %arg-1% Brigadier"
  95. message "&6Tu viens de prendre ton service en tant que Brigadier !" to arg-1
  96. set {Gui.Job.%player%} to false
  97. else if {Gui.Job.%player%} is false:
  98. send "&4tu dois aller au comissariat pour prendre ton service !"
  99. stop
  100.  
  101.  
  102. command /Lieutenant <player>:
  103. executable by: console
  104. trigger:
  105. if {Gui.Job.%player%} is true:
  106. if arg 1 is set:
  107. make console execute command "manuadd %arg-1% Lieutenant"
  108. message "&6Tu viens de prendre ton service en tant que Lieutenant !" to arg-1
  109. set {Gui.Job.%player%} to false
  110. else if {Gui.Job.%player%} is false:
  111. send "&4tu dois aller au comissariat pour prendre ton service !"
  112. stop
  113.  
  114. command /Capitaine <player>:
  115. executable by: console
  116. trigger:
  117. if {Gui.Job.%player%} is true:
  118. if arg 1 is set:
  119. make console execute command "manuadd %arg-1% Capitaine"
  120. message "&6Tu viens de prendre ton service en tant que Capitaine !" to arg-1
  121. set {Gui.Job.%player%} to false
  122. else if {Gui.Job.%player%} is false:
  123. send "&4tu dois aller au comissariat pour prendre ton service !"
  124. stop
  125.  
  126. command /Commandant <player>:
  127. executable by: console
  128. trigger:
  129. if {Gui.Job.%player%} is true:
  130. if arg 1 is set:
  131. make console execute command "manuadd %arg-1% Commandant"
  132. message "&6Tu viens de prendre ton service en tant que Commandant !" to arg-1
  133. set {Gui.Job.%player%} to false
  134. else if {Gui.Job.%player%} is false:
  135. send "&4tu dois aller au comissariat pour prendre ton service !"
  136. stop
  137.  
  138. command /Général <player>:
  139. executable by: console
  140. trigger:
  141. if {Gui.Job.%player%} is true:
  142. if arg 1 is set:
  143. make console execute command "manuadd %arg-1% Général"
  144. message "&6Tu viens de prendre ton service en tant que Général !" to arg-1
  145. set {Gui.Job.%player%} to false
  146. else if {Gui.Job.%player%} is false:
  147. send "&4tu dois aller au comissariat pour prendre ton service !"
  148. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement