
Easy Eula
Allows you to agree to the minecraft EULA in console rather than restarting the server!
- Загрузки
- 23K
- Подписчики
- 22
- Обновлён
- 9 июля 2024 г.
- Лицензия
- CC0-1.0
Опубликован 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.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
Комментарии
Загружаем…