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

Releases: TheNewEconomy/TNE-Bukkit

Alpha 4.0 Pre-1

25 Oct 00:16
Compare
Choose a tag to compare
Alpha 4.0 Pre-1 Pre-release
Pre-release

May contain bugs.

Alpha 3.3

16 Oct 21:24
Compare
Choose a tag to compare

Contains a small fix for servers that wish to disable the built-in shop feature.

Alpha-3.2

16 Oct 07:50
Compare
Choose a tag to compare

Alpha 3.2

Feature Set:

  • Command Additions
    • /tne delete
      • Delete the economy account for
    • /tne purge [world]
      • Remove all accounts with the default balance, optional [world] parameter.
    • /tne create [balance]
      • Create an account for , optional [balance].
    • /tne id
      • Get 's id to be used for player configurations.
    • /money set [world] command.
      • This allows administrators to set 's balance to .
    • Addition of optional world parameter to money commands for multi-world balance support
    • Addition of configuration to allow the use of /pay, /bal, and /balance
      as shortcuts.
    • Release /shop command when TNE's shop system is disabled.
    • Ability to use "?" as a shortcut to command help.
    • Addition of command help pages to lessen the amount of information displayed on the screen at once with command help.
  • MISC Additions
    • Switched from Java 8 back to Java 7 until hosts decide to pick up their game.
    • Add configuration for decimal value. This prevents any funky errors when
      used on servers that don't normally use the standard decimal value.
    • Allow message translations to be set on a per-player and per-world basis.
    • Ability to set materials.yml configurations on a per-world and per-player basis.
    • Ability to set objects.yml configurations on a per-world and per-player basis.

Alpha-3.2-Pre1

12 Oct 03:38
Compare
Choose a tag to compare
Alpha-3.2-Pre1 Pre-release
Pre-release
0.0.0.0

Class cleanup

Alpha 3.1

12 Oct 03:05
Compare
Choose a tag to compare

This release contains the ability to not force pins, or turn them off entirely. It also allows all configurations, except for materials.yml and objects.yml, to be set per world(worlds.yml), and even per-player(players.yml).

Alpha 3.0

11 Oct 04:07
Compare
Choose a tag to compare
Alpha-3.0

Alpha 3.0!

Alpha 3.0 PreRelease 1

28 Sep 04:17
Compare
Choose a tag to compare
Pre-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.

Alpha 2.4

15 Nov 14:28
Compare
Choose a tag to compare
  • Revamped save management
  • Reduced Mojang API calls to speed things up slightly

Alpha 2.1

04 Jun 03:07
Compare
Choose a tag to compare
  • API
    • Vault Support
    • Plugin Metrics Support
  • Bug Fixes
    • Fixes to bugs that were in Alpha 2.0
  • MISC
    • The New Economy now fully supports UUIDs
    • Some other things I've probably forgotten, but now I know to write down things as I add them. :P

Alpha 2.0

24 Apr 01:38
Compare
Choose a tag to compare
  • Multi-World Support
  • Better database support
  • Better currency support
  • Mob rewards
  • Bug fixes for 1.X