knugi

Untitled

Dec 14th, 2014
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. options:
  2. playerJoin: &a%player% wszedl na serwer
  3. adminJoin: &c%player% wszedl na serwer
  4. playerQuit: &a%player% wyszedl z serwera
  5. adminQuit: &c%player% wyszedl z serwera
  6. on join:
  7. if player has permission "knugi.admin":
  8. set join message to "{@adminJoin}"
  9. stop
  10. loop all players:
  11. add 1 to {_all}
  12. set join message to "{@playerJoin}"
  13. send "&8====================||&2&lKerCraft&8||====================="
  14. send ">>&3Witaj %player% &3na Serwerze &2KerCraft &3!"
  15. send ">>&3Strona serwera &2 Nie długo"
  16. send ">>&3Graczy online:&2 %{_all}%"
  17. send "&8====================||&2&lKerCraft&8||====================="
  18. stop
  19. on quit:
  20. if player has permission "knugi.admin":
  21. set quit message to "{@adminQuit}"
  22. stop
  23. set quit message to "{@playerQuit}"
  24. stop
Advertisement
Add Comment
Please, Sign In to add comment