Usage
Server Types
Nova makes it really easy to change what server you are running on.
By default, we support 8 different server JARs:
By default, the server type is set to SpigotMC.
| Name | Back End | Proxy | 
|---|---|---|
| Spigot | ✅ | ❌ | 
| Paper | ✅ | ❌ | 
| Pufferfish | ✅ | ❌ | 
| Purpur | ✅ | ❌ | 
| Advanced Slime Paper | ✅ | ❌ | 
| Leaf | ✅ | ❌ | 
| BungeeCord | ❌ | ✅ | 
| WaterFall | ❌ | ✅ | 
| Velocity | ❌ | ✅ | 
| Folia | ❌ | ✅ | 
You can also use a custom JAR, which is shown in the next page.
You can change the server type by using the serverType method as such:
runServer {
    minecraftVersion("1.21.4")
    serverType(ServerType.PAPERMC)
}