Skip to content

No GUI

When running SpigotMC and PaperMC servers run they open a GUI. By default, the noGui option is enabled.

groovy
runServer {
    minecraftVersion("1.21.4")
    noGui(false) // opens a gui
}

Released under the MIT License.