Advertisement
Guest User

Untitled

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