Advertisement
Guest User

bec

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