Advertisement
Guest User

Config 1.12.2

a guest
Apr 19th, 2018
406
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.49 KB | None | 0 0
  1. {
  2.   "discord": {
  3.     "token": "NDM1az44M1Y0zTIyOTvwNDkx.Dbn-Qg.Iph1ZAVLyiWC9MwqDG6ra-WiBkk",
  4.     "ignoresBots": false,
  5.     "allowLinking": false,
  6.     "ignoresUsers": [],
  7.     "channels": {
  8.       "maturin": {
  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.         "418746798951371013": {
  21.  
  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": false,
  41.         "discordChannel": [418746798951371013],
  42.         "relayAchievements": false,
  43.         "relayChat": true,
  44.         "relayCommands": false,
  45.         "relayPlayerJoin": true,
  46.         "relayPlayerLeave": true,
  47.         "relayPlayerDeath": true,
  48.         "messages": {
  49.           "chatMessage": {
  50.             "normal": "`{USER}`: {MESSAGE}",
  51.             "webhook": "{MESSAGE}"
  52.           },
  53.           "command": {
  54.             "normal": "`{USER}` command **{COMMAND}**",
  55.             "webhook": "*executed **{COMMAND} {ARGUMENTS}***"
  56.           },
  57.           "playerJoin": {
  58.             "normal": "`{USER}` connected",
  59.             "webhook": "*Joined the server!*"
  60.           },
  61.           "playerLeave": {
  62.             "normal": "`{USER}` disconnected",
  63.             "webhook": "*Left the server!*"
  64.           },
  65.           "playerDeath": {
  66.             "normal": "{REASON}!",
  67.             "webhook": "*{REASON}*"
  68.           },
  69.           "achievement": {
  70.             "normal": "**{USER}** just gained the achievement **{ACHIEVEMENT}**!\n*{DESCRIPTION}*",
  71.             "webhook": "*Gained the achievement **{ACHIEVEMENT}**!\n{DESCRIPTION}*"
  72.           },
  73.           "serverStart": "server launch",
  74.           "serverStop": "server stop",
  75.           "serverCrash": "server dead"
  76.         }
  77.       },
  78.       "dimensions": {}
  79.     },
  80.     "integrations": {
  81.       "dynmapEnabled": false
  82.     }
  83.   },
  84.   "imc": {
  85.     "enabled": true,
  86.     "mode": "whitelist",
  87.     "list": []
  88.   }
  89. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement