From b30a7fa96d63f93358062027defdcf3d1e8c105f Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Thu, 15 Jun 2017 15:58:51 +0000 Subject: [PATCH] modify gitignore and conf --- .gitignore | 3 ++- minetest.conf.client | 4 ++-- minetest.conf.server | 12 ++++++++---- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 7e99e36..b4a8e0b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -*.pyc \ No newline at end of file +*.pyc +.kate-swp diff --git a/minetest.conf.client b/minetest.conf.client index ec784ac..4fbd009 100644 --- a/minetest.conf.client +++ b/minetest.conf.client @@ -34,8 +34,8 @@ free_move = true hudbars_bar_type = statbar_modern inventory_items_animations = true mainmenu_last_selected_world = 2 -#optional: -maintab_LAST = singleplayer +#optional (maintab_LAST note: local tab was formerly called singleplayer) +maintab_LAST = local menu_clouds = true # name = optional: diff --git a/minetest.conf.server b/minetest.conf.server index caf31e4..277039f 100644 --- a/minetest.conf.server +++ b/minetest.conf.server @@ -1,11 +1,15 @@ # In case user of an Enliven server wants to start their own server via the graphical user interface: +protector_flip = true protector_radius = 7 protector_pvp = true -protector_pvp_spawn = 10 -protector_drop = true -protector_hurt = 1 - +#protector_pvp_spawn = 10 +#protector_drop false since can allow glitch jumping +protector_drop = false +protector_hurt = 3 +map_generation_limit = 5000 +#do not give fast priv for default_privs, since that can allow glitch-jumping over or through protected walls by jumping across or out of water default_privs = interact,shout,home +#optional: max_users default is 15 max_users = 50 motd = "Actions and chat messages are logged. Recipes are in unified inventory mod. Otherwise visit the server's website for more info about mods and live map if available--if not, see http://wiki.minetest.net/Main_Page and https://github.com/minetest-technic/technic/wiki" disallow_empty_passwords = true