How to install:
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?
If you use TNE, consider giving us a thumbs up to become apart of the SpigotCraft server plugin list.
Please Note: This project is in Beta stage, and may, therefore, contain multiple bugs. Please report any bugs you find.
About
The New Economy is a feature-packed module economy plugin for Bukkit Servers that supports both virtual and item-based currencies. It has support for transactions with offline players for item-based currencies too. We also support multi-world and multiple currencies.
Media
Below are various videos created about TNE, if you'd like your video included here, please message me.
Basic Information
Some basic information you might want to look over.
Default Configurations
Features
Requirements
API
To acces the API import the jar file(TNE.jar) then use the following code:
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.
Support
For support choose one of the following.
Team
Contribute
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.