Nova is a framework for developers to add custom items, blocks, guis and more to Spigot servers.
With Nova, developers don't have to deal with resource pack tricks, data serialization or world formats and can instead
just focus in adding content to the game.
- Custom items
- Custom wearables
- Custom armor, armor toughness, knockback resistance
- Custom food
- Custom tools
- Custom tool levels and categories
- Custom break speed, attack speed, attack damage etc.
- Custom wearables
- Custom GUIs
- Custom blocks
- Customizable break time, particles and sounds
- Block break effect even on barrier blocks
- Solid blocks via note- and mushroom blocks
- TileEntity system
- Attachment system
- Ability system
- Recipe system
- Custom recipe types possible
- Cable network system
- Custom cables and network types possible
- Built-in items GUI
- Recipe Explorer
- Built-in WAILA (What Am I Looking At)
- Built-in compatibility with the most popular custom item and protection plugins
If you would like to help translate Nova, you can do so here.
To build Nova, run the loaderJar
gradle task.
You can specify an output directory with the VM option "-DoutDir<path>"
and build a mojang-mapped jar with -Dmojang-mapped
.