GemsEconomy icon

GemsEconomy -----

This is a custom multi-currency economy plugin! Free & Open Sourced! With vault support



DISCONTINUED.

Header.png

Awesome graphics work by: @Blueseph
General Info.png
Hey! Welcome to GemsEconomy. Are you looking for an all-in-one solution for a server's economy? Look no further! Offering single, or multiple currency formats(options), bungeecord/MySQL support, full message customization, vault support, frequent updates and more, GemsEconomy is here to help your community shine!

Placeholder Expansion is updated!

From 12th Des 2019 GemsEconomy will be open source. Feel free todo whatever you want within it's source. But do not claim it as your own. And if the addon to the plugin is pretty good, i might just add it into the plugin and update it here. :)

Updates.png
80.000 downloads is amazing!
Thank you for using this plugin :)

Please check the Discussion Thread :)
Thanks


Features.png
- Customizable Messages.
- Placeholder Expansion for PlaceholderAPI.
- Custom Economy.
- 100% configurable.
- A very simple developer API.
- MySQL Support.
- Cheques.
- Vault support.
- Offline support.
- Multi currency support.
- BungeeCord support.

Setup.png
  1. Install the plugin in your plugins folder
  2. Edit the settings as you'd like
  3. Create a currency with /gcurr.
  4. Edit the currency as you'd like with the other sub commands of /gcurr.
  5. Note: The first currency you create becomes the default one. You can also change the default currency with /gcurr.
  6. You're done.
Commands.png
/gbalance [user] - Check a players balance or yours.
/geco add <user> <amount> [currency] -
Adds the specified amount of gems to the user.
/geco take <user> <amount> [currency] - Takes the specfied amount from the user.
/geco set <user> <amount> [currency] - Sets the gem amount to the user.
/gpay <user> <amount> [currency] - Pay another player with your gems.

/gcheque redeem - Redeems a written cheque.
/gcheque write <amount> [currency] - Writes a cheque with the specified amount.
/gcurrency - Currency help.


Permissions.png
Code (Text):
gemseconomy.command.balance - Perm to view your balance
gemseconomy.command.balance.other - Perm to view another users balance.
gemseconomy.command.baltop - Perm to view the balance top for a specific currency.
gemseconomy.command.cheque - Perm to redeem & write cheques.
gemseconomy.command.currency - WARN: This gives permission to all sub commands. Like (/gcurr delete or /gcurr view)
gemseconomy.command.economy - Perm to view economy help.
gemseconomy.command.give - Perm to give an amount of a currency.
gemseconomy.command.set - Perm to set an amount of a currency.
gemseconomy.command.take - Perm to take an amount of a currency.
gemseconomy.command.pay - Perm to allow a user to pay.
gemseconomy.command.pay.<currency_plural> - Perm to allow a user to pay the specific currency. This is required for the default currrency too.
gemseconomy.command.exchange.preset - Perm to exchange currency with preset rate.
gemseconomy.command.exchange.custom - Perm to exchange custom rate.
gemseconomy.command.exchange.custom.other - Perm to exchange currencies for another player.
Placeholders.png
PlaceholderAPI by @clip
Code (Text):
%gemseconomy_balance_default%
%gemseconomy_balance_default_formatted%
%gemseconomy_balance_<currency plural or singular>%
%gemseconomy_balance_<currency plural or singular>_formatted%
You will find the older GemsEconomy placeholders here.

API.png
Code (Text):
Here is the long awaited API for GemsEconomy 4.0++
First you'll need to make a variable of the API class.
Remember to make your plugin load after GemsEconomy and add it your dependencies!

GemsEconomyAPI api = new GemsEconomyAPI();

Then you can:

#deposit(UUID, Amount);
#deposit(UUID, Amount, Currency);
#withdraw(UUID, Amount);
#withdraw(UUID, Amount, Currency);
#getBalance(UUID);
#getBalance(UUID, Currency);
#getCurrency(String);

If you need more information about the API, contact me through PMs!

The source code is also found here.
 

This is the old api from GemsEconomy Version 3.2.1!!

Make sure you add GemsEconomy to your dependencies, otherwise you won't find the GemsAPI class.

Code (Text):

GemsAPI.editBalance(EcoAction action, Player player, double amount, boolean offline);
GemsAPI.editBalance(EcoAction action, UUID uuid, double amount, boolean offline);

// Get the balance
GemsAPI.getBalance(UUID uuid); // returns a double value.


Footer.png
Resource Information
Author:
----------
Total Downloads: 85,767
First Release: Mar 7, 2016
Last Update: Dec 23, 2020
Category: ---------------
All-Time Rating:
112 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings