minetest.conf 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. # Gamemode
  2. creative_mode = false
  3. enable_damage = true
  4. # Player Versus Player
  5. enable_pvp = true
  6. # You should configure port number via you're docker-compose.yml
  7. bind_address = 0.0.0.0
  8. port = 30000
  9. # Max Users
  10. max_users = 4
  11. # Server Credentials (Only when we use server_annouce)
  12. # (I think server_annouce needs to open 8080 to send stats)
  13. server_annouce = false
  14. server_name = "A Luanti Server"
  15. server_description = "A Luanti Server\nCome Play!"
  16. server_motd = "A Luanti Server\nWelcome to our world"
  17. # Server Optimizations (Useful for low-end environments, comment out or change)
  18. # https://forum.luanti.net/viewtopic.php?f=10&t=1825
  19. max_block_send_distance = 6
  20. max_simultaneous_block_sends_per_client = 7
  21. max_simultaneous_block_sends_server_total = 7000
  22. active_block_range = 2
  23. server_map_save_interval = 14.3
  24. # Hide name tags beyond a distance
  25. player_transfer_distance = 1
  26. unlimited_player_transfer_distance = false
  27. # Spawn
  28. # (Enter your world, use F3 to get coordinates, and round up to nearest whole)
  29. # static_spawnpoint =
  30. # Intial Stuff
  31. give_initial_stuff = false
  32. # This is game and mod specific/depended
  33. initial_stuff = default:torch 2,farming:bread 2
  34. # Privileges (privs)
  35. default_privs = interact, shout
  36. # Owner
  37. name = Admin
  38. # Disable log rollover (This way you keep you're logs)
  39. debug_log_size_max = -1
  40. # Messages for server events
  41. kick_msg_shutdown = "I was asked to shutdown, but I'll be back again"
  42. kick_msg_crash = "Oh no! I crashed... don't worry, I'll be back soon"
  43. ask_reconnect_on_crash = true
  44. # Security Option
  45. disallow_empty_passwords = true
  46. # Trusted mods (they get access to special stuff)
  47. secure.trusted_mods = skinsdb
  48. # More server optimizations from a mod
  49. mesecon.luacontroller_lightweight_interrupts = true
  50. # bridger trusses
  51. bridger_enable_trusses = true
  52. ## Mod Settings ##
  53. # [moreblocks/stairsplus] Show every stair varient in creative
  54. moreblocks.stairsplus_in_creative_inventory = false