
Easy Eula
Allows you to agree to the minecraft EULA in console rather than restarting the server!
Обновлён 9 июля 2024 г. · опубликован 9 мая 2023 г.
Easy Eula
A tiny minecraft mod that allows you to agree to the minecraft EULA in console rather than restarting the server!
For Developers
You can include this mod into your projects build.gradle file for convenience when developing with minecraft servers.
repositories {
maven { url "https://api.modrinth.com/maven" }
}
dependencies {
modImplementation("maven.modrinth:easy-eula:1.1.0-fabric") // Or -forge
}
If extra functionality is required, the Eula can also be accepted in code via:
EasyEula.acceptEula();
This is especially useful for test mods that run in automated environments.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 1.1.1-forge | Релиз | 1.21.8, 1.21.9, 1.21.10, 1.21.11 | forge | 9 июля 2024 г. | .jar (15 КБ) |
| 1.1.1-fabric | Релиз | 1.21.8, 1.21.9, 1.21.10, 1.21.11 | fabric, quilt | 9 июля 2024 г. | .jar (15 КБ) |
| 1.1.0-forge | Релиз | 1.20.4, 1.20.5, 1.20.6, 1.21 | forge | 28 февраля 2024 г. | .jar (15 КБ) |
| 1.1.0-fabric | Релиз | 1.20.4, 1.20.5, 1.20.6, 1.21 | fabric, quilt | 28 февраля 2024 г. | .jar (14 КБ) |
| 1.0.0 | Релиз | 1.20.1, 1.20.2, 1.20.3, 1.20.4 | fabric, quilt | 10 мая 2023 г. | .jar (14 КБ) |
Ченджлог
1.1.1-forgeРелиз1.21.9, 1.21.10, 1.21.11 · 9 июля 2024 г.
- Add an api for accepting the Eula via code
EasyEula.acceptEula()
1.1.1-fabricРелиз1.21.9, 1.21.10, 1.21.11 · 9 июля 2024 г.
- Add an api for accepting the Eula via code
EasyEula.acceptEula()
1.1.0-forgeРелиз1.20.5, 1.20.6, 1.21 · 28 февраля 2024 г.
- Add minecraft forge support
- Rewrite the mod to be less gross
Neo forge support is planned for a future release, as well as fixing the input being on a new line.
1.1.0-fabricРелиз1.20.5, 1.20.6, 1.21 · 28 февраля 2024 г.
- Add minecraft forge support
- Rewrite the mod to be less gross
Neo forge support is planned for a future release, as well as fixing the input being on a new line.
1.0.0Релиз1.20.2, 1.20.3, 1.20.4 · 10 мая 2023 г.
- Initial Release
Полная история изменений — на Modrinth.
Комментарии
Загружаем…