1

Command Block Executing

__brah 10/25/19 11:29 pm
202
10/29/2019 1:56 am
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)
Posted by
__brah
Level 2 : Apprentice Network
1

  Have something to say?

JoinSign in

4

FlamingoMan
10/28/2019 1:23 pm
Level 1 : New Miner
Get a plugin with the /sudo command. Then you can do /sudo @p /is
1
HoboMaggot
10/29/2019 1:56 am
Level 55 : Grandmaster Blob
Not everyone wants to run a server. Plus plugins should not be used when making something like a datapack or adventure map
1
AgentShieldjj
10/28/2019 1:19 pm
Level 35 : Artisan Creeper Hugger
What version?
1
HoboMaggot
10/25/2019 11:32 pm
Level 55 : Grandmaster Blob
/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
3

Welcome