Перейти к содержимому
Mineforgian

Easy Eula

Allows you to agree to the minecraft EULA in console rather than restarting the server!

23K загрузок22 подписчиковCC0-1.0fabricforgequilt

Обновлён 9 июля 2024 г. · опубликован 9 мая 2023 г.

Maintenance PRs Welcome

ko-fi

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.11forge9 июля 2024 г..jar (15 КБ)
1.1.1-fabricРелиз1.21.8, 1.21.9, 1.21.10, 1.21.11fabric, quilt9 июля 2024 г..jar (15 КБ)
1.1.0-forgeРелиз1.20.4, 1.20.5, 1.20.6, 1.21forge28 февраля 2024 г..jar (15 КБ)
1.1.0-fabricРелиз1.20.4, 1.20.5, 1.20.6, 1.21fabric, quilt28 февраля 2024 г..jar (14 КБ)
1.0.0Релиз1.20.1, 1.20.2, 1.20.3, 1.20.4fabric, quilt10 мая 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.

Комментарии

Загружаем…