Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.35 KB | None | 0 0
  1. # This config file is only provided as an example file.
  2. # Edit it to sute your needs.
  3. # For more info on how to edit this file. use the Readme.txt file or visit http://www.ibattle.org/install-and-configure
  4.  
  5. #--------------------------------------------------------------------------------------------------------
  6. [Bec]
  7. #--------------------------------------------------------------------------------------------------------
  8. # Set the ip to your server. normally 127.0.0.1 will be fine.
  9. Ip = 127.0.0.1
  10.  
  11. # Set the port to the server. default port is 2302
  12. Port = 2302
  13.  
  14. # Set the path to the BattlEye directory that is currently in use by the server.
  15. BePath = C:\Steam\steamapps\common\Arma 3 Server\Battleye
  16.  
  17. # Set the path to your Admins.xml file containing your admins.
  18. Admins = Admins.xml
  19.  
  20. # Set the path to your Commands.xml file.
  21. Commands = Commands.xml
  22.  
  23. #--------------------------------------------------------------------------------------------------------
  24. [Misc]
  25. #--------------------------------------------------------------------------------------------------------
  26. # Auto run loadbans when ban file(s) changes.
  27. # 1 or True will turn it on.
  28. # 0 or False will turn it off.
  29. # If this parameter is not defined it will use False as default.
  30. AutoLoadBans = True
  31. # Set which type of hacks that will be added to your banlist.
  32. # 0 = none. 1 = GameHack. 2 = Battleye Hack. 3 = both GameHack & Battleye Hack.
  33. # value 3 is set as default if this parameter is not defined.
  34. Ban = 3
  35.  
  36. # Set the names of your custom ban files, Separate each file with "," (comma): file1.txt, banfile2.txt, newfile.txt
  37. # If you do not use any custom ban files. delete this option or leave this option commented.
  38. # This option will check ban files for changes and automatic do a loadbans file when a file gets changed
  39. # Do not specify the default bans.txt file here.
  40. BeCustomBanFiles = Bans1.txt
  41.  
  42. # Set the height & width of Becs console window
  43. ConsoleHeight = 45
  44. ConsoleWidth = 165
  45.  
  46. # Only allow english chars.
  47. AsciiNickOnly = False
  48.  
  49. # Only allow english chars to be typed on the chat. Note, Warnings must be enabled. 0 or more.
  50. AsciiChatOnly = True
  51.  
  52. # If AsciiChatOnly is set True. you can define none english chars that will be accepted.
  53. # You separate each char with a , "note you need to define lower and upper case of the chars."
  54. IgnoreChatChars = €,£,æ,Æ,ø,Ø,å,Å,ö,ä,ü,ß
  55.  
  56. # Set the amount of warnings a player will get before kicked. -1 is disabled. 0 instant kick
  57. # 1 == one warning on a bad word. next bad word results in kick
  58. Warnings = 3
  59.  
  60. # Kick players who has listed chars in their name when they connect
  61. DisallowPlayerNameChars = []{}()0123456789
  62.  
  63. # Min length, kicks players who has to short name when they connect.
  64. MinPlayerNameLength = 3
  65.  
  66. # Max length, kicks players who has to long name when they connect.
  67. MaxPlayerNameLength = 16
  68.  
  69. # Set the name of your Arma3server.exe if it has been renamed from arma3server.exe to something else!
  70. # if the exe has its original name. comment it out.
  71. # DO NOT SET FULL PATH TO THE EXE FILE
  72. #ServerExeName = arma3server.exe
  73.  
  74.  
  75. # Set the path to the file containing whitelisted guids.
  76. #WhiteListFile = WhiteList.txt
  77.  
  78. # Set custom whitelist kick message. Text must be in ascii letters. MAX 58 CHARS. BE only does ascii on messages
  79. WhiteListKickMsg = You are not whitelisted on this server.
  80.  
  81. # Set the path to the Scheduler.xml file.
  82. #Scheduler = Scheduler.xml
  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 = 0
  86.  
  87. # If enabled. Bec will create separate chat files for each channel along with the main file.
  88. #ChatChannelFiles = false
  89. # Set the amount of Normal players who can connect. Set it to -1 to disable it.
  90. # 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.
  91. # Quick Example 1: server can holed 50 players. and you want to reserve 5 slots for admins. then set SlotLimit to 45.
  92. # Quick Example 2: server can holed 50 players. and you want to reserve 5 slots for admins and 5 slots for friends. then set SlotLimit to 40,
  93. # AND edit your admins.xml. ADD in all your frineds guid and remaining data, put them in group example 100. or whatever you feel likt.
  94. # by using this method you can give some of your friends some access to some commands if you like or none.
  95. # in general this is works like .Whitelisting X player slots for admins and friends, while leaving the remaining Y slots for public.
  96. SlotLimit = -1
  97. # Set the message people will get when they try to connect and is not whitelisted. Text must be in ascii letters.
  98. SlotLimitKickMsg = The Server has reached its player limit.
  99.  
  100. # The amount of time Bec will wait for the server to start up.
  101. Timeout = 60
  102.  
  103. #--------------------------------------------------------------------------------------------------------
  104. [Reporter]
  105. #--------------------------------------------------------------------------------------------------------
  106. # Reporter account. Fill in the username and password for your reporter account.
  107. # GameHacks, BattlEye Hacks will be reported to a database. all players who connect will also be checked against this database.
  108. # Set the Username for your account
  109. #User = alfred
  110.  
  111. # Set the Password for your account
  112. #Password = MyExtdb Password
  113.  
  114. #--------------------------------------------------------------------------------------------------------
  115. [ChatRestriction]
  116. #--------------------------------------------------------------------------------------------------------
  117. # Set max amount of chat lines a player is allowed to send for each channel.
  118. # Going passed the number will result in kick. -1 is disabled, 0 instant kick.
  119. # If the number is higher than 0 players will be sent warnings.
  120. Lobby = 30
  121. Global = 5
  122. Side = 7
  123. Group = 9
  124. Vehicle = 11
  125. Command = 13
  126. Commander = 15
  127. Direct = 17
  128.  
  129. #--------------------------------------------------------------------------------------------------------
  130. [ChatSpam]
  131. #--------------------------------------------------------------------------------------------------------
  132. # Set max amount of chat lines per channel allowed within given time frame.
  133. # Set the values to 0 to disable this function(s)
  134. # Quick Example:
  135. # Lobby = 5
  136. # Lobby_Time_Lower = 10
  137. # Lobby_Time_Upper = 15
  138. # If the time between each new chatlines from a player is less than CHANNEL_Time_Lower the spam counter increases by + 1.
  139. # Consider the CHANNEL (Lobby) as the spam counter.
  140. # When a player has (CHANNEL - 1) in spam counting. a warning will be sent to whom it may concern.
  141. # 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.
  142. # If the time since the last chatline is greater then CHANNEL_Time_Upper the spam counter is reset to 1.
  143. # To get optimal result play around a bit with the values on your server.
  144. Lobby = 0
  145. Lobby_Time_Lower = 0
  146. Lobby_Time_Upper = 0
  147. Global = 0
  148. Global_Time_Lower = 0
  149. Global_Time_Upper = 0
  150. Side = 0
  151. Side_Time_Lower = 0
  152. Side_Time_Upper = 0
  153. Group = 2
  154. Group_Time_Lower = 1
  155. Group_Time_Upper = 3
  156. Vehicle = 0
  157. Vehicle_Time_Lower = 0
  158. Vehicle_Time_Upper = 0
  159. Command = 0
  160. Command_Time_Lower = 0
  161. Command_Time_Upper = 0
  162. Commander = 0
  163. Commander_Time_Lower = 0
  164. Commander_Time_Upper = 0
  165. Direct = 0
  166. Direct_Time_Lower = 0
  167. Direct_Time_Upper = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement