User Tools

Site Tools


minecraft:mod:my-mods:bunyedit:commands

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
minecraft:mod:my-mods:bunyedit:commands [2024/02/21 01:25] – created raccoonminecraft:mod:my-mods:bunyedit:commands [2024/04/07 07:28] (current) – limit with no arg raccoon
Line 23: Line 23:
  
 moves your selection by ''[[.:argument-types#coords|coords]]''. moves your selection by ''[[.:argument-types#coords|coords]]''.
 +
 +===== grow or shrink selection =====
 +<code>
 +//growsel [bound=*1]
 +</code>
 +
 +grows/shrinks your selection along its axes to match ''[[.:argument-types#bound|bound]]''.
  
 ===== mask selection ===== ===== mask selection =====
Line 45: Line 52:
  
 prints your selection coordinates in chat. prints your selection coordinates in chat.
 +
 +===== set/display volume limit =====
 +
 +<code>
 +//limit <int|"no">
 +</code>
 +
 +limit the volume of the selected region when performing actions, in blocks. default is 131072. ''%%//%%limit no'' removes the limit.
 +
 +<code>
 +//limit
 +</code>
 +
 +display the current limit.
  
 ====== world & buffer actions ====== ====== world & buffer actions ======
Line 55: Line 76:
 </code> </code>
  
-sets the selected region to the [[.:argument-types#block|block]] ''pattern'', optionally filtered by the [[.:argument-types#block|block]] ''filter''.+sets the selected region to the ''[[.:argument-types#pattern|pattern]]'', optionally filtered by the ''[[.:argument-types#filter|filter]]''
 + 
 +===== fill ===== 
 +<code> 
 +//fill <filter> <pattern> [bound=*16] 
 +</code> 
 + 
 +starting from each block in the selected region, sets all orthogonally adjacent blocks matching the ''[[.:argument-types#filter|filter]]'' to the ''[[.:argument-types#pattern|pattern]]'', recursively. like a bucket fill! 
 + 
 +stops after reaching ''[[.:argument-types#bound|bound]]'', even if adjacent blocks match past that point. this is principally to prevent an infinite recursion, but also has some utility. e.g. ''%%//%%fill air water U'' fills an empty pool with water without overflowing out of the top.
  
 ===== undo & redo ===== ===== undo & redo =====
minecraft/mod/my-mods/bunyedit/commands.1708478755.txt.gz · Last modified: 2024/02/21 01:25 by raccoon

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki