Skip to content

Instantly share code, notes, and snippets.

@janagyjr
Created February 23, 2019 19:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save janagyjr/7f709db74ce3233b919f0a232664fb45 to your computer and use it in GitHub Desktop.
Save janagyjr/7f709db74ce3233b919f0a232664fb45 to your computer and use it in GitHub Desktop.
My censored config
{
"discord": {
"token": "NoH4cks4u",
"ignoresBots": true,
"allowLinking": true,
"ignoresUsers": [],
"channels": {
"generic": {
"commandPrefix": "!",
"canExecuteCommands": false,
"stripMinecraftCodes": false,
"allowDMCommands": false,
"relayChat": true,
"messages": {
"chatMessage": "[{USER}] {MESSAGE}"
},
"commands": []
},
"channels": {
"morehaxhere": {}
}
}
},
"minecraft": {
"dimensions": {
"generic": {
"ignoreFakePlayerChat": true,
"relaySayCommand": true,
"relayMeCommand": true,
"canMentionEveryone": true,
"canMentionHere": true,
"messageIgnoreRegex": [],
"relayServerStart": true,
"relayServerStop": true,
"relayServerCrash": true,
"chatPrefix": "[PackNameGoesHere]",
"canMentionUsers": true,
"canMentionRoles": true,
"discordChannel": [andsomeheretoo],
"relayAchievements": true,
"relayChat": true,
"relayCommands": true,
"relayPlayerJoin": true,
"relayPlayerLeave": true,
"relayPlayerDeath": true,
"messages": {
"chatMessage": {
"normal": "**[{USER}]** {MESSAGE}",
"webhook": "{MESSAGE}"
},
"command": {
"normal": "**[{USER}]** executed **{COMMAND} {ARGUMENTS}**",
"webhook": "*executed **{COMMAND} {ARGUMENTS}***"
},
"playerJoin": {
"normal": "**{USER}** just joined the server!",
"webhook": "*Joined the server!*"
},
"playerLeave": {
"normal": "**{USER}** just left the server!",
"webhook": "*Left the server!*"
},
"playerDeath": {
"normal": "**{USER}** just died due to {REASON}!",
"webhook": "*{REASON}*"
},
"achievement": {
"normal": "**{USER}** just gained the achievement **{ACHIEVEMENT}**!\n*{DESCRIPTION}*",
"webhook": "*Gained the achievement **{ACHIEVEMENT}**!\n{DESCRIPTION}*"
},
"serverStart": "Server started!",
"serverStop": "Server stopped!",
"serverCrash": "Server crash detected!"
}
},
"dimensions": {}
},
"integrations": {
"dynmapEnabled": true
}
},
"imc": {
"enabled": true,
"mode": "whitelist",
"list": []
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment