Chcę aby działał na zabezpieczonym terenie, chodzmi o to że mam region z passthrough na wszystko
Skrypt ma pozwalać na kopanie wybranych przeze mnie bloków pomijając fakt flagi na regionie.
on break of iron ore:
set event-block to air
drop 1 iron ore at event-block
wait 10 seconds
set event-block to iron ore
on break of coal ore:
set event-block to air
drop 2 coal at event-block
wait 10 seconds
set event-block to coal ore
on break emerald ore:
set event-block to air
drop 1 emerald at event-block
wait 20 seconds
set event-block to emerald ore
on break diamond ore:
set event-block to air
drop 1 diamond at event-block
wait 30 seconds
set event-block to diamond ore
on break of gold ore:
set event-block to air
drop 1 gold ore at event-block
wait 15 seconds
set event-block to gold ore
on break of lapis ore:
set event-block to air
drop 4 lapis at event-block
wait 8 seconds
set event-block to lapis ore
Pytanie
LordYu 296
Witam mam skrypt na kopanie bloków.
Chcę aby działał na zabezpieczonym terenie, chodzmi o to że mam region z passthrough na wszystko
Skrypt ma pozwalać na kopanie wybranych przeze mnie bloków pomijając fakt flagi na regionie.
on break of iron ore: set event-block to air drop 1 iron ore at event-block wait 10 seconds set event-block to iron ore on break of coal ore: set event-block to air drop 2 coal at event-block wait 10 seconds set event-block to coal ore on break emerald ore: set event-block to air drop 1 emerald at event-block wait 20 seconds set event-block to emerald ore on break diamond ore: set event-block to air drop 1 diamond at event-block wait 30 seconds set event-block to diamond ore on break of gold ore: set event-block to air drop 1 gold ore at event-block wait 15 seconds set event-block to gold ore on break of lapis ore: set event-block to air drop 4 lapis at event-block wait 8 seconds set event-block to lapis oreOdnośnik do komentarza
https://skript.pl/temat/15876-skrypt-na-kopanie-blok%C3%B3w/Udostępnij na innych stronach
2 odpowiedzi na to pytanie
Rekomendowane odpowiedzi