every 1 second: set {_tabHeader} to "%{tabtxt1}%" set {_tabFooter} to "%{tabtxt1}%" loop all players: if {pokaztab.%loop-player%} is "&7Wlaczony": set tab header to "%{_tabHeader}%" and footer to "%{_tabFooter}%" for loop-players else: stop on join: set {pokaztab.%player%} to "&7Wlaczony" command /ustawtab [] []: trigger: if player has permission "tab.ustaw": if arg-1 or arg-2 is not set: send "&b&lINFO &7: Poprawne Uzycie: &b/ustawtab " to player stop if arg-1 is 1: set {tabtxt1} to "%arg-2%" send "&b&lINFO &7: Ustawiono 1 Linijke Tabu Na: &b%arg-1%" to player if arg-1 is 2: set {tabtxt2} to "%arg-2%" send "&b&lINFO &7: Ustawiono 2 Linijke Tabu Na: &b%arg-1%" to player else: send "&b&lINFO &7: Nie masz permisji!" to player stop command /pokaztab []: trigger: if player has permission "tab.pokaz": if arg-1 is not set: send "&b&lINFO &7: Poprawne Uzycie: &b/pokaztab " to player stop if {pokaztab.%player%} is "&7Wlaczony": set {pokaztab.%player%} to "&7Wylaczony" send "&b&lINFO &7: Wylaczono Tab Dla Gracza %arg-1%" to player else: set {pokaztab.%player%} to "&7Wlaczony" send "&b&lINFO &7: Wlaczono Tab Dla Gracza %arg-1%" to player else: send "&b&lINFO &7: Nie masz permisji!" to player stop command /tabinfo: trigger: if player has permission "tab.info": send "&b&lINFO &7: Tab Wlaczony: %{pokaztab.%player%}%" to player send "" to player send "&7Aby Wlaczyc Tab Wpisz Komende /pokaztab" to player send "&7Dziala Ona Osobno Na Kazdego Gracza." to player send "" to player send "&7Komenda /ustawtab [liczba] [tekst]" to player send "&7Ustawiasz Tab Dla Wszystkich Graczy" to player send "&7To Znaczy Teksty Po Nacisnieciu Taba." to player send "" to player else: send "&b&lINFO &7: Nie masz permisji!" to player stop