Advertisement
Guest User

server1

a guest
Jun 29th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. # This file does not include all possible commands but it includes the most common/useful ones.
  2.  
  3. # Before some variables are a # symbol. This means it is disabled. Remove the # symbol to enable them.
  4.  
  5. #########################################
  6. # Important Settings You Need To Change #
  7. #########################################
  8.  
  9. # Server hostname value
  10. server.hostname "el bano"
  11.  
  12. # A text description of your server. For a new line add:
  13. #server.description "Remove comment (#) and set description here"
  14.  
  15. # A URL to the image which shows up on the server details screen (dimensions are 512x256).
  16. #server.headerimage "http://urltoserver.image/header.png"
  17.  
  18. # The URL to your servers website.
  19. #server.url "http://yourdomain.com"
  20.  
  21. ####################################
  22. # Optional Settings You Can Change #
  23. ####################################
  24.  
  25. # A value of false makes text chat location based only (players need to be close to each other).
  26. # Values: true, false
  27. #server.globalchat true
  28.  
  29. # Controls if player vs player damage is allowed. If your server is primarily for building, you'll want to set this to false
  30. # Values: true, false
  31. #server.pve false
  32.  
  33. # Controls fall damage.
  34. # Values: true, false
  35. #falldamage.enabled true
  36.  
  37. # Helicopter bullet accuracy. Higher numbers are less accurate.
  38. #heli.bulletAccuracy 2
  39.  
  40. ################################################
  41. # Settings That Will Lag Server Is Set Too Low #
  42. ################################################
  43.  
  44. # Changes how often resources respawn.
  45. #spawn.min_rate 0.1
  46. #spawn.max_rate 1
  47.  
  48. # Changes how close resources spawn to each other.
  49. #spawn.min_density 0.1
  50. #spawn.max_density 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement