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

Releases: TheNewEconomy/TNE-Bukkit

TNE 0.1.1.16

16 Dec 02:07
Compare
Choose a tag to compare
  • Fixed issues with command help not working properly.
  • Fixed issues where debug messages were still in jar.

TNE 0.1.1.17 Pre 2

17 Dec 04:24
Compare
Choose a tag to compare
TNE 0.1.1.17 Pre 2 Pre-release
Pre-release
  • Fix NPE users were getting on join and using commands such as /t new in towny.
  • Fix issue where tab completion used display names and not player names.

TNE 0.1.1.15

13 Dec 14:08
Compare
Choose a tag to compare

Currency

  • Revamped currency conversion to the new system
  • Add config to allow starting with currency items in inventory.

Caching

  • We now cache virtual currency balances to help with performance.

Fixes

  • Fix issue where command selectors weren't being parsed
  • Fixed issue where materials class wasn't working for 1.18
  • If messages in messages.yml are empty we no longer send them
  • Updated to latest Reserve API
  • Outdated modules no longer crash TNE
  • Fixed an issue with TNE and Towny using item-based currencies

TNE 0.1.1.13

17 Sep 14:36
Compare
Choose a tag to compare

1.1.13

New Command System

  • New system gives control to the server owner
    • modifiable command names, shortcuts, permissions, etc
    • disable commands by modifying commands.yml, or change the permission node, add a new shortcut to run it.
  • Adds tab completion
  • Adds the ability to do @A - online players and @r which is a random player in commands.
  • Added parameter validation to /money balance.
  • Added * as an alternative to all in money give/take commands
  • Added percentage support to /money give and take commands.
    • Example: /money take 5% - Will take 5% of their balance.

MISC

  • Moved database configurations to data.yml
  • TNE will automatically move old configurations from config.yml
  • Added account purge system to purge old accounts.(still fairly experimental)
  • Removed System.out.println calls.

Fixes

  • Fixed issue where item meta being null caused an NPE.
  • Performance fixes related to /money other and /tne balance.
  • Added the ability to do /money give/pay/take online to perform the command on all online players.
  • Performance fixes related to UUID lookups
  • Cache implementation for UUIDs(Thanks to PaulBGD)
  • Fixes balance issues occurring with ender chest balances.
  • Fixed issue where /money note did not properly work.
  • Fixed issue where max balance wasn't being enforced.

Conversion 0.0.1.4

Please note: This only works with TNE version 0.1.1.13 and greater only.

  • Added a GUI for selecting a plugin to convert from.
  • The GUI will pop up automatically on first run.

TNE 0.1.1.14

21 Sep 12:56
Compare
Choose a tag to compare
  • Fixed startup issues with 0.1.1.13 experienced by some users.

Beta 1.1.11

03 Aug 14:39
Compare
Choose a tag to compare
  • Added a band-aide patch to issues with factionsUUID. For full details of the issue see the link. https://paste.ubuntu.com/p/6ctxdYD5Zj/
  • Added the ability to not specify a world name as a parameter in money set/give/take simply place the currency name in place of the world argument.

Beta 1.1.10

02 Aug 01:33
Compare
Choose a tag to compare
  • Fixed issue with Jobs plugin BufferedPaymentThread failing
  • Fixed issues with removeHoldings API calls

Beta 1.1.12

16 Aug 01:36
7f40192
Compare
Choose a tag to compare

Changelog

  • Fixed command shortcuts such as /bal, /baltop, /pay, etc not working.

0.1.1.9d

02 Jul 13:39
Compare
Choose a tag to compare
  • Fixes issue with minor denominations of item-based currencies.

Beta 1.1.9c

25 Jun 01:43
Compare
Choose a tag to compare
  • Fixed performance issue with 0.1.1.9b in preparation for command and module overhaul next release.