Jump to content

How to place a block at a specific coordinates


Block_BoyZ

Recommended Posts

Vanilla Minecraft:

/setblock ~ ~ ~ minecraft:block

Skript:

command blockset [<number>] [<number>] [<number>] [<text>]:
  	permission: op
  	trigger:
  		if arg-4 is set:
  			make console execute command "setblock %arg-1% %arg-2% %arg-3% minecraft:%arg-4%"
  		else:
  			send "&cCorrect Format: /blockset (xcoords) (ycoords) (zcoords) (block)"

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...