# Region dalem jako przykład, możesz inaczej go nazwać i stwórz go w world guardzie. # Przy komendzie /dodajprzystanek musisz miec itemy w eq, a po wejsciu na przystanek otworzy options: przystanek: przystanek permisja: przystanek.dodaj wiadomosc: &4Nie masz permisji do tej komendy! item: paper on region enter: player is in the region {{@przystanek}} player is not sneaking: message "&aProszę ukucnąć, aby wybrać przystanek" else: open chest with 4 rows named "Przystanki" to player wait 4 ticks set {slot.y} to 0 loop 36 times: format slot {slot.y} of player with {przystanki.%{slot.y}%} to close add 1 to {slot.y} command /dodajprzystanek [] []: permission: {@permisja} permission message: {@wiadomosc} trigger: if arg 1 is set: if arg 2 is set: add {@item} named "&aPrzystanek godzina &6%arg-1% &ado &6%arg-2%" to {przystanki.%{sloty.y}%} add 1 to {sloty.y} message "&aDodano przystanek &ado%arg-2% na godzine %arg-1%"