### GENERAL SETTINGS SERVER ### ############################### name = Darcidride # Logs parameters - 0 = none, 1 = warning, 2 = action, 3 = info, 4 = verbose debug_log_level = action # Profiling (mod needed because the minetest cmdline sucks) profiler.load = false profilerdumper.interval = 300 # Permet aux vieux client de minetest de ce connecter strict_protocol_version_checking = false # Options pour le type du serveur creative_mode = true enable_damage = false disallow_empty_password = true server_dedicated = true # 1 day-night cycle lasts 24 minutes instead of 20. time_speed = 60 # Slightly higher player limit by default. max_users = 50 # Give basics privileges to new players. default_privs = home, spawn, fly, fast, shout # If true, actions are recorded for rollback enable_rollback_recording = true # Desactivate fire disable_fire = true # Si false, les pseudos des joueurs sont cachés à partir d'une distance de 50 blocs unlimited_player_transfer_distance = true # Activated the minimap usage if true enable_minimap = true # Disable PvP enable_pvp = false # Give initial stuff give_initial_stuff = true # Mapfix delay mapfix_delay = 5 # Fix the deleted item when die if your bags/craft grid/inventory is full max_objects_per_block = 150 # default value is 49 max_forceloaded_blocks = 100 ### SERVER SETTINGS FOR IMPROVED PERFORMANCE ### ################################################ max_block_generate_distance = 16 # 4 for better performances max_block_send_distance = 8 # 6 for better performances max_simultaneous_block_sends_per_client = 24 # 6 for better performances max_simultaneous_block_sends_server_total = 500 # 125 for better performances time_send_interval = 10 active_block_range = 1 server_map_save_interval = 60 sqlite_synchronous = 0 liquid_update = 5 ### SERVER AND PUBLIC INFORMATIONS ### ###################################### server_name = MinetestForFun CREATIVE server_description = Creative server hosted by XorHub Community(our old name was MinetestForFun Team). (Based on our main server mods) [Visit "xorhub.com" for more informations] motd = Welcome to "MinetestForFun CREATIVE" server! Feel free to build what you want, where you want, how you want! serverlist_url = servers.minetest.net server_url = http://xorhub.com/ server_announce = true server_address = 158.69.114.146 port = 30088 # 88 like infinity # curl default 5sec but timeout, fix to 15sec curl_timeout = 15000 ### MOVEMENT MODIFICATIONS ### ############################## # Slightly decreased compared to minetest_next. movement_acceleration_default = 2.4 # Same acceleration in air and on the ground, to fix some movement glitches. Also is easier to play. movement_acceleration_air = 1.2 # Almost instant acceleration in fast mode for more control. movement_acceleration_fast = 24 # Walking is 20 % faster than in minetest_game. Makes playing without the "fast" privilege less boring. movement_speed_walk = 4.8 # Half the speed of walking, just like the animation. movement_speed_crouch = 2.4 # 5 times faster than walking. movement_speed_fast = 24 # Makes climbing speed faster than rising in the water. Also makes ladders more useful. movement_speed_climb = 4.8 # Faster movement in liquids. Jumping at the water surface also speeds up swimming. movement_liquid_fluidity = 1.6 (default = 1) # Ralentissement à la surface de l'eau movement_liquid_fluidity_smooth = 0.5 # Vitesse à laquelle le joueur coule movement_liquid_sink = 15 # Slightly less gravity. movement_gravity = 9.5 # Jump height slightly reduced. movement_speed_jump = 6.5 # Emplacement du static spawn point static_spawnpoint = -713,9,-699 # Désactivation de l'anti-cheat qui fait ce téléporter en arrière si l'on va trop vite disable_anticheat = true ### WORLD MODIFICATIONS ### ########################### # mapgen version or singlenode mg_name = v7 # A chosen map seed for a new map, leave empty for random #fixed_map_seed = ObaniMg # Enable dungeons on new worlds. mg_flags = trees, caves, dungeons # Enable jungles on new worlds, disable biome blend and mud flow (faster, looks better). #mgv6_spflags = jungles, nobiomeblend, nomudflow # Less deserts, more beaches. #mgv6_freq_desert = 0.6 #mgv6_freq_beach = -0.15 ### MODS PARAMETERS ### ####################### # GIVE_INITIAL_STUFF MOD - Equipement pour les nouveaux joueurs : Give 1 axe_wood, 10 torches, 2 saplings, 5 apples. Edit mods/misc/give_initial_stuff.lua to change. give_initial_stuff = true #MODIFIER LES ITEMS AU DEMARRAGE ! # AREAS MOD areas.self_protection = true areas.self_protection_max_size = {x=50, y=100, z=50} areas.self_protection_max_areas = 20 # RANDOM_MESSAGES MOD - paramétrage de l'interval entre deux messages, 30min actuellement random_messages_interval = 900 # FAIL MOD - permettant failpoints et cookies fp_pubmsg = true fp_strict_checking = false # MESECONS MOD - paramétrage des outils logiques mesecon.overheat_max = 60 # MAPFIX MOD - Recalculate the flowing liquids and the light of a chunk mapfix_default_size = 40 mapfix_max_size = 50 mapfix_delay = 15 # TIME REGULATION - Disabled by default disable_time_regulation = true # Reduce Mesecons "blinky_plant" speed mesecon.blinky_plant_interval = 7 # Areas areas.self_protection = true areas.self_protection_max_size = 128, 128, 128 areas.self_protection_max_areas = 30 # Mysql Base, config file path mysql_base.cfgfile = /home/quentinbd/mysql_auth/mff-creative_config ### IRC CHAT ### ################ irc.server = chat.freenode.net irc.channel = #xorhub-minetest-creative irc.interval = 2.0 irc.nick = MFFC-Bot #irc.password = #vide car aucun mdp pour le channel secure.trusted_mods = irc, snow, stacktraceplus irc.debug = false irc.disable_auto_connect = false irc.disable_auto_join = false irc.send_join_part = true