dango-cli
Version:
A configurable minecraft BE to Discord Bot cli tool
41 lines • 1.1 kB
JSON
{
"botToken": "discord bot token here",
"clientId": "discord client ID here",
"username": "Discord Bot Name",
"webhookUrl": "https://discord.com/api/webhooks/1404567699580784670/j-S2p3UX1JXgJeaHqdlK46wXYYdNF6Mayr63WOfVKQZmD0yuecl3vH_cuWI7ej_6cIH1",
"realms": [
{
"realmName": "Name of Realm",
"realmCode": "Realm Code",
"logChannels": {
"chat": "channel ID for chat",
"kicks": "channel ID for kicks",
"joinsAndLeaves": "channel ID for joins and leaves"
},
"modules": {
"deviceFilter": false,
"whitelist": false
}
}
],
"admins": [
"admins user ID here"
],
"whitelist": [
"any username can go here"
],
"bannedDevices": [
"Windows",
"Android",
"iOS",
"WindowsPhone",
"Win32",
"Dedicated",
"PlayStation"
],
"altSystem": {
"maxGamerScore": 0,
"maxFriends": 0,
"maxFollowers": 0
}
}