#i want it so this only starts if it detects a player in region "spleef" and it stops if theres none

1 messages · Page 1 of 1 (latest)

lapis ember
#

"every 25 seconds:
execute console command "//world world"
execute console command "//pos1 -322,103,-383"
execute console command "//pos2 -304,103,-401"
execute console command "//set snow_block"

every 25 seconds:
execute console command "//world world"
execute console command "//pos1 -322,95,-383"
execute console command "//pos2 -304,95,-401"
execute console command "//set snow_block"

every 25 seconds:
execute console command "//world world"
execute console command "//pos1 -322,87,-383"
execute console command "//pos2 -304,87,-401"
execute console command "//set snow_block"

every 25 seconds:
execute console command "//world world"
execute console command "//pos1 -322,79,-383"
execute console command "//pos2 -304,79,-401"
execute console command "//set snow_block""

#

could someone help me with this

buoyant patrol
#

sooo

#

check if theres a player in the region

#

iirc size of (all players in region... might work

#

also

woven ravineBOT
#

x8ight suggests that you read this embed

Formatting Code In Discord
Why?

Code blocks make it easier for helpers to identify potential errors -- help them help you!

The Format

```vb
on chat:
broadcast "This is how you format code!"
```

How It Looks
on chat:
    broadcast "This is how you format code!"
Extra Info

On US keyboards, the grave character (`) is located above the tab key on the top left of the keyboard

lapis ember
#
    execute console command "//world world"
    execute console command "//pos1 -322,103,-383"
    execute console command "//pos2 -304,103,-401"
    execute console command "//set snow_block"

every 25 seconds:
    execute console command "//world world"
    execute console command "//pos1 -322,95,-383"
    execute console command "//pos2 -304,95,-401"
    execute console command "//set snow_block"

every 25 seconds:
    execute console command "//world world"
    execute console command "//pos1 -322,87,-383"
    execute console command "//pos2 -304,87,-401"
    execute console command "//set snow_block"

every 25 seconds:
    execute console command "//world world"
    execute console command "//pos1 -322,79,-383"
    execute console command "//pos2 -304,79,-401"
    execute console command "//set snow_block"```
lapis ember
acoustic patrol
#

before you run the console command event/periodical: condition: console command

rare moth
#

if size of all players where ["%region at input%" contains "(region name)"] > 0:
This condition to check the region
Also you can use within to set blocks instead of worldedit
set blocks within %location% and %location% to %block%

lapis ember
#

could you guys do that and send me the skript

#

i cant get it to work

rare moth
#

No

#

Use the event that you already use plus the things we sent

leaden wolf
lapis ember
#

ok acn u give example

#

i swear i cant get it to work

acoustic patrol
#

send here your new code, and we can give you pointers. if you want us to do it for you, that's not what anyone here is for.

fair sun
leaden wolf
#

for some reason slot 100-103 isnt armor slots

#

fun

buoyant patrol
#

just broadcast the index of the slot in a click event to check

rare moth
#

Wouldn't player's helmet/chestplate work

leaden wolf
leaden wolf
#

For some reason

#

And yes I've tried everh possible variation

#

Index of event slot

#

Event slot

#

Clicked slot

#

Clicked item

#

Etc

leaden wolf
buoyant patrol
#

please reserve this to your own post.

leaden wolf
#

I thought I was on mine until I saw charbois message

lapis ember
#

i cant get it to work brooo

fair sun
#

lock in

ocean vortex
#

fr

leaden wolf
#

Just /fill

rare moth
#

Just set blocks within %location% and %location% to %blockdata%