podeśle ktoś lub zrobi plugin/skrypt na brush na wersje 1.17.1? proszę
edit
jak narazie tyle zrobiłem dalej się zaciąłem permissie zapomniałem jak się dawało i nwm jak zrobić żeby blok przed i rogi kopało dlatego kilka ostatnich linijek nie zadziała jeżeli ktoś by poprawił bym był bardzo wdzięczny
options:
kod : 123789
command /give-brush:
trigger:
if arg 1 is set:
if arg 1 is {@kod}:
give 1 of blaze rod named "&6&lBrush 4x4x1" to player
send "&c&lBrush dla cb"
else:
send "&4Podano zly kod"
else:
send : :&4Nie podales kodu!:
on leftclick holding blaze rod:
player's tool's name is "&6&lBrush 4x4x1":
targeted block is not bedrock:
targeted block is stone:
set targeted block to air
drop 1 of cobblestone at location of targeted block
targeted block is grass:
set targeted block to air
drop 1 of dirt at location of targeted block
targeted block is dirt:
set targeted block to air
drop 1 of dirt at location of targeted block
block right targeted block is not bedrock:
block right targeted block is stone:
set block right targeted block to air
drop 1 of cobblestone at location of targeted block
block right targeted block is dirt:
set block right targeted block to air
drop 1 of dirt at location of targeted block
block left targeted block is not bedrock:
block left targeted block is stone:
set block left targeted block to air
drop 1 of cobblestone at location of targeted block
block left targeted block is dirt:
set block left targeted block to air
drop 1 of dirt at location of targeted block
block behind targeted block is not bedrock:
block behind targeted block is stone:
set block behind targeted block to air
drop 1 of cobblestone at location of targeted block
block behind targeted block is dirt:
set block behind targeted block to air
drop 1 of dirt at location of targeted block
block before targeted block is not bedrock:
block before targeted block is stone:
set block before targeted block to air
drop 1 of cobblestone at location of targeted block
block before targeted block is dirt:
set block before targeted block to air
drop 1 of dirt at location of targeted block