Hello, I have been trying to do this all day but i can not find a answer and i'm not very good with redstone to be honest. Im trying to use a command block on my server to where when a player walks over a certain block at my spawn, im trying to get it to make that play execute the command /is (skyblock)
4
Get a plugin with the /sudo command. Then you can do /sudo @p /is
Not everyone wants to run a server. Plus plugins should not be used when making something like a datapack or adventure map
What version?
/execute as @a at @s if block ~ ~-1 ~ <block> run
Are you looking if a specific block is under the player or if they just go to some coords.
If the latter: /execute as @a at @s[x=,y=,z=,distance=..1] run
Are you looking if a specific block is under the player or if they just go to some coords.
If the latter: /execute as @a at @s[x=,y=,z=,distance=..1] run
