
AlonsoLevels is a brayanbot addon that allows you to sync and see the stats from the following minecraft plugins:




YAML:
MysqlDatabase:
host: 198.244.165.28
database: s27_levels
username: u27_2INQAAtdik
password: "a"
port: 3306
table: alonsolevels
Enabled: true
JSON:
{
"NoInput": {
"Embeds": [
{
"title": "Invalid Minecraft Player",
"description": "Please use the correct usage: `-mcinfo <username/uuid>`"
}
]
},
"FoundPlayer": {
"Embeds": [
{
"Title": "{username}'s Level Data",
"Fields": [
{
"name": "Player information",
"value": "Username: `{username}`\nUUID: `{uuid}`",
"inline": true
},
{
"name": "Level Information",
"value": "Level: `{lastlevel}`\nExperience: `{experience}`\nClaimed Rewards: `{claimedrewards}`",
"inline": false
}
],
"Footer": "Come join us and play @ play.hypixel.net"
}
]
}
}
