Skip to content

Commit 0f6e75b

Browse files
committedSep 23, 2016
Add settingtypes.txt for Minetest Game
Commit originally by PilzAdam. Settings appear in advanced settings menu.
1 parent 3e05870 commit 0f6e75b

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed
 

Diff for: ‎settingtypes.txt

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# This file contains settings of minetest_game that can be changed in
2+
# minetest.conf
3+
4+
# In creative mode players are able to dig all kind of blocks nearly
5+
# instantly, and have access to unlimited resources.
6+
# Some of the functionality is only available if this setting is present
7+
# at startup.
8+
creative_mode (Creative mode) bool false
9+
10+
# Flammable nodes will be ignited by nearby igniters. Spreading fire may
11+
# cause severe destruction.
12+
# Spreading fire nodes will disappear when fire is disabled, but
13+
# 'permanent_flame' nodes are unaffected.
14+
enable_fire (Fire) bool true
15+
16+
# If enabled, steel tools, torches and cobblestone will be given to new
17+
# players.
18+
give_initial_stuff (Give initial items) bool false
19+
20+
# If enabled, players respawn at the bed they last lay on instead of normal
21+
# spawn.
22+
# This setting is only read at startup.
23+
enable_bed_respawn (Respawn at bed) bool true
24+
25+
# If enabled, the night can be skipped if more than half of the players are
26+
# in beds.
27+
enable_bed_night_skip (Skip night when sleeping) bool true
28+
29+
# When TNT explodes, it destroys nearby nodes and damages nearby players.
30+
# This setting is disabled by default on servers.
31+
enable_tnt (TNT) bool true
32+
33+
# The radius in which nodes will be destroyed by a TNT explosion.
34+
tnt_radius (TNT radius) int 3 0
35+
36+
# The time in seconds after which the bones of a dead player can be looted
37+
# by everyone.
38+
# Setting this to 0 will disable sharing of bones completely.
39+
share_bones_time (Bone share time) int 1200 0
40+
41+
# Replaces old stairs with new ones. Only required for older worlds.
42+
enable_stairs_replace_abm (Replace old stairs) bool false

0 commit comments

Comments
 (0)
Please sign in to comment.