Nova is a server-side modding framework for Paper servers that aims to streamline adding custom content like items, blocks,
guis, and more, without client-side modifications, using resource pack tricks.
As a server administrator, you can choose from a set of Nova addons, which will add content to the game.
To build Nova, run the loaderJar
task.
You can specify an output directory using the outDir
property: -PoutDir="<path>"
.
If you're planning to make your own plugin compatible with Nova, you might be interested in our Plugin API documentation.
If you're interested in creating a Nova addon, check out our Addon API documentation and the Nova-Addon-Template.
If you would like to help translate Nova, you can do so here.