Advertisement
Guest User

Untitled

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