I need a Help with my Skript.
it only can set block the composter block to level 0
but it doesnt drop the button (it suposed to drop but no works)
My server version is 1.19.2
Skript Version: 2.6.3
- Skellett v2.0.7
- MorkazSk v1.3
- SkQuery v4.1.7
- Khoryl-1.0.6
it only can set block the composter block to level 0
but it doesnt drop the button (it suposed to drop but no works)
Code:
on right click on composter:
set {_block} to "%target block of player%"
if {_block} contains "level 4":
drop 1 stone button of Sharpness 1
set block data of target block to minecraft:composter[level=0]
My server version is 1.19.2
Skript Version: 2.6.3
- Skellett v2.0.7
- MorkazSk v1.3
- SkQuery v4.1.7
- Khoryl-1.0.6