Advertisement
bigbluu722

WorldEdit

May 23rd, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. Selections:
  2. //wand
  3. While holding the tool, left click will select point 1, right click will select point 2.
  4.  
  5. //desel
  6. Removes your current region selection.
  7.  
  8. //hpos1
  9. //hpos2
  10. Selects the block you're looking at as the 1st or 2nd selection
  11.  
  12. //pos1
  13. //pos1
  14. Sets 1st or 2nd selection based on where you're standing
  15.  
  16. //chunk
  17. Selects the entire chunk you're in from bedrock to sky
  18.  
  19. After making a selection:
  20. Once you've made a cube selection with the wand, you can use:
  21.  
  22. //cut
  23. Removes all blocks within selected region.
  24.  
  25. //set <block>
  26. Sets the entire selection to x block.
  27.  
  28. //walls <block>
  29. Will set the outside border to x block.
  30.  
  31. //replace <1> <2>
  32. Replaces one block <1> with the other <2>. (Set block 2 to 0 [air] if you want to remove that specific block.)
  33.  
  34.  
  35. Other useful commands:
  36.  
  37. //undo
  38. Will revert last command done with WorldEdit. (Spamming //undo will result in most, if not all of your work being undone.)
  39.  
  40. //redo
  41. Will redo the last command you //undo'd with worldedit.
  42.  
  43. //hycl <block> <height> <radius>
  44. Will create a hollow cylinder, the center will be where you're standing.
  45.  
  46. //cyl <block> <height> <radius>
  47. Same as above, just not hollow.
  48.  
  49. //hpyramid <block> <size>
  50. Creates a hollow pyramid, with center where you're standing.
  51.  
  52. //hsphere <block> <radius>
  53. Creates a hollow sphere where you're standing.
  54.  
  55. //sphere <block> <radius>
  56. Same as above, just not hollow.
  57.  
  58. //drain <radius>
  59. Will drain all liquids within x radius.
  60.  
  61. //fixlava <radius>
  62. Will smooth out lava pools.
  63.  
  64. //fixwater <radius>
  65. Same as above, except with water.
  66.  
  67. //green <radius>
  68. Sets all dirt to green grass within the radius. (Note: sometimes will not work for every block. You may have to place a few by hand.)
  69.  
  70. //copy
  71. Copies all blocks in current worldedit selection
  72.  
  73. //paste
  74. Will paste last selection copied in a different position.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement