Skip to content

Releases: xenondevs/Nova

Nova v0.13-alpha.11

08 May 14:22
Compare
Choose a tag to compare
Nova v0.13-alpha.11 Pre-release
Pre-release
  • Fixed an issue where backing states would remain in the world after an explosion tried to remove adjacent Nova blocks
  • Fixed an issue where bamboo could not be broken with swords

Nova v0.13-alpha.10

06 May 19:52
Compare
Choose a tag to compare
Nova v0.13-alpha.10 Pre-release
Pre-release
  • Fixed #247 - Console error spam when searching
  • Fixed #245 - Bossbar is not centered
  • Fixed an issue where char sizes might never be calculated if pack generation was interrupted previously
  • Fixed an issue where fake players could be the killer of entities
  • Fixed ClassCastException of kyori-adventure classes on Paper servers
  • Added a new debug command: /nova debug invalidateCharSizes. If you run this command, Nova will recalculate all char sizes during the next resource pack generation
  • The component size cache will now be cleared after regenerating the resource pack

Nova v0.13-alpha.9

03 May 19:57
Compare
Choose a tag to compare
Nova v0.13-alpha.9 Pre-release
Pre-release
  • Fixed #244 - In-memory pack generation error

Nova v0.13-alpha.8

03 May 14:38
Compare
Choose a tag to compare
Nova v0.13-alpha.8 Pre-release
Pre-release
  • Prioritize Nova and Libraries in NovaClassLoader again
  • Updated translations

Nova v0.13-alpha.7

30 Apr 15:57
Compare
Choose a tag to compare
Nova v0.13-alpha.7 Pre-release
Pre-release
  • Converted the Plugin-API (nova-api module) to Java. This might be a breaking change if you're implementing its interfaces in Kotlin or access the Nova instance via Nova instead of Nova.getNova()
  • Fixed a ConcurrentModificationException when closing a tile-entity menu with multiple open windows
  • Fixed an issue where Nova would not wait for ItemsAdder to be loaded before generating the resource pack

Nova v0.13-alpha.6

29 Apr 19:28
Compare
Choose a tag to compare
Nova v0.13-alpha.6 Pre-release
Pre-release
  • Fixed an issue where no hooks would be loaded

Nova v0.13-alpha.5

29 Apr 17:16
68951cc
Compare
Choose a tag to compare
Nova v0.13-alpha.5 Pre-release
Pre-release
  • Fixed #242: Nova & ItemsAdder compat issue
  • Fixed head note block sounds
  • Improved caching for protection and offline permission checks
  • Vault is no longer required for Nova to work with LuckPerms
  • Addons can now register RegistryBinaryAdapters
  • Updated translations

Nova v0.13-alpha.4

17 Apr 15:14
Compare
Choose a tag to compare
Nova v0.13-alpha.4 Pre-release
Pre-release
  • Improved char size loading speed
  • Improved the item ordering in the /nova items search
  • Fixed #238 | Sleeping in bed during day whilst wearing a jetpack creates an error
  • Fixed an issue where hiding the (jetpack) attachment when looking down would cause an exception
  • Fixed an issue where Nova blocks would always drop their drops, regardless of which tool was used
  • Updated translations

Nova v0.13-alpha.3

15 Apr 16:59
Compare
Choose a tag to compare
Nova v0.13-alpha.3 Pre-release
Pre-release

Contains Addon-API breaking changes, some addons might need to be updated (Official addons that need to be updated: Machines, Logistics)

  • Fixed an issue where other plugins could access Nova's class loader
  • Fixed an issue where Nova would not search for classes annotated with @TileEntityMenuClass in superclasses
  • Fixed an issue where ItemStack.novaCompound would sometimes be a copy and not mutate the compound inside the ItemStack
  • Fixed an issue where the nova compound would not be copied when a bukkit ItemStack was cloned or its ItemMeta applied to a CompoundTag
  • The item hover tooltip is now completely hidden for NovaItems whose clientsideProvider does not have a display name or lore
  • Updated translations

Nova v0.13-alpha.2

12 Apr 16:46
Compare
Choose a tag to compare
Nova v0.13-alpha.2 Pre-release
Pre-release
  • Fixed ArmorEquipEvent
  • Fixed #240