Advertisement
Guest User

Untitled

a guest
Aug 12th, 2019
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. {
  2. "discord": {
  3. "token": "NCENSOREDkICENSOREDyxCENSORED",
  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": {"610248019425624064": {}
  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": true,
  37. "discordChannel": [610248019425624064],
  38. "relayAchievements": true,
  39. "relayChat": true,
  40. "relayCommands": true,
  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