Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "discord": {
- "token": "<token>",
- "ignoresBots": true,
- "allowLinking": true,
- "ignoresUsers": [],
- "channels": {
- "generic": {
- "commandPrefix": "!",
- "canExecuteCommands": false,
- "stripMinecraftCodes": true,
- "allowDMCommands": false,
- "relayChat": true,
- "messages": {
- "chatMessage": "&9[Discord] &7{USER}: &r{MESSAGE}"
- },
- "commands": [{
- "name": "exec",
- "command": "{ARGS}",
- "enabled": true,
- "permissions": [
- "role:Staff"
- ]
- }, {
- "name": "stop",
- "command": "stop",
- "enabled": true,
- "permissions": [
- "role:Staff"
- ]
- }, {
- "name": "promote",
- "command": "lp user {ARG_1} promote main",
- "enabled": true,
- "permissions": [
- "role:Staff"
- ]
- }, {
- "name": "unstick",
- "command": "spawn other {ARG_1}",
- "enabled": true,
- "permissions": [
- "role:Staff"
- ]
- }, {
- "name": "online",
- "command": "list",
- "enabled": true
- }, {
- "name": "tps",
- "command": "sponge tps",
- "enabled": true
- }]
- },
- "channels": {
- "<id>": {}
- }
- }
- },
- "minecraft": {
- "dimensions": {
- "generic": {
- "ignoreFakePlayerChat": true,
- "relaySayCommand": true,
- "relayMeCommand": true,
- "canMentionEveryone": true,
- "canMentionHere": true,
- "messageIgnoreRegex": [],
- "relayServerStart": true,
- "relayServerStop": true,
- "relayServerCrash": true,
- "chatPrefix": "",
- "canMentionUsers": true,
- "canMentionRoles": true,
- "discordChannel": [<id>],
- "relayAchievements": true,
- "relayChat": true,
- "relayCommands": false,
- "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": "[MMCC] {USER} joined the game",
- "webhook": "*Joined the server!*"
- },
- "playerLeave": {
- "normal": "[MMCC] {USER} left the game",
- "webhook": "*Left the server!*"
- },
- "playerDeath": {
- "normal": "[MMCC] {USER} {REASON}",
- "webhook": "*{REASON}*"
- },
- "achievement": {
- "normal": "[MMCC] {USER} has just earned the achievement [{ACHIEVEMENT}]",
- "webhook": "*Gained the achievement **{ACHIEVEMENT}**!\n{DESCRIPTION}*"
- },
- "serverStart": "Server is online",
- "serverStop": "Server is offline",
- "serverCrash": "Server has crashed"
- }
- },
- "dimensions": {}
- },
- "integrations": {
- "dynmapEnabled": true
- }
- },
- "imc": {
- "enabled": true,
- "mode": "whitelist",
- "list": []
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment