Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- options:
- playerJoin: &a%player% wszedl na serwer
- adminJoin: &c%player% wszedl na serwer
- playerQuit: &a%player% wyszedl z serwera
- adminQuit: &c%player% wyszedl z serwera
- on join:
- if player has permission "knugi.admin":
- set join message to "{@adminJoin}"
- stop
- loop all players:
- add 1 to {_all}
- set join message to "{@playerJoin}"
- send "&8====================||&2&lKerCraft&8||====================="
- send ">>&3Witaj %player% &3na Serwerze &2KerCraft &3!"
- send ">>&3Strona serwera &2 Nie długo"
- send ">>&3Graczy online:&2 %{_all}%"
- send "&8====================||&2&lKerCraft&8||====================="
- stop
- on quit:
- if player has permission "knugi.admin":
- set quit message to "{@adminQuit}"
- stop
- set quit message to "{@playerQuit}"
- stop
Advertisement
Add Comment
Please, Sign In to add comment