mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-01 05:43:01 +00:00
params fix
This commit is contained in:
parent
90f2fcb2ab
commit
d635bec9f3
4 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@ local Vector3 = wea_c.Vector3
|
|||
|
||||
|
||||
worldeditadditions_core.register_command("sgrow", {
|
||||
params = "<Unified Axis Keywords>",
|
||||
params = "<unified axis syntax>",
|
||||
description = "Grow selection region",
|
||||
privs = { worldedit = true },
|
||||
require_pos = 0,
|
||||
|
|
|
@ -11,7 +11,7 @@ local Vector3 = wea_c.Vector3
|
|||
|
||||
|
||||
worldeditadditions_core.register_command("srel", {
|
||||
params = "<Unified Axis Keywords>",
|
||||
params = "<unified axis syntax>",
|
||||
description = "Set WorldEdit region position 2 relative to position 1 and player facing.",
|
||||
privs = { worldedit = true },
|
||||
require_pos = 0,
|
||||
|
|
|
@ -8,7 +8,7 @@ local Vector3 = worldeditadditions.Vector3
|
|||
-- ███████ ███████ ██ ██ ██ ██ ██
|
||||
|
||||
worldeditadditions_core.register_command("sshift", {
|
||||
params = "<Unified Axis Keywords>",
|
||||
params = "<unified axis syntax>",
|
||||
description = "Shift the WorldEdit region in 3 dimensions.",
|
||||
privs = { worldedit = true },
|
||||
require_pos = 2,
|
||||
|
|
|
@ -11,7 +11,7 @@ local Vector3 = wea_c.Vector3
|
|||
|
||||
|
||||
worldeditadditions_core.register_command("sshrink", {
|
||||
params = "<Unified Axis Keywords>",
|
||||
params = "<unified axis syntax>",
|
||||
description = "Shrink selection region",
|
||||
privs = { worldedit = true },
|
||||
require_pos = 0,
|
||||
|
|
Loading…
Reference in a new issue