Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2020
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.47 KB | None | 0 0
  1. #Server main settings
  2. server_name: Roblox
  3. #default - uses server_name
  4. player_list_title: default
  5. player_list_title_rate: default
  6. serverinfo_pastebin_id: 7wV681fT
  7. server_ip: 185.239.237.5:7796
  8. max_players: 10
  9. use_reserved_slots: true
  10. lobby_waiting_time: default
  11. ipv4_bind_ip: 0.0.0.0
  12. ipv6_bind_ip: ::
  13. contact_email: default
  14.  
  15. #Spawn settings
  16. minimum_MTF_time_to_spawn: 280
  17. maximum_MTF_time_to_spawn: 350
  18. maximum_MTF_respawn_amount: 15
  19. maximum_CI_respawn_amount: 15
  20. priority_mtf_respawn: true
  21. use_crypto_rng: false
  22. ci_respawn_percent: 35
  23. ci_on_start_percent: 10
  24. team_respawn_queue: 40143140314414041340
  25.  
  26. #Random-stuff settings (-1: random)
  27. server_forced_class: -1
  28. map_seed: -1
  29.  
  30. #Misc gameplay settings
  31. #How many seconds someone is AFK sitting in their spawn location before they are kicked. Set to 0 or lower to disable. (Due to the 079 intro screen 079 has 13 extra seconds to be AFK.)
  32. afk_time: 90
  33. intercom_cooldown: 120
  34. intercom_max_speech_time: 20
  35. auto_round_restart_time: 10
  36. friendly_fire: false
  37. warhead_tminus_start_duration: 90
  38. human_grenade_multiplier: 0.7
  39. scp_grenade_multiplier: 1
  40. lock_gates_on_countdown: true
  41. isolate_zones_on_countdown: false
  42. open_doors_on_countdown: true
  43. keep_items_after_escaping: true
  44. allow_playing_as_tutorial: true
  45. disable_decontamination: false
  46. 096_destroy_locked_doors: true
  47. no_holidays: false
  48. allow_disarmed_interaction: false
  49. 914_mode: default
  50. sinkhole_slow_amount: 30
  51. sinkhole_spawn_chance: 0
  52.  
  53. #Pocket Dimension settings
  54. pd_exit_count: 2
  55. pd_random_exit_rids:
  56. pd_random_exit_rids_after_decontamination:
  57. pd_refresh_exit: false
  58.  
  59. #Disarmer settings
  60. mtf_can_cuff_researchers: true
  61. ci_can_cuff_class_d: true
  62. cuffed_escapee_change_team: true
  63.  
  64. #Spawn Protect settings
  65. spawn_protect_disable: true
  66. spawn_protect_time: 30
  67. spawn_protect_team: [1, 2]
  68. spawn_protect_allow_dmg: true
  69.  
  70. #Grenades chaining options
  71. #-1 to unlimited, 0 to disable chain reaction
  72.  
  73. #max amount of grenades that can be activated by a single grenade
  74. grenade_chain_limit: 10
  75.  
  76. #limit of length of grenades chain
  77. grenade_chain_length_limit: 4
  78.  
  79. #Security & Anticheat (default settings are good enough in most cases)
  80. online_mode: true
  81. ip_banning: true
  82. enable_whitelist: false
  83. hide_from_public_list: false
  84. forward_ports: true
  85. enable_query: false
  86. query_port_shift: 0
  87. query_use_IPv6: true
  88. administrator_query_password: none
  89. enable_sync_command_binding: false
  90. anti_player_wallhack: default
  91. ratelimit_kick: true
  92.  
  93. #This enforces the player to be using same IP address to connect to the game and authenticate.
  94. #Enabling this blocks proxies. Not enforced if player joined from IPv4 and authenticated from IPv6 or viceversa.
  95. #Situations with combinating IPv4 and IPv6 addresses are being checked on central servers after authentication (only for servers on public list).
  96. enforce_same_ip: true
  97. no_enforcement_for_local_ip_addresses: true
  98.  
  99. #This enforces that the IP address used to connect to the game and authenticate must be assigned to the same Internet Service Provider (ISP).
  100. #Works only on servers on the public list. This is less restrictive that "enforce_same_ip" and blocks most of the proxies.
  101. enforce_same_asn: true
  102.  
  103. #Connections ratelimiting
  104. #Ratelimit time windows define how often user with the same IP/UserID can initialize new connection (once per X seconds).
  105. enable_ip_ratelimit: true
  106. enable_userid_ratelimit: true
  107. ip_ratelimit_window: 3
  108. userid_ratelimit_window: 5
  109.  
  110. #DefaultAmmo
  111. class_d_personnel_defaultammo: [0, 0, 0]
  112. nine_tailed_fox_scientist_defaultammo: [120, 20, 20]
  113. scientist_defaultammo: [0, 0, 0]
  114. chaos_insurgency_defaultammo: [0, 100, 0]
  115. nine_tailed_fox_lieutenant_defaultammo: [80, 0, 50]
  116. nine_tailed_fox_commander_defaultammo: [120, 0, 100]
  117. nine_tailed_fox_cadet_defaultammo: [40, 0, 100]
  118. tutorial_defaultammo: [0, 0, 0]
  119. facility_guard_defaultammo: [0, 35, 0]
  120.  
  121. #Enable this ONLY if you use plugin or modification that provides custom whitelist.
  122. #This is only to mark the server on the public list as using a whitelist.
  123. #More information can be found in Verified Server Rules. If your server is not on the public list - ignore this.
  124. custom_whitelist: false
  125.  
  126. #Enable this ONLY if you use plugin or modification that restricts access to the server (other than whitelist, eg. password).
  127. #This is only to mark the server on the public list as using access restriction.
  128. #More information can be found in Verified Server Rules. If your server is not on the public list - ignore this.
  129. server_access_restriction: false
  130.  
  131. #port_queue is for NONDEDICATED SERVERS ONLY
  132. port_queue:
  133. - 7777
  134. - 7778
  135. - 7779
  136. - 7780
  137. - 7781
  138. - 7782
  139. - 7783
  140. - 7784
  141.  
  142. #Enabling this will automatically ban IP of players on the server that receives a Global Ban by a Global Moderator. (Defaults to false)
  143. gban_ban_ip: default
  144.  
  145. noclip_protection_output: false
  146. speedhack_protection_output: false
  147.  
  148. #Administrative actions broadcast options
  149. broadcast_kicks: false
  150. broadcast_kick_text: %nick% has been kicked from this server.
  151. broadcast_kick_duration: 5
  152. broadcast_bans: true
  153. broadcast_ban_text: %nick% has been banned from this server.
  154. broadcast_ban_duration: 5
  155.  
  156. #Geoblocking
  157. #If your server is on the public list, please refer to Verified Server Rules for more details.
  158. #Modes: none, whitelist, blacklist
  159. geoblocking_mode: none
  160.  
  161. #If enabled, players on the whitelist are able to ignore geoblocking.
  162. geoblocking_ignore_whitelisted: true
  163.  
  164. #ISO country codes, eg. PL, US, DE
  165. geoblocking_whitelist:
  166. - AA
  167. - AB
  168. - AC
  169.  
  170. geoblocking_blacklist:
  171. - AA
  172. - AB
  173. - AC
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement