minetest.conf 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. give_initial_stuff = true
  2. enable_pvp = true
  3. mg_name = singlenode
  4. vote.kick_vote = true
  5. hpregen.interval = 6
  6. hpregen.amount = 1
  7. random_messages_interval = 60
  8. sprint_stamina = 10
  9. #
  10. # CTF_PVP_ENGINE
  11. # See docs/doc_settings.md for ctf_pvp_engine settings.
  12. #
  13. ctf.colors.skins = true
  14. ctf.colors.nametag = true
  15. ctf.colors.nametag.tcolor = false
  16. ctf.flag.capture_take = true
  17. ctf.flag.waypoints = true
  18. ctf.flag.nobuild_radius = 3
  19. ctf.flag.alerts = true
  20. ctf.flag.drop_time = 300
  21. ctf.allocate_mode = 4
  22. ctf.players_can_change_team = false
  23. ctf.friendly_fire = false
  24. ctf.autoalloc_on_joinplayer = true
  25. ctf.match = true
  26. ctf.match.teams = 2
  27. ctf.match.team.1 = red
  28. ctf.match.team.1.color = red
  29. ctf.match.team.1.pos = 7,65,93
  30. ctf.match.team.2 = blue
  31. ctf.match.team.2.color = blue
  32. ctf.match.team.2.pos = -22,66,-78
  33. ctf.match.build_time = 180
  34. ctf.match.clear_inv = true
  35. ctf.match.destroy_team = true
  36. ctf.match.reset_on_winner = true
  37. ctf.match.map_reset_limit = 200
  38. ctf.match.remove_player_on_leave = true
  39. #
  40. # Physics
  41. #
  42. movement_acceleration_default = 4
  43. movement_acceleration_air = 3
  44. movement_speed_walk = 4.3
  45. movement_speed_crouch = 1.5
  46. movement_speed_climb = 3.5
  47. movement_speed_jump = 7