Advertisement
Guest User

Untitled

a guest
Sep 18th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. {
  2. "config": {
  3. "name": "Robin",
  4. "game": "Eve-Online",
  5. "token": "REFRESHEDTOKEN",
  6. "WS4NetProvider": false,
  7. "connstring": "datasource=localhost;port=3306;username=MYUSER;password=MYPASSWORD;database=discord;",
  8. "commandprefix": "!", //Single Character only
  9. "logchan": 08154711,
  10. "guildId": 08154711,
  11. "loglevel": "Info", //Critical/Warning/Info/Verbose/Debug DEFAULT = Info
  12. "authCheck": false,
  13. "authWeb": false,
  14. "killFeed": true,
  15. "time": true,
  16. "fleetup": true,
  17. "jabber": true,
  18. "timeformat": "yyyy/MM/dd/ HH:mm:ss",
  19. "MOTD": false,
  20. "updatetopic": false, // MOTD must also be enabled, updated a selected channel's topic with MOTD.
  21. "restricted": 0, //Channel the bot will not be allowed to post MOTD and other opsec information.
  22. "notificationFeed": false,
  23. "authInterval": "30", //In Minuets
  24. "adminRoles": {
  25. "Ceo": null,
  26. }
  27. },
  28. "killFeed": {
  29. "bigKill": 0,
  30. "bigkillchannel": 0,
  31. "losses": true,
  32. "reDisqID": "", //Set this to a unique string ID if using multiple on one PC
  33. "radius": 0,
  34. "radiusChannel": 0, //Channel ID
  35. "radiusSystem": "Jita",
  36. "groupsConfig": {
  37. "group1": {
  38. "name": "THECORP",
  39. "channel": 08154711,
  40. "corpID": 08154711,
  41. "allianceID": 0,
  42. "minimumValue": 0,
  43. "minimumLossValue": 0,
  44. "bigKill": 0,
  45. "bigKillChannel": 0
  46. }
  47. }
  48. },
  49. "auth": {
  50. "url": "https://discord.gg/XXXXXX", //Discord Invite URL
  51. "port": 80, //Port for WebServer
  52. "authurl": "http://DOMAIN/IP",
  53. "callbackurl": "http://DOMAIN/IP/callback.php", //Callback URL for EVE Dev App
  54. "client_id": "", //Client ID from EVE Dev App
  55. "secret": "", //Secret From EVE Dev App
  56. "exempt": {
  57. "Role1": null,
  58. "Role2": null
  59. },
  60. "alertChannel": 0,
  61. "corpTickers": true,
  62. "nameEnforce": true,
  63. "authGroups": {
  64. "group1": {
  65. "corpID": 0,
  66. "allianceID": 0,
  67. "corpMemberRole": "",
  68. "allianceMemberRole": ""
  69. }
  70. }
  71. },
  72. "notifications": {
  73. "channelID": 0,
  74. "keys": {
  75. "key1": { //make sure the name is unique
  76. "characterID": "",
  77. "keyID": "",
  78. "vCode": ""
  79. }//,//DO NOT LEAVE EMPTY KEY SECTIONS UNCOMMENT TO USE
  80. //"key1": {
  81. //"characterID": ""
  82. // "keyID": "",
  83. // "vCode": ""
  84. //}
  85. }
  86. },
  87. "motd": {
  88. "motdkeyID": "",
  89. "motdvCode": "",
  90. "motdcharid": "",
  91. "motdtopicchan": 0,
  92. "topicInterval": "30", //In Minutes
  93. "MOTDChan": "" //CaSe SenSiTive.
  94. },
  95. "fleetup": {
  96. "UserId": "MYID",
  97. "APICode": "MYAPI",
  98. "GroupID": "MYGROUPID",
  99. "channel": 08154711,
  100. },
  101. "jabber": {
  102. "domain": "MYURL",
  103. "username": "MYUSER",
  104. "password": "MYPASS",
  105. "filter": false,
  106. "debug": false,
  107. "defchan": "08154711",
  108. "filters": {
  109. "SUPER": "0000000000000", //Filter - Channel ID
  110. "BLOPS": "0000000000000" //Filter - Channel ID
  111. },
  112. "prepend": "@here"
  113. }
  114. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement