Skip to content

Releases: xenondevs/Nova

Nova v0.17-alpha.2

13 Aug 08:40
Compare
Choose a tag to compare
Nova v0.17-alpha.2 Pre-release
Pre-release

Nova v0.17-alpha.1

12 Aug 12:18
Compare
Choose a tag to compare
Nova v0.17-alpha.1 Pre-release
Pre-release

CREATE BACKUPS BEFORE UPDATING

Please create a backup of your server (including the worlds and Nova plugin directory) before updating to this version. Major changes were made to Nova's world file format. Please report any issues you encounter with the automatic legacy conversion.

General changes

  • Updated to Minecraft 1.21.1 (1.20.4 is no longer supported)
  • Optimized item networks
  • Parallel network ticking
  • Major internal changes
  • Nova now bundles all libraries instead of downloading them on startup.
  • nova:wrench was moved to the Logistics addon

Fixes

  • Fixed #304 - Break network connections during chunk save / chunk load ?
  • Fixed #307 - Unbreakable block with tool
  • Fixed #320 - Block#breakNaturally() and Block#remove() don't properly break solid custom Nova blocks.

Addon API

New Features

Changes

  • Major changes to custom items, blocks, tile-entities, and tile-entity networks.

Migration Guide

Nova Documentation - Migration Guide 0.16 ➝ 0.17

Nova v0.16.2

24 Jul 12:22
Compare
Choose a tag to compare
  • Fixed Towny hook being queried async
  • Updated translations

Nova v0.16.1

05 Jun 09:51
Compare
Choose a tag to compare
  • Fixed an issue where advancements registered via AdvancementLoader would remove all previously registered advancements from the tree

Nova v0.16

21 Apr 16:21
734d6d4
Compare
Choose a tag to compare

Combined changelog from 0.15-alpha.1 to 0.16-RC.2, this version is functionally the same as 0.16-RC.2, there was no stable release for 0.15

General Changes

  • Updated to Minecraft 1.20.4 (1.20.1 is no longer supported)
  • Switched to Paper (Spigot is no longer supported)
  • Removed the uploader preset for https://resourcepack.host because they shut down. This also means that there is no longer an uploader configured by default anymore
  • Removed pack protection options obfuscate and corrupt_entries

Fixes

  • Fixed #283 - Crystalizer not showing the correct item
  • Fixed #284 - Jetpack duplication on machine right-click
  • Fixed an issue where enchantment patches would fail on startup on non-mojang-mapped servers
  • Fixed #289 - WAILA does not recognize pumpkin stems
  • Fixed #290 - Boss bars are not invisible
  • Fixed #291 - Server crashes upon throwing a trident
  • Fixed #294 - FastAsyncWorldEdit hook error
  • Fixed #296 - Bonemeal not being consumed by Fertilizer, outputting errors in console
  • #298 - fix typo causing resource filters unable to load
  • Fixed #297 - Bug with Purpur 1.20.2-2082
  • Fixed an issue where nova items in item frames would have empty hover names instead of none
  • Fixed #303 - LuckPerms hook error
  • Fixed #302 - Nova does not start up on pufferfish
  • Fixed #305 - Advancement with multiple item do not work
  • Fixed an issue where NovaItem#hasBehavior would only look for exact matches
  • Fixed an issue where the anvil would ignore Nova enchantments
  • Added missing maxLevel function in EnchantmentBuilder
  • Fixed #286 - Getting "Internal Exception: NBT tag that was too big" and getting kicked from server, unable to rejoin without restart
  • Fixed #327 - Compatibility error with items adder
  • Fixed #325 - Block break sound not playing for stone/sandstone/etc
  • Fixed #332 - Plugin vane-enchantments causes an exception in Nova
  • Fixed #333 - Nova item disapearing while enchanting
  • Fixed #312, #337 - BlockDamageEvent not fired
  • Fixed #318 - S3 auto upload causing server crashes after plugin loading
  • Fixed an issue where some enchantments could not be applied to some items in the Anvil
  • Fixed an issue where the yRange for chars using the bitmap font provider would always be 0
  • #338 - Fix ComponentUtils#moveToCenter
  • Fixed #363 - Riptide Broken in Nova-0.16-RC.1
  • Fixed an issue where client-side shaped recipes would use server-side items in their pattern

Addon API

New Features

Changes

  • Attachments now use item displays instead of armor stands
  • Removed experimental attachment position type HEAD

Migration Guide

Nova Documentation - Migration Guide 0.14 ➝ 0.15

Plugin API

  • Added methods for retrieving NovaItem from ItemStack

Nova v0.16-RC.2

18 Apr 18:22
Compare
Choose a tag to compare
Nova v0.16-RC.2 Pre-release
Pre-release
  • Fixed #363 - Riptide Broken in Nova-0.16-RC.1
  • Fixed an issue where client-side shaped recipes would use server-side items in their pattern

Nova v0.16-RC.1

29 Mar 13:32
Compare
Choose a tag to compare
Nova v0.16-RC.1 Pre-release
Pre-release
  • Fixed #312, #337 - BlockDamageEvent not fired
  • Fixed #318 - S3 auto upload causing server crashes after plugin loading
  • Fixed an issue where some enchantments could not be applied to some items in the Anvil
  • Fixed an issue where the yRange for chars using the bitmap font provider would always be 0
  • #338 - Fix ComponentUtils#moveToCenter
  • Updated translations

Nova v0.16-alpha.4

09 Mar 14:32
Compare
Choose a tag to compare
Nova v0.16-alpha.4 Pre-release
Pre-release
  • Fixed #325 - Block break sound not playing for stone/sandstone/etc
  • Fixed #332 - Plugin vane-enchantments causes an exception in Nova
  • Fixed #333 - Nova item disapearing while enchanting
  • Removed pack protection options obfuscate and corrupt_entries
  • Attachments now use item displays instead of armor stands
  • Removed experimental attachment position type HEAD

Nova v0.16-alpha.3

11 Feb 06:45
Compare
Choose a tag to compare
Nova v0.16-alpha.3 Pre-release
Pre-release

Fixed #286 - Getting "Internal Exception: NBT tag that was too big" and getting kicked from server, unable to rejoin without restart
Fixed #327 - Compatibility error with items adder

Nova v0.16-alpha.2

11 Jan 17:23
Compare
Choose a tag to compare
Nova v0.16-alpha.2 Pre-release
Pre-release
  • Added missing maxLevel function in EnchantmentBuilder