Cześć, jest ktoś kto ogarnia funnyguildsskaddon i może mi zrobić rangi w skrypcie?
Tak jak w essentialsie:
{TAG} {POINTS} {DISPLAYNAME} >> {MESSAGE}
Uprzedzając pytania, nie mam essentialsa.
Dzięki za pomoc zaraz napiszę czy działa.
if player has %63% of %64%:
send "nie masz tyle eme"
stop
if player has %64% of %64%:
execute console command "give %player% 310 1 protection:4 unbreaking:3"
remove 64 emerald block from player
send "ccc"
nie wiem co zrobiłem, jestem początkujący próbowałem z if inventory contains.
Do zamkniecia.
Witam, mam pytanie czy ktos może mi napisać co jest źle że jak nie mam staka blokow emeraldow moge brać ile chce hełmów?
command /sklep [<text>]:
trigger:
open chest with 6 rows named "&2&lSKLEP" to players
wait 1 tick
format slot 0 of players with 1 Diamond Helmet of Protection 4 and unbreaking 3 with lore "&8&m--------------------- || || &8» &fKoszt &a64 blokow emeraldow || || &8&m---------------------" to run [make player execute "buy helm"]
command /buy [<text>]:
trigger:
if arg 1 is "helm":
if 133 is less than 64:
send "nie masz tyle eme"
stop
if 133 is greater than 64:
execute console command "give %player% 310 1 protection:4 unbreaking:3"
remove 64 emerald block from player
send "ccc"