Awesome graphics work by: @Blueseph 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.
80.000 downloads is amazing! Thank you for using this plugin
Please check the Discussion Thread Thanks - 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.
Install the plugin in your plugins folder
Edit the settings as you'd like
Create a currency with /gcurr.
Edit the currency as you'd like with the other sub commands of /gcurr.
Note: The first currency you create becomes the default one. You can also change the default currency with /gcurr.
You're done.
/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.
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.
%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.
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!