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

Alpha 3.0 PreRelease 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@creatorfromhell creatorfromhell released this 28 Sep 04:17
· 761 commits to master since this release

Alpha 3.0-Pre 1 First prerelease is here! Don't use if you're not willing to deal with bugs. Backup your data too.

Features included in the prerelease:

  • Add support for H2 in place of SQLite
    • Your SQLite database will be automatically converted for you.
  • New internal transaction system
    • this is a giant step towards full transaction tracking, and history
    • This new system improves code readability, and will better help pin point the location of any bugs that occur during a transaction.
  • Ability to reward/charge for using items
  • Ability to reward/charge for crafting
  • Ability to reward/charge for smelting
  • Ability to reward/charge for enchanting
  • Ability to reward/charge for mining
  • Ability to charge for inventory use
    • Ability to charge per use(on open)
    • Ability to create packages and charge per second of use
  • Ability to disable UUID support
  • Ability to allow worlds to share economy data
  • Ability to allow the use of bank balances for transactions
  • Ability to charge for command use
  • Ability to give reward for killing a player in mobs.yml
  • Redid sign-based features, and created a new base to allow easier implementation in the future.
    • We now do proper permissions checks.
    • Added the ability to charge for sign use, and placement
    • Added the ability to set a max limit for signs owned by a player for certain signs.
  • Updated banks to allow for multi-player banks.
    • Bank owners can now use /bank add, and /bank remove to give/revoke a player's access to their bank.
  • Internal optimizations to allow for better code readability, and allow updates to be done in a more straight forward, and faster way.