Advertisement
Guest User

Untitled

a guest
Jul 8th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. # Server
  2.  
  3. name = james
  4. port = 30000
  5. motd = [FCS] Rocks and shrubs for tools, don't forget to /sethome & /setspawn
  6. default_privs = interact,shout,home,spawn
  7. max_users = 15
  8. strict_protocol_version_checking = false
  9. static_spawnpoint = 14, 55.5, -3
  10.  
  11. disable_anticheat = true
  12.  
  13. time_send_interval = 10
  14. time_speed = 36
  15.  
  16. server_announce = true
  17. server_address = lumaria.duckdns.org
  18. server_url = https://forum.minetest.net/viewtopic.php?f=10&t=14787
  19. server_description = fun_caves server w/ mobs, hunger, armor. Try and reach new realms!
  20. server_name = [FCS] Fun Caves
  21.  
  22. enable_remote_media_server = true
  23. media = http://lumaria.duckdns.org/fun_caves/
  24.  
  25. curl_timeout = 30000
  26. curl_parallel_limit = 32
  27.  
  28. # Performance
  29.  
  30. server_map_save_interval = 15.3
  31. dedicated_server_step = 0.2
  32. sqlite_synchronous = 0
  33. server_unload_unused_data_timeout = 33
  34. active_block_range = 1
  35. active_object_send_range_blocks = 2
  36. max_objects_per_block = 29
  37. max_block_send_distance = 6
  38. max_forceloaded_blocks = 10
  39. max_simultaneous_block_sends_per_client = 4
  40. max_simultaneous_block_sends_server_total = 40
  41.  
  42. nodetimer_interval = 0.25
  43.  
  44. # Mod Stuff
  45.  
  46. sprint_particles = false
  47. enable_tnt = true
  48. mobs_spawn_protected = false
  49. fun_caves_use_armor_elixirs = true
  50. fun_caves_expire_elixir_on_death = true
  51. share_bones_time = 300
  52. share_bones_time_early = 0
  53. give_initial_stuff = true
  54. initial_stuff = xdecor:crafting_guide
  55.  
  56.  
  57. # Debug
  58.  
  59. deprecated_lua_api_handling = log
  60. #mod_profiling = false
  61. #detailed_profiling = false
  62.  
  63.  
  64. # Physics
  65.  
  66. movement_acceleration_default = 6
  67. # default: 3
  68. movement_acceleration_air = 4
  69. # default: 2
  70. movement_acceleration_fast = 10
  71. # default: 10
  72.  
  73. movement_speed_walk = 8
  74. # default: 4
  75. movement_speed_crouch = 2.7
  76. # default: 1.35
  77. movement_speed_fast = 20
  78. # default: 20
  79. movement_speed_climb = 4
  80. # default: 2
  81. movement_speed_jump = 6.5
  82. # default: 6.5
  83. movement_speed_descend = 12
  84. # default: 6
  85.  
  86. movement_liquid_fluidity = 1
  87. # default: 1
  88. movement_liquid_fluidity_smooth = 0.5
  89. # default: 0.5
  90. movement_liquid_sink = 10
  91. # default: 10
  92.  
  93. movement_gravity = 9.81
  94. # default: 9.81
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement