CatBoat-Launcher/config.json
Azure 13c6f14886 Added few internals modules
-  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 🧩
2025-04-29 11:08:58 +02:00

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"
}
}
}
}
}