Skip to content
Skel - William Touzalin edited this page Aug 27, 2017 · 3 revisions

Welcome to the MyPinkHouse wiki!

  1. make a backup of your world or take an empty world.
  2. be careful: I made a function bulldozer that erase a part of the map to build so you should skip that function by launching manually 1 by 1.
  3. Download the source via GitHub
  4. go to a place into the map you would like the house and type the command to get your player position: pos = mc.player.getPos()
  5. IF you don't care about your map and you are OK to wipe a large part, use command: myBarbyHome() 5') If you care of your map type the following commands :
  • ground(pos) #it will make the ground of the house.
  • pos.z += 5 #need to type this command to correct Z coordinate and place properly the house.
  • makeTheHouse(pos) # This function will build the house.
  • theRoof(pos) # This function will build the roof.

otherwise you can use the full function that call the other ones:

  • myBarbieHome(pos)

I added "Addams family" here custom xD . Same house in Black...

  • addamsFamily(pos)

Bug : there is a bug on the roof. I'll have a look later...

Enjoy

Clone this wiki locally