|
@ -1,3 +1,5 @@ |
|
|
|
|
|
local S = minetest.get_translator("creative_regions") |
|
|
|
|
|
|
|
|
minetest.register_chatcommand("creative_region", { |
|
|
minetest.register_chatcommand("creative_region", { |
|
|
params = "<x> <y> <z>, <x> <y> <z>, <text>", |
|
|
params = "<x> <y> <z>, <x> <y> <z>, <text>", |
|
|
description = "Set a creative region from a to b", |
|
|
description = "Set a creative region from a to b", |
|
|