Guest User

Untitled

a guest
Jul 17th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. command /oglo [<text>]:
  2. trigger:
  3. if arg 1 is not set:
  4. send "&cPodaj argument!"
  5. stop
  6. if arg 1 is set:
  7. loop all players:
  8. send loop-players title "&c[ADMIN] %player%" with subtitle "&f%arg-1%" for 5 seconds
  9. broadcast "&4&lOGLOSZENIE! &c(%player%)"
  10. broadcast "%arg-1%"
  11. broadcast "&c "
  12. stop
Add Comment
Please, Sign In to add comment