HAPPYLAND-Dev / Nova

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Banner

Nova

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.

Features

  • 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 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

Translating

If you would like to help translate Nova, you can do so here.

Building

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.

Plugin- and Addon API

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.

About

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.

License:Other


Languages

Language:Kotlin 99.2%Language:Java 0.8%