Skip to content

Commit

Permalink
aliasing
Browse files Browse the repository at this point in the history
  • Loading branch information
VorTechnix committed Sep 17, 2024
1 parent 1a18d4c commit aaa976c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions worldeditadditions_commands/commands/selectors/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,12 @@ dofile(wea_cmdpath.."reset.lua")
-- Aliases
weac.register_alias("sfac", "sfactor")

weac.register_alias("sgrow", "expand", true) -- true = override target
weac.register_alias("sgrow", "outset", true) -- true = override target
weac.register_alias("sshrink", "contract", true) -- true = override target
weac.register_alias("sshrink", "inset", true) -- true = override target

weac.register_alias("sshift", "shift", true) -- true = override target

weac.register_alias("1", "pos1", true) -- true = override target
weac.register_alias("2", "pos2", true) -- true = override target

0 comments on commit aaa976c

Please sign in to comment.