Advertisement
DimitriB1

Untitled

Jun 16th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. {
  2. "discord": {
  3. "token": "******************",
  4. "ignoresBots": true,
  5. "allowLinking": true,
  6. "ignoresUsers": [],
  7. "channels": {
  8. "generic": {
  9. "commandPrefix": "!",
  10. "canExecuteCommands": false,
  11. "stripMinecraftCodes": false,
  12. "allowDMCommands": false,
  13. "relayChat": true,
  14. "messages": {
  15. "chatMessage": "§b[{USER}]§r {MESSAGE}"
  16. },
  17. "commands": [
  18. {
  19. "name": "stop",
  20. "command": "stop",
  21. "enabled": true,
  22. "permissions": [ "role:447391878732840961" ]
  23. }, {
  24. "name": "sudo",
  25. "command": "{ARGS}",
  26. "enabled": true,
  27. "permissions": [ "role:447391878732840961" ]
  28. },
  29. {
  30. "name": "limbo",
  31. "command": "tpj {ARG_1} 684 ~ 700 ~",
  32. "enabled": true,
  33. "permissions": [ "role:447391878732840961" ]
  34. }
  35. ]
  36. },
  37. "channels": {
  38. "*******************": { "webhook":"***************" }
  39. }
  40. }
  41. },
  42. "minecraft": {
  43. "dimensions": {
  44. "generic": {
  45. "ignoreFakePlayerChat": true,
  46. "relaySayCommand": true,
  47. "relayMeCommand": true,
  48. "canMentionEveryone": false,
  49. "canMentionHere": false,
  50. "messageIgnoreRegex": [],
  51. "relayServerStart": true,
  52. "relayServerStop": true,
  53. "relayServerCrash": true,
  54. "chatPrefix": "",
  55. "canMentionUsers": true,
  56. "canMentionRoles": true,
  57. "discordChannel": [**********],
  58. "relayAchievements": true,
  59. "relayChat": true,
  60. "relayCommands": true,
  61. "relayPlayerJoin": true,
  62. "relayPlayerLeave": true,
  63. "relayPlayerDeath": true,
  64. "messages": {
  65. "chatMessage": {
  66. "normal": "**[{USER}]** {MESSAGE}",
  67. "webhook": "{MESSAGE}"
  68. },
  69. "command": {
  70. "normal": "**[{USER}]** executed **{COMMAND} {ARGUMENTS}**",
  71. "webhook": "*{USER} executed* `{COMMAND} {ARGUMENTS}`"
  72. },
  73. "playerJoin": {
  74. "normal": "**{USER}** just joined the server!",
  75. "webhook": "*{USER} just joined the server!*"
  76. },
  77. "playerLeave": {
  78. "normal": "**{USER}** just left the server!",
  79. "webhook": "*{USER} just left the server. See you later~!* <3"
  80. },
  81. "playerDeath": {
  82. "normal": "**{USER}** just died due to {REASON}!",
  83. "webhook": "**{USER}** {REASON}. Better luck next time!"
  84. },
  85. "achievement": {
  86. "normal": "**{USER}** just gained the achievement **{ACHIEVEMENT}**!\n*{DESCRIPTION}*",
  87. "webhook": "*Gained the achievement **{ACHIEVEMENT}**!\n{DESCRIPTION}*"
  88. },
  89. "serverStart": "Server started! <3",
  90. "serverStop": "Server stopped..?",
  91. "serverCrash": "The server crashed..."
  92. }
  93. },
  94. "dimensions": {}
  95. },
  96. "integrations": {
  97. "dynmapEnabled": true
  98. }
  99. },
  100. "imc": {
  101. "enabled": true,
  102. "mode": "whitelist",
  103. "list": []
  104. }
  105. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement