Advertisement
Guest User

Discord Integration

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