Advertisement
Guest User

Untitled

a guest
Apr 1st, 2020
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1.  
  2. # BigBrotherBot - http://bigbrotherbot.net - BigBrotherBot Config File Generator - Author: Freelander (Özgür Uysal) - http://ozguruys.al
  3.  
  4. # Created by BigBrotherBot v1.10+ Config File Generator(v PB3.1) (01 Apr 2020 - Wed 21:58:09 UTC)
  5.  
  6.  
  7. [b3]
  8. bot_name: b3
  9. bot_prefix: ^0(^2b3^0)^7:
  10. time_format: %I:%M%p %Z %m/%d/%y
  11. time_zone: CET
  12. log_level: 9
  13. logfile: @conf/b3.log
  14. parser: iourt43
  15. database: mysql://root:AY15032019@localhost/b3_db
  16.  
  17. # List of plugins that will be loaded in 'disabled' status.
  18. # Example: if you want b3 to load the 'stats' and 'pingwatch' plugin but not
  19. # to start them at b3 main run, the following line should be:
  20. # disabled_plugins: stats pingwatch
  21. disabled_plugins:
  22.  
  23. # The directory where additional plugins can be found
  24. external_plugins_dir: @b3/extplugins
  25.  
  26. [server]
  27. public_ip: 92.223.79.56
  28. port: 28960
  29. rcon_ip: 127.0.0.1
  30. rcon_password: HelloURT
  31. delay: 0.33
  32. lines_per_second: 50
  33. max_line_length: 80
  34. game_log: /path/to/games_mp.log
  35. permban_with_frozensand: no
  36. tempban_with_frozensand: no
  37.  
  38.  
  39. [autodoc]
  40. type: html
  41. maxlevel: 100
  42. destination: @conf/b3_doc.html
  43.  
  44.  
  45. [update]
  46. channel: stable
  47.  
  48.  
  49. [messages]
  50. kicked_by: $clientname^7 was kicked by $adminname^7 $reason
  51. kicked: $clientname^7 was kicked $reason
  52. banned_by: $clientname^7 was banned by $adminname^7 $reason
  53. banned: $clientname^7 was banned $reason
  54. temp_banned_by: $clientname^7 was temp banned by $adminname^7 for $banduration^7 $reason
  55. temp_banned: $clientname^7 was temp banned for $banduration^7 $reason
  56. unbanned_by: $clientname^7 was un-banned by $adminname^7 $reason
  57. unbanned: $clientname^7 was un-banned $reason
  58.  
  59.  
  60. [plugins]
  61. admin: @conf/plugin_admin.ini
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement