diff --git a/minetest-stable.conf b/minetest-stable.conf index 8e0d0a8..6946419 100644 --- a/minetest-stable.conf +++ b/minetest-stable.conf @@ -10,7 +10,7 @@ profiler.load = true # Permet aux vieux client de minetest de ce connecter strict_protocol_version_checking = true # Options pour le type du serveur -creative_mode = false +#creative_mode = false enable_damage = true disallow_empty_password = true server_dedicated = true @@ -26,9 +26,9 @@ basic_privs = areas, areas_high_limit, baker, ban, bring, diglocks, faction_admi # If true, actions are recorded for rollback enable_rollback_recording = true # Activate fire -disable_fire = true +#disable_fire = true # Enable TNT -enable_tnt = true +#enable_tnt = true # Si false, les pseudos des joueurs sont cachés à partir d'une distance de 50 blocs unlimited_player_transfer_distance = false # Activated the minimap usage if true @@ -144,8 +144,8 @@ moremesecons_jammer.enable_lbm = false moremesecons_sayer.use_speech_dispatcher = false # GIVE_INITIAL_STUFF MOD - Equipement pour les nouveaux joueurs : 10 torches, 2 saplings, 5 apples. Edit mods/misc/give_initial_stuff.lua to change. -give_initial_stuff = true -initial_stuff = "default:axe_wood 1,default:torch 10,default:sapling 2,default:apple 5" +#give_initial_stuff = true +#initial_stuff = "default:axe_wood 1,default:torch 10,default:sapling 2,default:apple 5" # AREAS MOD areas.self_protection = true #areas.self_protection_max_size = {x=128, y=128, z=128} @@ -260,11 +260,11 @@ disable_time_regulation = true # Set default mana regeneration to 3 mana_default_regen = 1 mana_default_max = 200 -mana_regen_time = 30 +mana_regen_timer = 30 # HUDBARS #hudbars_sorting = health=0, mana=1, satiation=2, sprint=3, breath=4, armor=5 hudbars_tick = 0.3 -hudbars_bar_type = statbar_modern +hudbars_bar_type = progress_bar hbarmor_tick = 0.5 #hudbars_start_offset_left_y = -100 #hudbars_start_offset_right_y = -100