
combo Auth
Combining Mojang authentication system with Ely.by
Обновлён 13 июня 2024 г. · опубликован 24 июня 2023 г.
This small mod allows players with Ely.by accounts to enter the server with online_mode=true without interfering with players with Mojang accounts.
The mod just combines two or more authentication systems without interfering with the server itself.
First, authentication occurs on the Mojang servers, and after an unsuccessful login, a check occurs on Ely.by or other servers, depending on the config . If there and there did not pass the test, then the player is not allowed on the server.
In order to achieve this result, it was necessary to download the patch from the official site Ely.by, which was not convenient and prevented players with official accounts from logging in.
When using this mod, I recommend setting enforce-secure-profile=false in the server configuration to disable message signing that Ely,by players do not have.
At the moment, I have managed to create an agent with this idea for other kernels besides fabric in combo-auth-agent.
Config:
"AuthList":[ "order of execution" ],
"AuthSchema":{
"name":{
"url_check": "url request hasJoinedServer"
"url_property" : "url reqest profile property (skin&cape)"
"AddProperty" : [{"custom" : "property"},
{"name":"ely","value":"why not"}]
}
},
"dubug" : "all / detal / (not necessary)"
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 1.3.1 | Релиз | 1.20.4, 1.20.5, 1.20.6, 1.21 | fabric | 13 июня 2024 г. | .jar (20 КБ) |
| 1.3.0 | Релиз | 1.19.3, 1.19.4, 1.20, 1.20.1 | fabric | 26 мая 2024 г. | .jar (20 КБ) |
| 1.1.1 | Релиз | 1.20.2, 1.20.3, 1.20.4 | fabric | 12 ноября 2023 г. | .jar (23 КБ) |
| 1.1+1.16.5 | Релиз | 1.16.5 | fabric | 22 июля 2023 г. | .jar (24 КБ) |
| 1.1+1.18 | Релиз | 1.18, 1.18.1, 1.18.2 | fabric | 22 июля 2023 г. | .jar (23 КБ) |
| 1.1+1.17 | Релиз | 1.17, 1.17.1 | fabric | 22 июля 2023 г. | .jar (23 КБ) |
| 1.1+1.19 | Релиз | 1.19.3, 1.19.4, 1.20, 1.20.1 | fabric | 22 июля 2023 г. | .jar (23 КБ) |
| 1.0 | Релиз | 1.19.4, 1.20, 1.20.1 | fabric | 24 июня 2023 г. | .jar (15 КБ) |
Ченджлог
1.3.1Релиз1.20.5, 1.20.6, 1.21 · 13 июня 2024 г.
fix required version
required java 21
1.3.0Релиз1.19.4, 1.20, 1.20.1 · 26 мая 2024 г.
made a different implementation approach to authlib
required java 21
1.1.1Релиз1.20.2, 1.20.3, 1.20.4 · 12 ноября 2023 г.
port version for 1.20.2
1.1+1.16.5Релиз1.16.5 · 22 июля 2023 г.
port version for 1.16
1.1+1.18Релиз1.18, 1.18.1, 1.18.2 · 22 июля 2023 г.
port version for 1.18
1.1+1.17Релиз1.17, 1.17.1 · 22 июля 2023 г.
port version for 1.17
1.1+1.19Релиз1.19.4, 1.20, 1.20.1 · 22 июля 2023 г.
Now the skin is visible for clean clients
Add config file
- can enable skin Ely clients for clean clients.
- can enable skin non Ely clients for Ely clients.
- can change check url for non clear clients.
Now uuid from different systems cannot be the same
Полная история изменений — на Modrinth.
Комментарии
Загружаем…