How to make fake blocks that's player ony with variables can see?
options:
x1: 204
y1: -60
z1: 224
x2: 210
y2: -53
z2: 224
command /fakeglass:
trigger:
loop integers from {@x1} to {@x2}:
set {_x} to loop-value-1
loop integers from {@y1} to {@y2}:
set {_y} to loop-value-2
loop integers from {@z1} to {@z2}:
set {_z} to loop-value-3
send block change at location({_x}, {_y}, {_z}, player's world) to red stained glass for player
wait 1 tick
all was good until this line "send block change at location({_x}, {_y}, {_z}, player's world) to red stained glass for player"
plugint that's I have on serwer (also i have essentilax, valut etc)
skript: 2.12.2
skbee: 3.13.3
skquerty: 4.3.2
skRayFall: v1.9.29
and protocollib
