place block chat command
Hey guys I need some help:
I want to create a mod with a chat command that places a block on a position, but I have no idea how to do that. The idea behind that is that it would be very useful in creative mode if you use the singlenode mapgen (currently I always have to use worldedit to do that).
I want to create a mod with a chat command that places a block on a position, but I have no idea how to do that. The idea behind that is that it would be very useful in creative mode if you use the singlenode mapgen (currently I always have to use worldedit to do that).
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
in general:
/placeblock modname:nodename x,y,z
example:
/placeblock default:stone 10,15,10