Advertisement
secondcoming

Untitled

Apr 28th, 2016
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.42 KB | None | 0 0
  1. #--------------------------------------------------------------------------------------------------------
  2. [Bec]
  3. #--------------------------------------------------------------------------------------------------------
  4.  
  5. # Set the ip to your server. normally 127.0.0.1 will be fine.
  6. Ip = 127.0.0.1
  7.  
  8.  
  9. # Set the port to the server. default port is 2302
  10. Port = 2304
  11.  
  12.  
  13. # Set the path to the BattlEye directory that is currently in use by the server.
  14. BePath = F:\A3server\SC\BattlEye
  15.  
  16.  
  17. # Set the path to your Admins.xml file containing your admins.
  18. Admins = Admins.xml
  19.  
  20.  
  21. # Set the path to your Commands.xml file.
  22. Commands = Commands.xml
  23.  
  24.  
  25. #--------------------------------------------------------------------------------------------------------
  26. [Misc]
  27. #--------------------------------------------------------------------------------------------------------
  28.  
  29. # Set which type of hacks that will be added to your banlist.
  30. # 0 = none. 1 = GameHack. 2 = Battleye Hack. 3 = both GameHack & Battleye Hack.
  31. # value 3 is set as default if this parameter is not defined.
  32. Ban = 3
  33.  
  34. # Set the height & width of Becs console window
  35. ConsoleHeight = 45
  36. ConsoleWidth = 165
  37.  
  38.  
  39. # Only allow english chars.
  40. AsciiNickOnly = False
  41.  
  42.  
  43. # Only allow english chars to be typed on the chat. Note, Warnings must be enabled. 0 or more.
  44. AsciiChatOnly = True
  45.  
  46.  
  47. # If AsciiChatOnly is set True. you can define none english chars that will be accepted.
  48. # You separate each char with a , "note you need to define lower and upper case of the chars."
  49. IgnoreChatChars = €,£,æ,Æ,ø,Ø,å,Å,ö,ä,ü,ß
  50.  
  51.  
  52. # Set the amount of warnings a player will get before kicked. -1 is disabled. 0 instant kick
  53. # 1 == one warning on a bad word. next bad word results in kick
  54. Warnings = 1
  55.  
  56.  
  57. # Min length, kicks players who has to short name.
  58. MinPlayerNameLength = 2
  59.  
  60.  
  61. # Max length, kicks players who has to long name.
  62. MaxPlayerNameLength = 40
  63.  
  64.  
  65. # Set the name of your Arma3server.exe if it has been renamed from arma3server.exe to something else!
  66. # if the exe has its original name. comment it out.
  67. # DO NOT SET FULL PATH TO THE EXE FILE
  68. ServerExeName = arma3server.exe
  69.  
  70.  
  71. # Set path to the file containing a list of bad words. Note, Warnings must be enabled. 0 or more.
  72. WordFilterFile = BadWords.txt
  73.  
  74.  
  75.  
  76. # Kick people with offensive names
  77. NickFilterFile = BadNames.txt
  78.  
  79.  
  80. # Set the path to the Scheduler.xml file.
  81. Scheduler = Scheduler.xml
  82.  
  83.  
  84. # Kick people who are idleing in the lobby, kick will happen after given time, Min time is 90 sec. use 0 to disable this function.
  85. KickLobbyIdlers = 60
  86.  
  87.  
  88. # If enabled. Bec will create seperate chat files for each channel along with the main file.
  89. #ChatChannelFiles = false
  90.  
  91. # Set the amount of Normal players who can connect. Set it to -1 to disable it.
  92. # If set to 0 it means only players who are listed in the Admins.xml, (or whatever you call it) will be able to connect to the server.
  93. # Quick Example 1: server can hold 50 players. and you want to reserve 5 slots for admins. then set SlotLimit to 45.
  94. # Quick Example 2: server can hold 50 players. and you want to reserve 5 slots for admins and 5 slots for friends. then set SlotLimit to 40,
  95. # AND edit your admins.xml. ADD in all your friends guid and remaining data, put them in group example 100. or whatever you feel likt.
  96. # by using this method you can give some of your friends some access to some commands if you like or none.
  97. # in general this is works like .Whitelisting X player slots for admins and friends, while leaving the remaining Y slots for public.
  98. SlotLimit = 70
  99.  
  100. # Set the message people will get when they try to connect and is not whitelisted. Text must be in ascii letters.
  101. SlotLimitKickMsg = Sorry...the Server has reached its player limit.
  102.  
  103.  
  104. # The amount of time Bec will wait for the server to start up.
  105. Timeout = 180
  106.  
  107.  
  108. #--------------------------------------------------------------------------------------------------------
  109. [Reporter]
  110. #--------------------------------------------------------------------------------------------------------
  111. # Reporter account. Fill in the username and password for your reporter account.
  112. # GameHacks, BattlEye Hacks will be reported to a database. all players who connect will also be checked against this database.
  113.  
  114. # Set the Username for your account
  115. #User = alfred
  116.  
  117.  
  118. # Set the Password for your account
  119. #Password = 123456
  120.  
  121.  
  122. #--------------------------------------------------------------------------------------------------------
  123. [ChatRestriction]
  124. #--------------------------------------------------------------------------------------------------------
  125. # Set max amount of chat lines a player is allowed to send for each channel.
  126. # Going passed the number will result in kick. -1 is disabled, 0 isntant kick.
  127. # If the number is higher than 0 players will be sent warnings.
  128.  
  129. Lobby = -1
  130. Global = -1
  131. Side = -1
  132. Group = -1
  133. Vehicle = -1
  134. Command = -1
  135. Commander = -1
  136. Direct = -1
  137.  
  138.  
  139. #--------------------------------------------------------------------------------------------------------
  140. [ChatSpam]
  141. #--------------------------------------------------------------------------------------------------------
  142.  
  143. # Set max amount of chat lines per channel allowed within given time frame.
  144. # Set the values to 0 to disable this function(s)
  145.  
  146. # Quick Example:
  147. # Lobby = 5
  148. # Lobby_Time_Lower = 10
  149. # Lobby_Time_Upper = 15
  150.  
  151. # If the time between each new chatlines from a player is less than CHANNEL_Time_Lower the spam counter increases by + 1.
  152. # Consider the CHANNEL (Lobby) as the spam counter.
  153. # When a player has (CHANNEL - 1) in spam counting. a warning will be sent to whom it may consern.
  154. # If the time between each new chatline from the player is Greater than CHANNEL_Time_Lower and Less than CHANNEL_Time_Upper the spam counter stay as it is.
  155. # If the time since the last chatline is greater then CHANNEL_Time_Upper the spam counter is reset to 1.
  156. # To get optimal result play around a bit with the values on your server.
  157.  
  158. Lobby = 0
  159. Lobby_Time_Lower = 0
  160. Lobby_Time_Upper = 0
  161.  
  162. Global = 0
  163. Global_Time_Lower = 0
  164. Global_Time_Upper = 0
  165.  
  166. Side = 0
  167. Side_Time_Lower = 0
  168. Side_Time_Upper = 0
  169.  
  170. Group = 0
  171. Group_Time_Lower = 0
  172. Group_Time_Upper = 0
  173.  
  174. Vehicle = 0
  175. Vehicle_Time_Lower = 0
  176. Vehicle_Time_Upper = 0
  177.  
  178. Command = 0
  179. Command_Time_Lower = 0
  180. Command_Time_Upper = 0
  181.  
  182. Commander = 0
  183. Commander_Time_Lower = 0
  184. Commander_Time_Upper = 0
  185.  
  186. Direct = 0
  187. Direct_Time_Lower = 0
  188. Direct_Time_Upper = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement