Advertisement
Guest User

Pleasehelp

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