Advertisement
Guest User

Untitled

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