Advertisement
Guest User

Untitled

a guest
Aug 20th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. command /tuto:
  2.     trigger:
  3.         execute command "tp %player% -2116 72 -12297"
  4.         apply invisibility 10 to player for 50 seconds
  5. set {%UUID of sender%.istuto} to 1
  6.         send player title "&cTutoriel" with subtitle "&6Bienvenue %player% sur MineSword" for 3 seconds
  7.         wait 3 seconds
  8.         send player title "&c&l/menu" with subtitle "&6Aide et informations" for 4 seconds
  9.         wait 4 seconds
  10.         send player title "&c&l/règles" with subtitle "&6Assurez vous d'avoir lu le règlement" for 4 seconds
  11.         wait 4 seconds
  12.         send player title "&c&l/report <joueur>" with subtitle "&6Un tricheur ? Ne le dites pas dans le chat !" for 4 seconds
  13.         wait 4 seconds
  14.         execute command "tp %player% -2131 64 -12310"
  15.         send player title "&c&lZone Informations "  with subtitle "&6spécificités et classements du serveur" for 8 seconds
  16.         wait 8 seconds
  17.         run player command "warp mine" as op
  18.         wait 2 tick
  19.         execute command "speed walk 0 %player%"
  20.         send player title "&c/&lwarp" with subtitle "&6Mine automatique reset toutes les 15 minutes." for 6 seconds
  21.         wait 6 seconds
  22.         run player command "warp pvpbox" as op
  23.         send player title "&c&l/warp" with subtitle "&6Pvp sans perdre de stuff ni de power" for 5 seconds
  24.         wait 5 seconds
  25.         run player command "warp BoiteMystère" as op
  26.         send player title "&c&l/warp" with subtitle "&6Récompense de /vote !" for 5 seconds
  27.         wait 5 seconds
  28.         execute command "tp %player% -2122 69 -12297"
  29.         send player title "&c&lBien débuter" with subtitle "&6Téléportation aléatoire" for 5 seconds
  30.         wait 5 seconds
  31.         execute command "tp %player% -2116 68 -12297"
  32.         send player title "&c&lBon jeu !" with subtitle "&6Contacte un guide si tu as d'autres questions !" for 4 seconds
  33. set {%UUID of sender%.istuto} to 0
  34.  
  35. on first join:
  36. wait 30 seconds
  37.     execute command "tuto"
  38.  
  39. on move:
  40. if {%UUID of player%.istuto} is equal to 1:
  41. cancel event
  42. else:
  43. continue
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement