This repository has been archived by the owner on Aug 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathminetest.conf
78 lines (72 loc) · 2.16 KB
/
minetest.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
### GENERAL SETTINGS SERVER ###
###############################
name = Darcidride
# 0 = none, 1 = errors and debug, 2 = action, 3 = info, 4 = verbose
debug_log_level = 2
# Désactivation de l'anti-cheat qui fait ce téléporter en arrière si l'on va trop vite
disable_anticheat = true
# Options pour le type du serveur
creative_mode = false
enable_damage = true
disallow_empty_password = true
server_dedicated = true
# If true, actions are recorded for rollback
enable_rollback_recording = true
# Desactivate fire
disable_fire = true
mg_flags = nocaves, nodungeons
# no mapgen, and no lua mod for mapgen
mg_name = singlenode
# Activated the minimap usage if true
enable_minimap = true
### SERVER PERFORMANCE SETTINGS ###
###################################
max_block_send_distance = 8
max_simultaneous_block_sends_per_client = 10000
max_simultaneous_block_sends_server_total = 10000
active_block_range = 1
server_map_save_interval = 300
### Game balance ###
####################
movement_speed_walk = 5
movement_speed_crouch = 2
time_speed = 0
### SERVER ANNOUNCEMENT ###
###########################
server_announce = 1
server_url = http://minetestforfun.com/
server_name = MinetestForFun BROS
server_description = Bros server hosted by MinetestForFun Team.
motd = Welcome to MinetestForFun Team Bros server.
max_users = 20
serverlist_url = servers.minetest.net
server_address = 212.83.148.178
#port = 300??
strict_protocol_version_checking = false
#Sert à quoi ?
#remote_media = http://hugo.pro/minetest-data/
### Mods ###
############
# Mobs
#spawn_hostile_mobs = false
# HudBars
#hudbars_sorting = health=0,breath=1,hunger=2,thirst=3
# Random_Messages
#random_messages_interval = 900
# Bottom layout of death blocks
bottom_layout = -100
### IRC CHAT ###
################
#irc.server = digitalaudioconcepts.com
#irc.channel = #minetestforfun-hg
#irc.interval = 2.0
#irc.nick = MFFSB-Bot
# irc.password = # Empty because no channel password
#secure.trusted_mods = irc # Mod security
#irc.debug = false
#irc.disable_auto_connect = false
#irc.disable_auto_join = false
#irc.send_join_part = true
### TIME TO REMOVE DROPPED ITEMS ###
####################################
#item_entity_ttl = 30