diff options
author | sfan5 <sfan5@live.de> | 2017-08-31 19:07:51 +0200 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2017-08-31 19:08:10 +0200 |
commit | 870873ad151defd9ed59ddf5e4937a58166704d8 (patch) | |
tree | bdcd6dfd53496a4812528181546cce2b819b0a0f /worldedit_shortcommands | |
parent | e356f4521c9e4e10ae2ad6a1f8a64543573def2d (diff) |
Add //hollowcube and //cube
closes #143
Diffstat (limited to 'worldedit_shortcommands')
-rw-r--r-- | worldedit_shortcommands/init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/worldedit_shortcommands/init.lua b/worldedit_shortcommands/init.lua index a4350ae..da02b75 100644 --- a/worldedit_shortcommands/init.lua +++ b/worldedit_shortcommands/init.lua @@ -25,6 +25,7 @@ worldedit.alias_chatcommand("/v", "/volume") worldedit.alias_chatcommand("/s", "/set")
worldedit.alias_chatcommand("/r", "/replace")
worldedit.alias_chatcommand("/ri", "/replaceinverse")
+worldedit.alias_chatcommand("/hcube", "/hollowcube")
worldedit.alias_chatcommand("/hspr", "/hollowsphere")
worldedit.alias_chatcommand("/spr", "/sphere")
worldedit.alias_chatcommand("/hdo", "/hollowdome")
|