Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- options:
- kasa: 200 #ile ma dostać kasy
- tabliczka: [Kasa] #napis na tabliczce 2 linia
- odczekaj: 7 # Wiadomosc jesli juz pobrał
- czego: dni #to samo co up
- variables:
- {kasa.%player%} = true
- on rightclick on sign:
- if {kasa.%player%} is true:
- line 2 of the clicked block is "{@tabliczka}":
- execute console command "/eco give %name of player% {@kasa}"
- set {kasa.%player%} to false
- if {kasa.%player%} is false:
- message "Musisz odczekac {@odczekaj} {@czego} od daty poboru"
- wait 7 days #tu ustawiasz czas po jakim znowu mozna pobrac kase
- message "Mozesz znowu pobrac pieniadze"
- set {kasa.%player%} to true
Advertisement
Add Comment
Please, Sign In to add comment