summaryrefslogtreecommitdiff
path: root/worldedit_shortcommands
diff options
context:
space:
mode:
authorSebastien Ponce <Sebastien.Ponce@cern.ch>2015-09-13 11:31:47 +0200
committerSebastien Ponce <Sebastien.Ponce@cern.ch>2015-09-13 22:08:04 +0200
commit5f9efb1205fe9802f859548fc9220f98dd0fd12e (patch)
tree39d5bd7cf4cb71b2f7eac71465199d881f797d68 /worldedit_shortcommands
parentfc037e9c82f34a6bf441dd738c1b10a510eb8b4d (diff)
Added hollow pyramids
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")