summaryrefslogtreecommitdiff
path: root/worldedit_shortcommands
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2016-10-13 17:51:01 +0200
committersfan5 <sfan5@live.de>2016-10-13 17:51:01 +0200
commit6e2e2385e90ddc74ad68d129fbb7a94d6ee53a7f (patch)
tree824560648f64df53234e61087eee7448cbd01df5 /worldedit_shortcommands
parent152707a32243cf33fb0f4ff740147d0cb268246b (diff)
parent5f9efb1205fe9802f859548fc9220f98dd0fd12e (diff)
Merge remote-tracking branch 'tmp/hollowpyramid'
Diffstat (limited to 'worldedit_shortcommands')
-rw-r--r--worldedit_shortcommands/init.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/worldedit_shortcommands/init.lua b/worldedit_shortcommands/init.lua
index a3cbb67..a4350ae 100644
--- a/worldedit_shortcommands/init.lua
+++ b/worldedit_shortcommands/init.lua
@@ -31,6 +31,7 @@ worldedit.alias_chatcommand("/hdo", "/hollowdome")
worldedit.alias_chatcommand("/do", "/dome")
worldedit.alias_chatcommand("/hcyl", "/hollowcylinder")
worldedit.alias_chatcommand("/cyl", "/cylinder")
+worldedit.alias_chatcommand("/hpyr", "/hollowpyramid")
worldedit.alias_chatcommand("/pyr", "/pyramid")
worldedit.alias_chatcommand("/spl", "/spiral")
worldedit.alias_chatcommand("/m", "/move")
@@ -47,4 +48,4 @@ worldedit.alias_chatcommand("/hlt", "/highlight")
worldedit.alias_chatcommand("/rsr", "/restore")
worldedit.alias_chatcommand("/l", "/lua")
worldedit.alias_chatcommand("/lt", "/luatransform")
-worldedit.alias_chatcommand("/clro", "/clearobjects") \ No newline at end of file
+worldedit.alias_chatcommand("/clro", "/clearobjects")