Advertisement
Guest User

Skript reboot-message by mistergoliath inspired by Flyton

a guest
Nov 10th, 2016
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.00 KB | None | 0 0
  1. command /reboot <text>:
  2.     permission: rm.reboot
  3.     permission message: &cTu n'a pas la permission d’exécuter cette commande!
  4.     trigger:
  5.         send "&6Le serveur va effectuer un redémarrage pour &e%arg-1%&6!"
  6.         play raw sound "random.orb" at all players with pitch 1 volume 10
  7.         send "&6Le serveur redémarre dans &e5 &6secondes!"
  8.         wait 1 seconds
  9.         play raw sound "random.orb" at all players with pitch 1 volume 10
  10.         send "&6Le serveur redémarre dans &e4 &6secondes!"
  11.         wait 1 seconds
  12.         play raw sound "random.orb" at all players with pitch 1 volume 10
  13.         send "&6Le serveur redémarre dans &e3 &6secondes!"
  14.         wait 1 seconds
  15.         play raw sound "random.orb" at all players with pitch 1 volume 10
  16.         send "&6Le serveur redémarre dans &e2 &6secondes!"
  17.         wait 1 seconds
  18.         play raw sound "random.orb" at all players with pitch 1 volume 10
  19.         send "&6Le serveur redémarre dans &e1 &6secondes!"
  20.         wait 1 seconds
  21.         play raw sound "random.orb" at all players with pitch 1 volume 10
  22.         make console execute command "/stop"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement