command /daj [<item>] [<player>]:
executable by: console
trigger:
{coins.%player%} is more than 30: <------- dlaczego to nie działa gdy testuje na serwie????
give arg 1 to player-arg
command /sklep:
trigger:
open chest with 1 rows named "sklep" to player
wait 1 tick
format slot 0 of player with 1 of diamond named "Surowce" to close then run [execute console command "daj 30 1 %player%"]
command /set [<integer>]:
trigger:
set {coins.%player%} to {coins.%player%} + arg 1
Pytanie
mariusz66071 0
variables:
{coins.%player%}=0
command /daj [<item>] [<player>]:
executable by: console
trigger:
{coins.%player%} is more than 30: <------- dlaczego to nie działa gdy testuje na serwie????
give arg 1 to player-arg
command /sklep:
trigger:
open chest with 1 rows named "sklep" to player
wait 1 tick
format slot 0 of player with 1 of diamond named "Surowce" to close then run [execute console command "daj 30 1 %player%"]
command /set [<integer>]:
trigger:
set {coins.%player%} to {coins.%player%} + arg 1
command /ile:
trigger:
send "%{coins.%player%}%"
Odnośnik do komentarza
Udostępnij na innych stronach
7 odpowiedzi na to pytanie
Rekomendowane odpowiedzi