Advertisement
Guest User

Untitled

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