lgsm-default.cfg 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # This file does not include all possible commands but it includes the most common/useful ones.
  2. # If you want to see all possible comands, in the server console type: find .
  3. # Before some variables are a # symbol. This means it is disabled. Remove the # symbol to enable them.
  4. #########################################
  5. # Important Settings You Need To Change #
  6. #########################################
  7. # A text description of your server. For a new line add: \n
  8. server.description "LGSM Server\nRust support : UltimateByte"
  9. # A URL to the image which shows up on the server details screen (dimensions are 512x256).
  10. server.headerimage "https://github.com/GameServerManagers/LinuxGSM/raw/master/images/logo/lgsm-full-light.png"
  11. # The URL to your servers website.
  12. server.url "https://gameservermanagers.com/"
  13. ####################################
  14. # Optional Settings You Can Change #
  15. ####################################
  16. # A value of false makes text chat location based only (players need to be close to each other).
  17. # Values: true, false
  18. #server.globalchat true
  19. # Controls if player vs player damage is allowed. If your server is primarily for building, you'll want to set this to false
  20. # Values: true, false
  21. #server.pve false
  22. # Controls fall damage.
  23. # Values: true, false
  24. #falldamage.enabled true
  25. # Helicopter bullet accuracy. Higher numbers are less accurate.
  26. #heli.bulletAccuracy 2
  27. ################################################
  28. # Settings That Will Lag Server Is Set Too Low #
  29. ################################################
  30. # Changes how often resources respawn.
  31. #spawn.min_rate 0.1
  32. #spawn.max_rate 1
  33. # Changes how close resources spawn to each other.
  34. #spawn.min_density 0.1
  35. #spawn.max_density 1