132ikl

Untitled

Oct 17th, 2017
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. {
  2. "discord": {
  3. "token": "<token>",
  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": "&9[Discord] &7{USER}: &r{MESSAGE}"
  16. },
  17. "commands": [{
  18. "name": "exec",
  19. "command": "{ARGS}",
  20. "enabled": true,
  21. "permissions": [
  22. "role:Staff"
  23. ]
  24. }, {
  25. "name": "stop",
  26. "command": "stop",
  27. "enabled": true,
  28. "permissions": [
  29. "role:Staff"
  30. ]
  31. }, {
  32. "name": "promote",
  33. "command": "lp user {ARG_1} promote main",
  34. "enabled": true,
  35. "permissions": [
  36. "role:Staff"
  37. ]
  38. }, {
  39. "name": "unstick",
  40. "command": "spawn other {ARG_1}",
  41. "enabled": true,
  42. "permissions": [
  43. "role:Staff"
  44. ]
  45. }, {
  46. "name": "online",
  47. "command": "list",
  48. "enabled": true
  49. }, {
  50. "name": "tps",
  51. "command": "sponge tps",
  52. "enabled": true
  53. }]
  54. },
  55. "channels": {
  56. "<id>": {}
  57. }
  58. }
  59. },
  60. "minecraft": {
  61. "dimensions": {
  62. "generic": {
  63. "ignoreFakePlayerChat": true,
  64. "relaySayCommand": true,
  65. "relayMeCommand": true,
  66. "canMentionEveryone": true,
  67. "canMentionHere": true,
  68. "messageIgnoreRegex": [],
  69. "relayServerStart": true,
  70. "relayServerStop": true,
  71. "relayServerCrash": true,
  72. "chatPrefix": "",
  73. "canMentionUsers": true,
  74. "canMentionRoles": true,
  75. "discordChannel": [<id>],
  76. "relayAchievements": true,
  77. "relayChat": true,
  78. "relayCommands": false,
  79. "relayPlayerJoin": true,
  80. "relayPlayerLeave": true,
  81. "relayPlayerDeath": true,
  82. "messages": {
  83. "chatMessage": {
  84. "normal": "`{USER}`: {MESSAGE}",
  85. "webhook": "{MESSAGE}"
  86. },
  87. "command": {
  88. "normal": "**[{USER}]** executed **{COMMAND} {ARGUMENTS}**",
  89. "webhook": "*executed **{COMMAND} {ARGUMENTS}***"
  90. },
  91. "playerJoin": {
  92. "normal": "[MMCC] {USER} joined the game",
  93. "webhook": "*Joined the server!*"
  94. },
  95. "playerLeave": {
  96. "normal": "[MMCC] {USER} left the game",
  97. "webhook": "*Left the server!*"
  98. },
  99. "playerDeath": {
  100. "normal": "[MMCC] {USER} {REASON}",
  101. "webhook": "*{REASON}*"
  102. },
  103. "achievement": {
  104. "normal": "[MMCC] {USER} has just earned the achievement [{ACHIEVEMENT}]",
  105. "webhook": "*Gained the achievement **{ACHIEVEMENT}**!\n{DESCRIPTION}*"
  106. },
  107. "serverStart": "Server is online",
  108. "serverStop": "Server is offline",
  109. "serverCrash": "Server has crashed"
  110. }
  111. },
  112. "dimensions": {}
  113. },
  114. "integrations": {
  115. "dynmapEnabled": true
  116. }
  117. },
  118. "imc": {
  119. "enabled": true,
  120. "mode": "whitelist",
  121. "list": []
  122. }
  123. }
Advertisement
Add Comment
Please, Sign In to add comment