command /wyplata: trigger: if player have permissions "wyplata.kl1": if {wyplata.%player%} is not set: set {wyplata.%player%} to now stop if difference between {wyplata.%player%} and now is less than 168 hours: set {_wyplata} to difference between {wyplata.%player%} and now set {_wyplata} to difference between 168 hours and {_wyplata} send "&6Aby zabrac kolejna wyplate odczekaj &a%{_wyplata}%" stop else: give 10 gold ingot to player send "&6Otrzymales swoja wyplate" set {wyplata.%player%} to now stop