This repository has been archived by the owner on Jun 14, 2024. It is now read-only.
TNE 0.1.1.13
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.