command /setbars:
permission: setbars
trigger:
if player is in the world "game":
add target block to {barblocks::*}
send "Added a bars block"
command /delbars:
permission: delbars
trigger:
if player is in the world "game":
remove target block from {barblocks::*}
send "Removed a bars block"
command /barsrefil:
permission: barsrefil
trigger:
set blocks at {barblocks::*} to iron bars
send "Refilled bars blocks"
Chodzi dokładnie o "set blocks at {barblocks::*} to iron bars". Gdy zamiast "iron bars" dam np "stone" ("set blocks at {barblocks::*} to stone") to stawia normalnie stona w dane miejsce ale z iron barami już nie działa
Pytanie
ejer 5
command /setbars: permission: setbars trigger: if player is in the world "game": add target block to {barblocks::*} send "Added a bars block" command /delbars: permission: delbars trigger: if player is in the world "game": remove target block from {barblocks::*} send "Removed a bars block" command /barsrefil: permission: barsrefil trigger: set blocks at {barblocks::*} to iron bars send "Refilled bars blocks"Chodzi dokładnie o "set blocks at {barblocks::*} to iron bars". Gdy zamiast "iron bars" dam np "stone" ("set blocks at {barblocks::*} to stone") to stawia normalnie stona w dane miejsce ale z iron barami już nie działa
Odnośnik do komentarza
https://skript.pl/temat/25247-iron-bars/Udostępnij na innych stronach
8 odpowiedzi na to pytanie
Rekomendowane odpowiedzi