Mojang EULA
Nova allows you to automatically accept the mojang EULA with the acceptMojangEula
method. This parameter allows you to run your server without editing the eula.txt
.
groovy
runServer {
minecraftVersion("1.21.4")
acceptMojangEula()
}