Advertisement
Guest User

Untitled

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