d4julian / TotalEconomy

All in one economy plugin for Minecraft and Sponge.

Home Page:https://ore.spongepowered.org/Erigitic/Total-Economy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Buy Me a Coffee at ko-fi.com Gitter chat Build Status

TotalEconomy

Total Economy is a Sponge plugin that aims to provide a full-fledged economy for your server. Each feature can be enabled/disabled and configured to your liking. This allows you to continue using your favorite plugins alongside Total Economy without any issue.

Features

  • Easily pay other players
  • Jobs and the ability to create your own jobs
  • Ability to enable/disable any feature
  • SQL Support
  • Multi-Currency Support
  • Chest Shops

Contributions

Interested in contributing code? Doing some translation? Or maybe you have an issue or suggestion you'd like to let us know about? We appreciate and welcome all contributions. To get started:

Getting and Building Total Economy

Grabbing a copy of Total Economy's source is as simple as having Git installed and running the following command from a command prompt or terminal window:

git clone https://github.com/Erigitic/TotalEconomy.git

When you are ready to build Total Economy, do so using gradle:

  • ./gradlew build (Unix-like systems such as Linux and macOS)
  • gradlew build (Windows)
  • Or using your favorite IDE

If the build was successful, you can find the TotalEconomy-x.x.x.jar in build/libs/

About

All in one economy plugin for Minecraft and Sponge.

https://ore.spongepowered.org/Erigitic/Total-Economy

License:MIT License


Languages

Language:Java 100.0%