Initial Commit

This commit is contained in:
luxtracon
2025-11-01 17:56:55 +01:00
commit 6114bde241
376 changed files with 13701 additions and 0 deletions

29
config/authme.jsonc Normal file
View File

@@ -0,0 +1,29 @@
{
// The version of the config file. Do not change this unless you know what you are doing.
"rconfig:version": 0,
"authButton": {
// Type: Integer
"x": 6,
// Type: Integer
"y": 6,
"draggable": true
},
"methods": {
"microsoft": {
// Valid Values: DEFAULT, SELECT_ACCOUNT, LOGIN, NONE, CONSENT
"prompt": "DEFAULT",
// Type: Integer
"port": 25585,
"clientId": "e16699bb-2aa8-46da-b5e3-45cbcce29091",
"authorizeUrl": "https://login.microsoftonline.com/consumers/oauth2/v2.0/authorize",
"tokenUrl": "https://login.microsoftonline.com/consumers/oauth2/v2.0/token",
"xboxAuthUrl": "https://user.auth.xboxlive.com/user/authenticate",
"xboxXstsUrl": "https://xsts.auth.xboxlive.com/xsts/authorize",
"mcAuthUrl": "https://api.minecraftservices.com/authentication/login_with_xbox",
"mcProfileUrl": "https://api.minecraftservices.com/minecraft/profile"
},
"offline": {
"lastUsername": ""
}
}
}