Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on death of player:
- if player has permission "hardcore.brak.bana":
- stop
- else:
- send "&c[&6Hardcore&c] &aMasz 15 sekund zeby sie pozegnac z serwerem" to player
- set {_} to difference between {ban.%player%.ostatni} and now
- set {ban.%player%}
- wait 15 seconds
- kick player due to "&6Mozesz sie odbanowac na naszej stronie: &aTU ADRES STRONY"
- on join:
- if {ban.%player%} is true:
- kick player due to "&6Mozesz sie odbanowac na naszej stronie: &aTU ADRES STRONY"
- on join:
- if {_} is less than 3 days:
- kick player due to "&6Mozesz sie odbanowac na naszej stronie: &aTU ADRES STRONY"
- else:
- set {ban.%player%} to false
- command /usunbana [<offlineplayer>]:
- executable by: console
- trigger:
- if player has permission "hardcore.usun":
- if arg 1 is set:
- set {ban.%arg-1%} to false
Advertisement
Add Comment
Please, Sign In to add comment