Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Releases: Team-Inceptus/Novaconomy

Novaconomy v1.10.0

27 May 22:51
db2c5d9
Compare
Choose a tag to compare

Final Novaconomy Release

New Features

  • Business Copyright
    • Businesses can now copyright
  • Minecraft 1.20.5/6 Support
  • Corporations gain experience from Mail

Bug Fixes

Other Updates

  • Various Dependency Updates

Full Changelog: 1.9.2...1.10.0

Novaconomy v1.9.2

07 Apr 20:48
82c69cf
Compare
Choose a tag to compare

New Features

  • Player Language Override
    • Players can specify their own language
    • Uses currently supported Languages
    • Not all messages can be used this way. Some GUI-related items will use the global language.
  • Corporation & Business Mail
    • Corporations and Businesses can now receive mail messages from players.
    • Use Book & Quill to write to them.
    • Read Wiki for more information.

Bug Fixes

  • Fix Java 8 Support

Other Updates

  • Update to Gradle 8.7
  • Update Lamp to v3.2.1
  • Improve Testing Capabilities
  • Minor Code Optimization

Novaconomy v1.9.1

17 Jan 00:41
9bafd25
Compare
Choose a tag to compare

New Features

  • Messages Overhaul
    • Added support for Spigot/Paper Components
    • Configurable Message Handlers in functionality.yml
    • Toggleable per-player with "Advanced Text" setting
  • Corporation Hierarchy
    • Customizable Corporation Ranks for business members
    • Add Permissions to how to interact with their parent corporation to their ranks
  • Update Natural Causes
    • Add Building Natural Cause
    • Add ModifierReader Cache for faster loading Natural Cause Modifiers

Bug Fixes

  • Fix Essentials-related Integration Issues
  • Fix Additional 1.20.3+ Issues

Other Updates

  • Other API & Publishing Updates
    • Updated JavaDocs
  • Dependency Updates

Novaconomy v1.9.0

11 Dec 02:32
c9c4495
Compare
Choose a tag to compare

New Features

  • Auction House
    • List unlimited items for sale on the Auction House
    • Fully usable GUI for Auction House
    • Auction API & Events
  • API Overhauls
    • Economy API methods now use specific names
    • Move BusinessProduct to Business Package
  • Official Kotlin Extensions
  • Add 1.20.3 Support
  • Draft API for Corporation Ranks (fully implemented in v1.9.1)
  • More Business Supply Options
  • Increase Maximum Business Transaction History to 20
  • Crowdin Integration

Bug Fixes

  • Fix Temporary Copy Exceptions

Other Changes

  • Gradle Updates
  • Deleted Objects are Removed in SQL Database
  • Use more efficient Maps for Serialization

Full Changelog: 1.8.3...1.9.0

Novaconomy v1.8.3

21 Oct 00:43
984a1d7
Compare
Choose a tag to compare

Bug Fixes

  • Fix various SQL and SQL-Related Errors (#117) by @ajh123
  • Fix Sounds being played when Natural Increase is disabled (#121) by @ajh123
  • Fix various NBT Errors
  • Fix Business Setting Serializability

Full Changelog: 1.8.2...1.8.3

Novaconomy v1.8.2

15 Oct 01:24
c2a9b2c
Compare
Choose a tag to compare

New Features

  • Whitelisted/Blacklisted Market Economies
  • Bulk Change Market Stock

Bug Fixes

  • Fix 1.20.2-related Errors
  • Fix various Command Errors
  • Fix SQL Typos by @ajh123

Other Changes

  • Update Lamp to v3.1.7
  • Update mockito to v5.6.0 by @dependabot

Novaconomy v1.8.1

18 Sep 00:14
Compare
Choose a tag to compare

Novaconomy v1.8.1

September 22, 2023 - Add 1.20.2 Support

Bug Fixes

  • Fix Bounties not being usable (#106)
  • Other Minor Bug Fixes

New Features

  • Add Unconvertable Economies
  • Redstone Market Category
  • More Corporation Achievements & Settings
  • Featured Corporation Products
  • Corporation Query Command

Other Changes

  • Minor Optimization & Code Changes

Novaconomy v1.8.0

05 Aug 16:39
443e6c1
Compare
Choose a tag to compare

Novaconomy v1.8.0

New Features

  • Unlimited Business Products
  • Corporation Leaderboard
  • Tax Revampment by @PaxJaromeMalues
    • Create Business & Natural Cause Income Tax
    • Fully Configurable in config.yml
  • Custom Model Data for Business & Corporation Icons
  • Automatic Business Supply
    • Mark Chests to automatically gain supplies from for your Business
    • 2 Businesses can share Double Chests, One Business per Chest Block

Other Improvements

  • Update to Treasury v2
  • Change Command Aliases for Less Confusion by @PaxJaromeMalues
  • Minor Optimization Changes

Novaconomy v1.7.2

02 Jun 19:28
Compare
Choose a tag to compare

Novaconomy v1.7.2

June 7, 2023 - Add 1.20/1.20.1 Support

Additions

  • More Market Management
    • More Commands
    • Blacklisted Market Items
    • More Market Items
  • Add Parametric Placeholders

Bug Fixes

  • Fix Creating Multiple Businesses Bug
  • Fix Bounties & Corporation GUI Bugs

Other Improvements

  • Wrapper Privating & Optimization
  • Fixed Various Language & Data Storage Issues
  • Create SortingType#PRODUCT_POPULARITY

Novaconomy v1.7.1

28 Apr 17:59
Compare
Choose a tag to compare

Novaconomy v1.7.1

Convert to Gradle

Novaconomy Markets have finally been implemented!

  • Sell and Buy Items from the Novaconomy Market.

New Features

  • SQL Database Support
    • You can now use a SQL Driver to store your data instead of the default YAML files.
    • Novaconomy has a built-in conversion feature that will convert your existing data to SQL and vice versa.
    • More information is available on the wiki.
  • Corporation-Only Chat

Other Improvements

  • Fixed Various Language & Data Storage Issues