Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Pages: 1
Well here are some commands that are for the blocks
1st:/setblock
its to add a block to an (x) (y) position
Example:
/setblock 150 200 4
like this
/setblock (x position) (y position) (block number)
if the block number is a sign so adds more stuff in the command text
like this
/setblock (x position) (y position) (XXXXX XXXXXX) (sign text) (sign color)
in the sign text you need to set like this "(sign text)" so it doesnt skip to the color
2nd:/moveblock
its like setblock but it moves a block from a position to another
Example:
/moveblock 100 100 200 200
like this
/moveblock (block x position) (block y position) (move x position) (move y position)
if in the move position theres already a block so it cancels the command and in the middle of the screen appears a message like this: In the position you wanna move the block there's already a block in here
ok thats it
Offline
If you want to add this for bots do
con.Send("b", %layer%, x, y, %blockid%)
where "con" is your connection.
Pages: 1
[ Started around 1732421712.9884 - Generated in 0.038 seconds, 13 queries executed - Memory usage: 1.35 MiB (Peak: 1.43 MiB) ]