#1 thing

1 messages · Page 1 of 1 (latest)

earnest cedar
#

i am trying to make a evbo civ server, and i need it so when you step on like a iron block you go from Noob to Pro
using luckperms btw

green patio
#

did you try checking what block is below the player when a certain condition is met?

earnest cedar
green patio
earnest cedar
green patio
earnest cedar
#

so like (on step:)?

green patio
#

you can do on move

earnest cedar
#

on move on:
if block below event-player is iron block:
make console execute command "lp user %player% parent set pro"

#

so is this about right

green patio
#

no no no

#

look at the examples in the docs I just sent you

#

and just replace the blocks with iron block

earnest cedar
#

may god bless you

#

this actually works

green patio
#

sweet, glad I could help

compact root
#

you can use on step on %block type%:

earnest cedar
#

solved