Facebook
From Flying Partdridge, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 716
  1. # A space seperated list of all urls the web api should be possible to be accessed with
  2. WebData::HostAddress=
  3. # The port for the api server
  4. WebData::Port=8180
  5. # If you want to start the web api server.
  6. WebData::EnableApi=False
  7. # If you want to start the webinterface server
  8. WebData::EnableWebinterface=False
  9. # The folder to host. Leave empty to let the bot look for default locations.
  10. WebData::WebinterfaceHostPath=
  11. # Path to the config file
  12. RightsManager::RightsFile=/home/TS3AudioBot/rights.toml
  13. # The language the bot should use to respond to users. (Make sure you have added the required language packs)
  14. MainBot::Language=en
  15. # Teamspeak group id giving the Bot enough power to do his job
  16. MainBot::BotGroupId=185
  17. # Generate fancy status images as avatar
  18. MainBot::GenerateStatusAvatar=True
  19. # Defines how the bot tries to match your !commands.
  20. # Possible types: exact, substring, ic3, hamming
  21. MainBot::CommandMatching=ic3
  22. # A youtube apiv3 'Browser' type key
  23. YoutubeFactory::ApiKey=AIzaSyBTzXEErqKJb-zm5lVPmcnlkdyfilFEQLs
  24. # Path to the youtube-dl binary or local git repository
  25. YoutubeFactory::YoutubedlPath=/usr/local/bin/youtube-dl
  26. # The absolute or relative path to the plugins folder
  27. PluginManager::PluginPath=/home/TS3AudioBot/Plug-in
  28. # Write to .status files to store a plugin enable status persistently and restart them on launch.
  29. PluginManager::WriteStatusFiles=True
  30. # The default path to look for local resources.
  31. MediaFactory::DefaultPath=/home/TS3AudioBot
  32. # Allows to enable or disable history features completely to save resources.
  33. HistoryManager::EnableHistory=True
  34. # The Path to the history database file
  35. HistoryManager::HistoryFile=/home/TS3AudioBot/history.db
  36. # Whether or not deleted history ids should be filled up with new songs
  37. HistoryManager::FillDeletedIds=True
  38. # The default volume a song should start with
  39. AudioFramework::DefaultVolume=3
  40. # The maximum volume a normal user can request
  41. AudioFramework::MaxUserVolume=100
  42. # How the bot should play music. Options are: whisper, voice, (!...)
  43. AudioFramework::AudioMode=voice
  44. # The address (and port, default: 9987) of the TeamSpeak3 server
  45. QueryConnection::Address=TimeGaming.pl
  46. # | DO NOT MAKE THIS KEY PUBLIC | The client identity
  47. QueryConnection::Identity=
  48. # The client identity security offset
  49. QueryConnection::IdentityOffset=203
  50. # The client identity security level which should be calculated before connecting, or "auto" to generate on demand.
  51. QueryConnection::IdentityLevel=auto
  52. # The server password. Leave empty for none.
  53. QueryConnection::ServerPassword=
  54. # Set this to true, if the server password is hashed.
  55. QueryConnection::ServerPasswordIsHashed=False
  56. # Enable this to automatically hash and store unhashed passwords.
  57. # (Be careful since this will overwrite the 'ServerPassword' field with the hashed value once computed)
  58. QueryConnection::ServerPasswordAutoHash=False
  59. # The path to ffmpeg
  60. QueryConnection::FfmpegPath=ffmpeg
  61. # Specifies the bitrate (in kbps) for sending audio.
  62. # Values between 8 and 98 are supported, more or less can work but without guarantees.
  63. # Reference values: 32 - ok (~5KiB/s), 48 - good (~7KiB/s), 64 - very good (~9KiB/s), 92 - superb (~13KiB/s)
  64. QueryConnection::AudioBitrate=92
  65. # Version for the client in the form of <version build>|<platform>|<version sign>
  66. # Leave empty for default.
  67. QueryConnection::ClientVersion=3.1.9 [Build: 1525442084]|Windows|2SLjPTFXM9hQyNkeEGYIzs0fkBffyhsh5z+ZuaCcZdDfM8vgRM5lrAU6KNspFjLddcvw8cXw6gxRY73ZHsRVBg==
  68. # Default Nickname when connecting
  69. QueryConnection::DefaultNickname=TS3AudioBot
  70. # Default Channel when connectiong
  71. # Use a channel path or '/<id>', examples: 'Home/Lobby', '/5', 'Home/Afk \/ Not Here'
  72. QueryConnection::DefaultChannel=
  73. # The password for the default channel. Leave empty for none. Not required with permission b_channel_join_ignore_password
  74. QueryConnection::DefaultChannelPassword=
  75. # The client badges. You can set a comma seperate string with max three GUID's. Here is a list: http://yat.qa/ressourcen/abzeichen-badges/
  76. QueryConnection::ClientBadges=overwolf=0:badges=
  77. # Path the playlist folder
  78. PlaylistManager::PlaylistPath=/home/TS3AudioBot/Music
  79.