LogoUndefined Creations
Plugins

Local plugins

You can also automatically add local plugins as such:

runServer {
    minecraftVersion("1.21.4")
    filePlugin(File("PLUGIN_PATH"))
}

You can also choose to override the plugin on each startup.

runServer {
    minecraftVersion("1.21.4")
    filePlugin(File("PLUGIN_PATH"), true)
}