Advertisement
katubug

DiscordIntegration Config

Jun 6th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. {
  2. "discord": {
  3. "token": "XXXXXXXXXXXXXXXXXXX",
  4. "ignoresBots": true,
  5. "allowLinking": true,
  6. "ignoresUsers": [],
  7. "channels": {
  8. "generic": {
  9. "commandPrefix": "!",
  10. "canExecuteCommands": true,
  11. "stripMinecraftCodes": true,
  12. "allowDMCommands": false,
  13. "relayChat": true,
  14. "messages": {
  15. "chatMessage": "[Discord] <&5{USER}&r>: {MESSAGE}"
  16. },
  17. "commands": [
  18. {
  19. "name": "tps",
  20. "command": "discord tps",
  21. "enabled": true
  22. }, {
  23. "name": "online",
  24. "command": "discord online",
  25. "enabled": true
  26. }, {
  27. "name": "list",
  28. "command": "list",
  29. "enabled": true
  30. },
  31. ]
  32. },
  33. "channels": {
  34. "XXXXXXXXXXXXXXXXXXXXXXXXXX": {
  35. }
  36. }
  37. }
  38. },
  39. "minecraft": {
  40. "dimensions": {
  41. "generic": {
  42. "ignoreFakePlayerChat": false,
  43. "relaySayCommand": true,
  44. "relayMeCommand": true,
  45. "canMentionEveryone": false,
  46. "canMentionHere": false,
  47. "messageIgnoreRegex": [],
  48. "relayServerStart": true,
  49. "relayServerStop": true,
  50. "relayServerCrash": true,
  51. "chatPrefix": "",
  52. "canMentionUsers": true,
  53. "canMentionRoles": true,
  54. "discordChannel": [XXXXXXXXXXXXXXX],
  55. "relayAchievements": true,
  56. "relayChat": true,
  57. "relayCommands": false,
  58. "relayPlayerJoin": true,
  59. "relayPlayerLeave": true,
  60. "relayPlayerDeath": true,
  61. "messages": {
  62. "chatMessage": {
  63. "normal": "**[{USER}]** {MESSAGE}",
  64. "webhook": "{MESSAGE}"
  65. },
  66. "command": {
  67. "normal": "**[{USER}]** executed **{COMMAND} {ARGUMENTS}**",
  68. "webhook": "*executed **{COMMAND} {ARGUMENTS}***"
  69. },
  70. "playerJoin": {
  71. "normal": "**{USER}** just joined the server!",
  72. "webhook": "*Joined the server!*"
  73. },
  74. "playerLeave": {
  75. "normal": "**{USER}** just left the server!",
  76. "webhook": "*Left the server!*"
  77. },
  78. "playerDeath": {
  79. "normal": "**{USER}** {REASON}!",
  80. "webhook": "*{REASON}*"
  81. },
  82. "achievement": {
  83. "normal": "**{USER}** just gained the achievement **{ACHIEVEMENT}**!\n*{DESCRIPTION}*",
  84. "webhook": "*Gained the achievement **{ACHIEVEMENT}**!\n{DESCRIPTION}*"
  85. },
  86. "serverStart": "Discord connected to server.",
  87. "serverStop": "Server stopped!",
  88. "serverCrash": "Server crash detected!"
  89. }
  90. },
  91. "dimensions": {}
  92. },
  93. "integrations": {
  94. "dynmapEnabled": true
  95. }
  96. },
  97. "imc": {
  98. "enabled": true,
  99. "mode": "blacklist",
  100. "list": []
  101. }
  102. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement