From 86b55f576d3821e0858ed9642d010a123bcbfc6b Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Thu, 16 Feb 2017 17:55:45 -0500 Subject: [PATCH] updated with protector_flip and made website info more generic --- etc/change_world_name_manually_first/game-install-ENLIVEN | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/etc/change_world_name_manually_first/game-install-ENLIVEN b/etc/change_world_name_manually_first/game-install-ENLIVEN index aba9ff0..b9730ce 100644 --- a/etc/change_world_name_manually_first/game-install-ENLIVEN +++ b/etc/change_world_name_manually_first/game-install-ENLIVEN @@ -214,13 +214,14 @@ touch "$WRITEABLE_MINETEST_CONF" echo "map_generation_limit = 4096" >> "$WRITEABLE_MINETEST_CONF" #NOTE: map_generation_limit (aka world boundary, world border, or world limit) must be divisible by 64, so for example, 5000 results in invisible wall at 4928 echo "protector_radius = 7" >> "$WRITEABLE_MINETEST_CONF" +echo "protector_flip = true" >> "$WRITEABLE_MINETEST_CONF" echo "protector_pvp = true" >> "$WRITEABLE_MINETEST_CONF" echo "protector_pvp_spawn = 10" >> "$WRITEABLE_MINETEST_CONF" echo "protector_drop = false" >> "$WRITEABLE_MINETEST_CONF" -echo "protector_hurt = 1" >> "$WRITEABLE_MINETEST_CONF" +echo "protector_hurt = 3" >> "$WRITEABLE_MINETEST_CONF" echo "default_privs = interact,shout,home" >> "$WRITEABLE_MINETEST_CONF" echo "max_users = 50" >> "$WRITEABLE_MINETEST_CONF" -echo "motd = \"Actions and chat messages are logged. Visit fcacloud.com/minetest for recipes and live map.\"" >> "$WRITEABLE_MINETEST_CONF" +echo "motd = \"Actions and chat messages are logged. Visit web for recipes (and live map if available).\"" >> "$WRITEABLE_MINETEST_CONF" echo "disallow_empty_passwords = true" >> "$WRITEABLE_MINETEST_CONF" echo "secure.trusted_mods = advanced_npc" >> "$WRITEABLE_MINETEST_CONF" echo "server_dedicated = false" >> "$WRITEABLE_MINETEST_CONF"