rights 755 and add minetest.conf to the repository

This commit is contained in:
BUISSON-DEBON Quentin 2015-09-02 22:41:36 +02:00
parent cd1feda2e5
commit ce8ea83036
7 changed files with 129 additions and 0 deletions

129
minetest.conf Executable file
View File

@ -0,0 +1,129 @@
### GENERAL SETTINGS SERVER ###
###############################
name = Darcidride
# 0 = none, 1 = errors and debug, 2 = action, 3 = info, 4 = verbose
debug_log_level = 2
motd = Welcome to "MinetestForFun (Survival PVP Hardcore) [FR/EN]" server! / Bienvenue sur le serveur MinetestForFun (Survie PVP Difficile) [FR/EN] !
# Permet aux vieux client de minetest de ce connecter
strict_protocol_version_checking = false
# Options pour le type du serveur
creative_mode = false
enable_damage = true
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 = 25
# Give basics privileges to new players.
default_privs = home, spawn, faction_user
# 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 = false
# Activated the minimap usage if true
enable_minimap = true
### SERVER SETTINGS FOR IMPROVED PERFORMANCE ###
################################################
max_block_generate_distance = 4
max_block_send_distance = 6
max_simultaneous_block_sends_per_client = 24 # 6 for small performances
max_simultaneous_block_sends_server_total = 500 # 125 for small performances
time_send_interval = 10
active_block_range = 1
server_map_save_interval = 300
sqlite_synchronous = 0
### SERVER AND PUBLIC INFORMATIONS ###
######################################
server_name = MinetestForFun (Survival PVP Hardcore) [FR/EN]
server_description = A Minetest server to survive and have fun! (Hardcore difficulty) / Un serveur de Minetest, pour survivre et s'amuser ! (Difficulte Extreme)
serverlist_url = servers.minetest.net
server_url = http://minetestforfun.com/
server_announce = true
server_address = 212.83.148.178
port = 30001
### 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 = 24,97,-1
# 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 ###
###########################
# A chosen map seed for a new map, leave empty for random
fixed_map_seed = 13107546752813893513
# 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
# Nécessaire pour le mapgen Lua "Watershed"
mg_name = singlenode
### 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
# AREAS MOD
areas.self_protection = true
areas.self_protection_max_size = {x=50, y=100, z=50}
areas.self_protection_max_areas = 10
# DROPONDIE MOD - si false, les sacs des joueurs sont vidées à leurs mort
keepInventory = false
# RANDOM_MESSAGES MOD - paramétrage de l'interval entre deux messages, 30min actuellement
random_messages_interval = 1800
# 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
### IRC CHAT ###
################
irc.server = digitalaudioconcepts.com
#Old value : irc.inchra.net # Ne marche pas : osiris.inchra.net #digitalaudioconcepts.com #IP address 176.9.29.178:6667 or 67.241.151.78:6697
irc.channel = #minetestforfun
irc.interval = 2.0
irc.nick = MFF-Bot
#irc.password = #vide car aucun mdp pour le channel
secure.trusted_mods = irc, snow # Mod security
irc.debug = false
irc.disable_auto_connect = false
irc.disable_auto_join = false
irc.send_join_part = true

0
mods/mff/mff_pclasses/wizard.lua Normal file → Executable file
View File

0
mods/moreores/ores.lua Normal file → Executable file
View File

0
mods/peace_areas/init.lua Normal file → Executable file
View File

0
mods/snow/aliases.lua Normal file → Executable file
View File

0
mods/unifieddyes/locale/tr.txt Normal file → Executable file
View File

View File