Please Note: This project is in Alpha stage, and may therefore contain multiple bugs. Please report any bugs you find.
The New Economy is a feature-packed economy plugin that is currently still under heavy development. TNE is meant to offer an all-in-one solution for server economies, while also being completely configurable to each server's needs. Whether you want a simple single currency economy, or multiple currencies per world with multiple worlds, TNE is for you.
If you've switched from another economy plugin to TNE, please take a moment to tell us which one: What economy plugin did you switch from?
Please Note: This project is in Alpha stage, and may therefore contain multiple bugs. Please report any bugs you find.
There's only two ways to support the development of TNE at this moment.
- My Patreon
- Share TNE with other server owners
Some basic information you might want to look over.
- Github
- Bugs/Feature Requests/Suggestions
- Permission Nodes
- Commands
- To view the default configuration file w/ comments
- We're on Esper! #TheNewEconomy
- Vault(optional)
For support choose one of the following.
- Skype: creatorfromhell
- Email: daniel.viddy@gmail.com
To acces the API import the jar file(TNE.jar) then use the following code:
TNE.instance().api();
In the following example we'll get a player's balance using the API.
TNEAPI ecoAPI = TNE.instance().api();
ecoAPI.getBalance(player);
Source code for the API class can be found here.
- creatorfromhell
To contribute to The New Economy you may fork our Github Repository, and make a Pull Request. The repository is located at: https://github.com/TheNewEconomy/TNE-Bukkit .