wizardsDen.toml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. # Base configuration preset used on all Wizard's Den servers.
  2. # Loaded before server-specific config presets by configuration.
  3. [game]
  4. desc = "Official English Space Station 14 servers. Vanilla, roleplay ruleset."
  5. lobbyenabled = true
  6. soft_max_players = 80
  7. panic_bunker.enabled = true
  8. panic_bunker.min_overall_minutes = 120
  9. panic_bunker.disable_with_admins = true
  10. panic_bunker.enable_without_admins = true
  11. panic_bunker.show_reason = true
  12. panic_bunker.custom_reason = "You have not played on a Wizard's Den server long enough to connect to this server. Please play on Wizard's Den Lizard until you have more playtime."
  13. # IPIntel stuff
  14. ipintel_enabled = true
  15. ipintel_contact_email = "telecommunications@spacestation14.com"
  16. [infolinks]
  17. bug_report = "https://github.com/space-wizards/space-station-14/issues/new/choose"
  18. discord = "https://discord.spacestation14.io"
  19. forum = "https://forum.spacestation14.io"
  20. github = "https://github.com/space-wizards/space-station-14"
  21. patreon = "https://www.patreon.com/spacestation14"
  22. website = "https://spacestation14.io"
  23. wiki = "https://wiki.spacestation14.io"
  24. appeal = "https://appeal.ss14.io"
  25. [server]
  26. rules_file = "StandardRuleset"
  27. [net]
  28. max_connections = 1024
  29. [vote]
  30. restart_required_ratio = 0.7
  31. [netres]
  32. limit = 10.0
  33. [admin]
  34. see_own_notes = true
  35. deadmin_on_join = true
  36. new_player_threshold = 600
  37. alert.min_players_sharing_connection = 2
  38. allow_multi_server_play = false
  39. [atmos]
  40. max_explosion_range = 5
  41. [worldgen]
  42. enabled = true
  43. [status]
  44. privacy_policy_link = "https://spacestation14.com/about/privacy/#game-server-privacy-policy"
  45. privacy_policy_identifier = "wizden"
  46. privacy_policy_version = "2025-01-19"