- Added game setting parser/stringifier 📝 - Added skin upload using mojang api 👾 - Added server ping using mcsrvstat.us 🖥️ - Added api and endpoints to the config ⚙️ - Added syscalls for modules 🧩
23 lines
552 B
JSON
23 lines
552 B
JSON
{
|
|
"api": {
|
|
"base": "http://localhost:8535",
|
|
"endpoints": {
|
|
"fileHash": "/api/v1/file/hash/",
|
|
"checkBanStatus": "/api/v1/ban/iam"
|
|
}
|
|
},
|
|
"minecraft": {
|
|
"server": {
|
|
"host": "mc.thealfiperf.com",
|
|
"port": 3145
|
|
},
|
|
"services": {
|
|
"api": {
|
|
"base": "https://api.minecraftservices.com",
|
|
"endpoints": {
|
|
"uploadSkin": "/minecraft/profile/skins"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |