TheNewEconomy / EconomyCore

The core code powering TNE.
Other
11 stars 5 forks source link

[FEAT]: Shared Code for Bukkit and Paper #53

Closed creatorfromhell closed 6 months ago

creatorfromhell commented 1 year ago

Feature Description

The simple code such as inventory management, calculations, etc should be able to be shared. The current system duplicates a lot of this code due to the Plugin Instance not being passed along. This should be corrected in order to allow for the code sharing and make it easier to update both platforms.

Reasoning

Less work required to maintain.