Input Task
The input task is the task that Nova will try and get the primary plugin JAR from. By default, it will first check for the remap
task then the shadow
task, and lastly the jar
task.
groovy
runServer {
minecraftVersion("1.21.4")
inputTask(customTask)
}