Skip to content

gerardvanschip/TNE-Bukkit

 
 

Repository files navigation

Please Note: This project is in Alpha stage, and may therefore contain multiple bugs. Please report any bugs you find.

About

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.

Build Status

Build Status

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?

alt text

Please Note: This project is in Alpha stage, and may therefore contain multiple bugs. Please report any bugs you find.

Support

There's only two ways to support the development of TNE at this moment.

Basic Information

Some basic information you might want to look over.

Default Configurations

Features

Requirements

  • Vault(optional)

Support

For support choose one of the following.

API

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.

Team

  • creatorfromhell

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 .

About

A feature packed Bukkit economy plugin.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%