summaryrefslogtreecommitdiff
path: root/worldedit_shortcommands
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2017-08-31 19:07:51 +0200
committersfan5 <sfan5@live.de>2017-08-31 19:08:10 +0200
commit870873ad151defd9ed59ddf5e4937a58166704d8 (patch)
treebdcd6dfd53496a4812528181546cce2b819b0a0f /worldedit_shortcommands
parente356f4521c9e4e10ae2ad6a1f8a64543573def2d (diff)
Add //hollowcube and //cube
closes #143
Diffstat (limited to 'worldedit_shortcommands')
-rw-r--r--worldedit_shortcommands/init.lua1
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")