mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-01 05:43:01 +00:00
Description Tweak for removed commands
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
This commit is contained in:
parent
a48576a7ab
commit
df2af2df7d
4 changed files with 5 additions and 5 deletions
|
@ -8,7 +8,7 @@ local Vector3 = wea_c.Vector3
|
||||||
-- ███████ ██████ ██████ ███████
|
-- ███████ ██████ ██████ ███████
|
||||||
worldeditadditions_core.register_command("scol", {
|
worldeditadditions_core.register_command("scol", {
|
||||||
params = "None",
|
params = "None",
|
||||||
description = "Deprecated.",
|
description = "DEPRECATED: please use //srel instead.",
|
||||||
privs = { worldedit = true },
|
privs = { worldedit = true },
|
||||||
require_pos = 1,
|
require_pos = 1,
|
||||||
parse = function(params_text)
|
parse = function(params_text)
|
||||||
|
|
|
@ -8,7 +8,7 @@ local Vector3 = wea_c.Vector3
|
||||||
-- ███████ ██████ ██████ ██████ ███████
|
-- ███████ ██████ ██████ ██████ ███████
|
||||||
worldeditadditions_core.register_command("scube", {
|
worldeditadditions_core.register_command("scube", {
|
||||||
params = "None",
|
params = "None",
|
||||||
description = "Deprecated.",
|
description = "DEPRECATED: please use //srel instead.",
|
||||||
privs = { worldedit = true },
|
privs = { worldedit = true },
|
||||||
require_pos = 1,
|
require_pos = 1,
|
||||||
parse = function(params_text)
|
parse = function(params_text)
|
||||||
|
|
|
@ -10,9 +10,9 @@ local Vector3 = wea_c.Vector3
|
||||||
-- ███████ ██ ██ ██ ██████ ██ ██████ ██ ██
|
-- ███████ ██ ██ ██ ██████ ██ ██████ ██ ██
|
||||||
worldeditadditions_core.register_command("sfactor", {
|
worldeditadditions_core.register_command("sfactor", {
|
||||||
params = "None",
|
params = "None",
|
||||||
description = "Deprecated.",
|
description = "DEPRECATED: please use //grow or //shrink instead.",
|
||||||
|
|
||||||
privs = { worldedit = true },
|
privs = { worldedit = true },
|
||||||
require_pos = 1,
|
|
||||||
parse = function(params_text)
|
parse = function(params_text)
|
||||||
return params_text
|
return params_text
|
||||||
end,
|
end,
|
||||||
|
|
|
@ -8,7 +8,7 @@ local Vector3 = wea_c.Vector3
|
||||||
-- ███████ ██ ██ ███████ ██████ ██
|
-- ███████ ██ ██ ███████ ██████ ██
|
||||||
worldeditadditions_core.register_command("srect", {
|
worldeditadditions_core.register_command("srect", {
|
||||||
params = "None",
|
params = "None",
|
||||||
description = "Deprecated.",
|
description = "DEPRECATED: please use //srel instead.",
|
||||||
privs = { worldedit = true },
|
privs = { worldedit = true },
|
||||||
require_pos = 1,
|
require_pos = 1,
|
||||||
parse = function(params_text)
|
parse = function(params_text)
|
||||||
|
|
Loading…
Reference in a new issue