Configuration
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.
runServer {
    minecraftVersion("1.21.4")
    acceptMojangEula()
}