DungeonsXL icon indicating copy to clipboard operation
DungeonsXL copied to clipboard

Command Sign delay not working.

Open ghost opened this issue 2 years ago • 0 comments

I wanted to set a command sign that helps me to fill up a block after a 3 secs of delay.

The sign is the following:

     [CMD]
 Camera_stop_1
   3,CONSOLE
      1,D

"Camera_stop_1" is a command script with the following command:

- minecraft:fill -53 5 125 -53 5 125 minecraft:redstone_block

No matter what the value is for the delay starting from 1, it will always come out an error saying: "that position is not loaded"

whereas if I didn't set any delay, the sign works perfectly.

Can someone help me with this issue?

ghost avatar Jul 25 '22 15:07 ghost