#Fake Blocks

1 messages · Page 1 of 1 (latest)

wooden cove
#

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

wooden cove
#

ok i'll try it

pure cave
wooden cove
#

still

wooden cove
#

also

#

i have skript yaml

pure cave
#

what actually do you want that line to do

wooden cove
#

i deleted skrayfall & skquerty but it still has error

wooden cove
pure cave
wooden cove
#

I want to make a transition between maps that players can unlock

#

oh

pure cave
#

I only saw this

wooden cove
#

is it work with regions?

pure cave
#

we or wg

wooden cove
#

make player see blocks in region x as campfire[facing=south]

#

wg

#

like make player see blocks in region x as red stained glass

pure cave
wooden cove
#

i will try this

pure cave
#

your code will be much easier

wooden cove
#

its all that i have

#

command /fakeglass:
trigger:
make player see blocks in region "przejscie1" as red stained glass

#

also sorry for my english im from poland

#

it work

pure cave
#

I'm from Taiwan

wooden cove
#

but how now make player unsee that red glass?

#

ok

#

original

#

i have it

#

nvm

pure cave
#

your Skript and Skbee are outdated 😭

wooden cove
#

also

#

did you know why in skript 2.11.2 flag hide attributes work but in 2.12.2 no?

tranquil zinc
#

Thats the points of updating to latest version...
U will not encounter such outdated bugs/issue that has been fixed

torpid tangle