Hi i want a script that trapes you in 2x1 cage made of glass
But if block under is not air it wouldn't set it to glass
screenshot: https://imgur.com/a/OxgsKYd
Current code
But if block under is not air it wouldn't set it to glass
screenshot: https://imgur.com/a/OxgsKYd
Current code
Code:
command /@101 <player>:
trigger:
set block north above the player to glass
set block east above the player to glass
set block south above the player to glass
set block west above the player to glass
set block 2 meters above the player to glass
set block north the player to glass
set block east the player to glass
set block south the player to glass
set block west the player to glass
set block below the player to glass
wait 5 seconds
set block north above the player to air
set block east above the player to air
set block south above the player to air
set block west above the player to air
set block 2 meters above the player to air
set block below the player to air
set block north the player to air
set block east the player to air
set block south the player to air
set block west the player to air