diff --git a/minetest.conf.prod b/minetest.conf.prod index c38384a6f..a618f4cb3 100644 --- a/minetest.conf.prod +++ b/minetest.conf.prod @@ -275,7 +275,8 @@ lp_api.router.cmd = true # добавлено при реализации `/death` common_spawn_pos = 735, 33, -818 -hall_of_life_pos = 735, 33, -818 +#hall_of_life_pos = 735, 33, -818 +hall_of_center_pos = 735, 33, -818 hall_of_death_pos = 11773, 54, -10282 # спауны для рас ( GH: #330 ) dynamic_spawn = true diff --git a/mods/lord/World/lord_spawn/init.lua b/mods/lord/World/lord_spawn/init.lua index fb6dd5e3e..4d6e85ccf 100644 --- a/mods/lord/World/lord_spawn/init.lua +++ b/mods/lord/World/lord_spawn/init.lua @@ -122,7 +122,9 @@ spawn.register_hall("death", "Death") --spawn.register_hall("life", "Life") minetest.register_chatcommand("life", { description = SL("Teleport to the Hall of Life"), - func = function(_, _) return SL("Command reserved. For teleporting to Old Central Spawn use command `/center`") end + func = function(_, _) + return true, SL("Command reserved. For teleporting to Old Central Spawn use command `/center`") + end }) minetest.register_on_newplayer(function(obj) diff --git a/mods/lord/World/lord_spawn/locale/lord_spawn.en.tr b/mods/lord/World/lord_spawn/locale/lord_spawn.en.tr index 8b4d1e7bc..8d22dc8a0 100644 --- a/mods/lord/World/lord_spawn/locale/lord_spawn.en.tr +++ b/mods/lord/World/lord_spawn/locale/lord_spawn.en.tr @@ -19,3 +19,4 @@ Teleporting to the Hall of Life...=Teleporting to the Hall of Life... Teleporting to the Hall of Death...=Teleporting to the Hall of Death... Teleporting to the Hall of Dol Guldur...=Teleporting to the Dol Guldur... Teleport failed=Teleport failed +Command reserved. For teleporting to Old Central Spawn use command `/center`=Command reserved. For teleporting to Old Central Spawn use command `/center` diff --git a/mods/lord/World/lord_spawn/locale/lord_spawn.ru.tr b/mods/lord/World/lord_spawn/locale/lord_spawn.ru.tr index d7a679880..6a8ae59bf 100644 --- a/mods/lord/World/lord_spawn/locale/lord_spawn.ru.tr +++ b/mods/lord/World/lord_spawn/locale/lord_spawn.ru.tr @@ -19,3 +19,4 @@ Teleporting to the Hall of Life...=Производится перемещени Teleporting to the Hall of Death...=Производится перемещение в Зал Смерти... Teleporting to the Hall of Dol Guldur...=Производится перемещение в Дол Гулдур... Teleport failed=Не удалось переместиться +Command reserved. For teleporting to Old Central Spawn use command `/center`=Команда зарезервирована. Для телепортации в Старый центральный Спаун используйте команду `/center`