We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d5f4e commit c2c5f11Copy full SHA for c2c5f11
worldedit_commands/init.lua
@@ -1146,6 +1146,8 @@ worldedit.register_command("stack", {
1146
return false
1147
end
1148
1149
+ if axis == "?" then axis = worldedit.player_axis(name) end
1150
+
1151
-- Does this need a separate error or is the 128x128x128 message fine?
1152
local pos1, pos2 = worldedit.pos1[name], worldedit.pos2[name]
1153
if math.abs((math.abs(pos2[axis] - pos1[axis]) + 1) * repetitions) > max_size then
0 commit comments