capturetheflag/minetest.conf

52 lines
1.2 KiB
Plaintext
Raw Normal View History

2015-07-16 17:44:01 +00:00
give_initial_stuff = true
enable_pvp = true
2016-02-27 04:20:45 +00:00
fixed_map_seed = 13389864206935783704
mg_name = v7
mg_flags = nocaves,nodungeons,light,decorations
2015-07-16 17:44:01 +00:00
map_generation_limit = 160
2015-09-01 17:22:34 +00:00
vote.kick_vote = false
2016-02-27 04:20:45 +00:00
barrier = 106
2016-01-02 14:08:40 +00:00
regen_interval = 10
regen_amount = 1
2016-02-05 21:55:45 +00:00
random_messages_interval = 60
2016-02-27 14:58:25 +00:00
water_level = 38
2015-07-16 17:44:01 +00:00
2015-09-08 13:32:43 +00:00
#
# CTF_PVP_ENGINE
2015-07-16 17:44:01 +00:00
# See mods/ctf_pvp_engine/minetest.conf.example for ctf_pvp_engine settings.
2015-09-08 13:32:43 +00:00
#
2015-09-07 09:50:09 +00:00
ctf.colors.skins = true
2015-11-22 22:34:34 +00:00
ctf.colors.nametag = false
2015-09-08 13:32:43 +00:00
2015-07-16 17:44:01 +00:00
ctf.flag.capture_take = true
2015-11-25 18:38:05 +00:00
ctf.flag.waypoints = true
ctf.flag.nobuild_radius = 3
2015-09-08 13:32:43 +00:00
2015-07-16 17:44:01 +00:00
ctf.allocate_mode = 3
ctf.diplomacy = false
ctf.players_can_change_team = false
ctf.node_ownership = false
2015-09-01 17:28:40 +00:00
ctf.friendly_fire = false
2015-09-08 13:32:43 +00:00
ctf.autoalloc_on_joinplayer = true
2015-07-17 17:10:17 +00:00
ctf.match = true
match.teams = 2
match.team.1 = red
match.team.1.color = red
match.team.1.pos = 7,65,93
match.team.2 = blue
match.team.2.color = blue
match.team.2.pos = -22,66,-78
2015-12-30 12:53:10 +00:00
ctf.match.build_time = 240
2015-07-17 17:10:17 +00:00
ctf.match.clear_inv = true
ctf.match.destroy_team = true
ctf.match.reset_on_winner = true
2015-11-26 22:00:41 +00:00
ctf.match.map_reset_limit = 200
2015-11-25 18:38:05 +00:00
ctf.match.remove_player_on_leave = true
2015-09-08 13:32:43 +00:00
2015-07-27 17:23:08 +00:00
ctf.gui.tab.flags = false
2015-09-08 13:08:27 +00:00
ctf.gui.tab.settings = false
ctf.gui.tab.diplo = false
2015-07-27 17:23:08 +00:00
ctf.gui.team.teleport_to_flag = false