Advertisement
Guest User

Untitled

a guest
May 21st, 2021
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. mask is for held brush, gmask affects all brushes
  2.  
  3. both mask and gmask can be combined as required
  4.  
  5. mask id means mask only affects the specified id
  6.  
  7. mask !id means mask affects everythign except id
  8.  
  9. mask >id means mask affects block directly above id
  10.  
  11. mask <id means mask affects blocks directly below id
  12.  
  13. mask ~id will only affect blocks around specified id
  14.  
  15. mask #surface will only change blocks that touch air
  16.  
  17. mask #region will not work outside the selected area
  18.  
  19. mask #simplex[scale][min][max] adds noise effect
  20.  
  21.  
  22. //1 –> //pos1
  23.  
  24. //2 –> //pos2
  25.  
  26. //c –> //copy
  27.  
  28. //f –> //flip
  29.  
  30. //m -> //move
  31.  
  32. //pa –> //paste
  33.  
  34. //r –> //replace
  35.  
  36. //re –> //redo
  37.  
  38. //rt –> //rotate
  39.  
  40. //s –> //set
  41.  
  42. //st –> //stack
  43.  
  44. /ws <value> – Set walk speed
  45.  
  46. /fs <value> Set fly speed
  47.  
  48. //cub –> //sel cuboid
  49.  
  50. //con –> //sel convex
  51.  
  52. //replace works with < > ~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement