Gems&Gold - Like on MineplexMySQL & Minigames support v1.7.2

An advanced Gems&Gold economy plugin. Supports MySQL. Make Gems/Gold shops with ease.
Gems&Gold.png

Gems&Gold is an advanced economy management plugin that supports MySQL (for networks), gold transfer to other economies (like Vault, Essentials and pretty much any other) and minigames plugins. Please note that MYSQL is essential for this plugin to run.
There is many of free mysql services today, so even if your host doesn't provide one (which is highly unlikely), you can follow links below to claim one of free databases on some free hosts:
Please note that we do not guarantee that all of hosts above are working perfectly and that they will never shutdown without a notice. If you wan't more convenient hosts, then you should go with some paid ones.

features.png

Gems&Gold is not like other economies. It contains a lot of features that other economies does not include! Here is a list of the main advantages of G&G.

MYSQL Support - Gems&Gold is one of rare economies that support MYSQL data storage without need of any extensions. By using that, your G&G data will be updated on every server in real time without delays.

API {NEW, UNDER BETA} - Gems&Gold has an API for developers too! You can find more info about it here.

PLACEHOLDER SUPPORT - G&G supports both MVdW PlaceholderAPI and PlaceholderAPI by Clip, which means you can display economy status on pretty much every other scoreboard (Featherboard), leaderboard, bossbar (AirBar) etc. Even tho we support both of this options, it is HIGHLY recommended to use MVdWPlaceholders instead.

MINIGAMES SUPPORT - You can give gems on game win, take them from player when they lose and much more! You can even make minigame shops. This plugin is currently in pre-release stage, which means really few minigames plugins are OFFICIALLY supported, but even if they are not, you can always try. A lot of them have an victory command to execute, lose command to execute and that's where you can easily configure them to work with G&G, however, we're planning to support a lot more plugins after official release!

LEADERHEADS SUPPORT - Our plugin is fully compatible with LeaderHeads. You can read more about LeaderHeads support here.

GOLD TRANSFER TO OTHER ECONOMIES - You can enable gold transfer to other economies like Vault and also define how much one gold is worth in vault money. If you don't like using vault, you can always change converting command to something else.

SHOPS - You can make shops using G&G "if" commands! You can read more about it below under COMMANDS section.

commands.png

You can find the list of the G&G commands below:

/gems or /gold <Player/give/take/giveall/pay> <amount> [Player] - general gems command. If used without any args, gives output with players qty of gems/gold. Permission: gemsandgold.admin

SHOPS
/gemsif or /goldif <player> <qty> <cmd> - useful for creating shops - if <player> have <qty> of gems/gold, execute <cmd> from console. Placeholder for playername in cmd: ?player?. Can only be run from console. Will take <qty> of gems/gold from player, since the main purpose for this command is for shops. Example:
Code:
/gemsif OpenSource 100 say ?player? have 100 gems
If OpenSource have 100 gems, it will take 100 gems from him (since this command's main purpose is for shops), and execute following command from console:
Code:
say OpenSource have 100 gems

/sellgold <qty> - sells gold for an amout of vault/other money.

/gems or /gold give tokens <gty> <player> - gives a gem token to player who executed the command. After right-clicking gem/gold token, player will be rewarded with <qty> of gems/gold.

placeholders.png

Gems&Gold is made to be compatible with every Placeholders plugin out there. However, we're strongly recommending you to use MVdW PlaceholderAPI rather than the one from clip.
Placeholders:

  • MVdW API:
    • {gemsandgold_gemqty}
    • {gemsandgold_goldqty}
  • PlaceholderAPI (from Clip):
    • %gemsandgold_gemcount%
    • %gemsandgold_goldcount%
minigames.png

Our plugin is made to support 90+% of popular minigames & other plugins. The only thing one plugin needs to be supported by us is win/lose command in config, or win / lose even in an api. Below you can find list of some of the most popular available plugins, and how to configure them:

EpicSkyWars
Using this plugin with EpicSkyWars is very simple and easy. The only thing you need to edit is default config.yml file. In that file, you should be able to see "Commands" section. Under command-on-win you can add something like this:
Code:
# Do you want to use some special commands when player wins or get kill?
Commands:
  enable: false
  # Please use command without slash -> `/`
  # You can use custom variables such as: %killer%,%victim%, %winner%
  # You may add unlimited amount of commands
  commands-on-kill:
   - 'example'
  commands-on-win:
   - 'gems give 100 %winner%'
   - 'gold give 1000 %winner%'

AdvancedSurvivalGames
Using this plugin with ASG is as easy as using it with ESW. Edit config.yml with following:
Code:
# Do you want to use some special commands when player wins or get kill?
Commands:
  enable: true
  # Please use command without slash -> `/`
  # You can use custom variables such as: %killer% and %victim%
  # You may add unlimited amount of commands
  commands-on-kill:
    - 'example'
  commands-on-win:
   - 'gems give 100 %winner%'
   - 'gold give 1000 %winner%'

SurvivalGames by Wazup92
This plugin is supporting G&G too. You can edit Winner-Executed-Commands like so:
Code:
Winner-executed-commands:
   - 'gems give 100 %player%'
   - 'gold give 1000 %player%'

BedWars / EggWars by xTheMag
This is yet another one plugin with full support for plugins like G&G. You can configure Lobby Reward commands in config.yml like so:
Code:
Lobby Reward:
  Wins:
    Command: true
    Commands:
    - 'gems give 100 <PLAYER>'
  Lose:
    Command: false
    Commands:
    - 'crate key <PLAYER> dirt'
BedWars-Rel by Yannici
To use it with G&G please edit config like on other ones:
Code:
# Reward commands
# It is prerequisite that every command can be executed from the console (sender).
# These placeholder can be used in every command:
# {player} - the player for which the command will be executed
# {score} - the score of the player in the current game (ONLY WHEN STATISTICS ENABLED!)
rewards:
  # Enable rewards
  # type: boolean
  # Enables reward commands
  enabled: true
 
  # Game win
  # type: List<string>
  # Commands which will be executed for every player which wins
  # possible placeholders: {player}, {score}
  # set the first command to "none", no commands will be executed
  player-win:
    - /gems give 100 {player}

UltraHardCore Reloaded by xeRicker
This plugin should be supporting win commands, but I was not able to find configuration file to show examples, but I'm 99% sure it is compatible. Just search config for win commands and add your gems command there.

Skywars X by Wazup92
Might be supported, but I'm not sure if %player% placeholder can be used for winner, but as it is working on hes other plugin, it should work on this one too. Edit config.yml like so:
Code:
Executed-Commands:
  Player-Win:
  - gems give 100 %player%

Others:
If you have any other minigame plugin that is not listed here, please pm me here, on mc-market, or on my Discord (OpenSource#3310), Discord link here. Also, there is a brand new API, which you can find more info about here.

BStats
GemsAndGold.svg


I'm about to leave a review!
Awesome! I absolutely enjoy reading honest reviews. However, the review place is the last place to request a feature or ask for support. If you need any kind of support, please join our discord and we'll be back to you as soon as possible with any kind of help you may need with our plugins. Also, you can contact me here, at MC-Market too! Just send me PM :)

Latest reviews

good plugin if you wanna use it for another currency
OpenSource
OpenSource
Thank you very much for your review :)
EULA: Standard EULA
2,761 Views
30 Downloads
Mar 24, 2019 Published
Jun 19, 2020 Updated
5.00 star(s)
Average rating (1)
459.9 KB File size
Supported software
Supported versions
Creator
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Recommended for you
The ultimate Gens / Tycoon plugin - Supercharge Your Server with Advanced Upgradable Generators
4.50 star(s) 4 ratings
54 purchases
Global violation system | Merge AntiCheats | BungeeCord | Enhance detections | TPS & Ping Protection
5.00 star(s) 1 ratings
9 purchases
Professional config made for large servers where false positives are unacceptable! Always up to date
5.00 star(s) 1 ratings
57 purchases
An awesome litebans theme pack which is constantly updating and adding new themes every month.
Not yet rated
3 purchases
Modernize your Pterodactyl panel with a clean, user-friendly Google Material Design
Not yet rated
5 purchases
2,761 Views
30 Downloads
Mar 24, 2019 Published
Jun 19, 2020 Updated
5.00 star(s)
Average rating (1)
459.9 KB File size
Supported software
Supported versions
Creator
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Recommended for you
The ultimate Gens / Tycoon plugin - Supercharge Your Server with Advanced Upgradable Generators
4.50 star(s) 4 ratings
54 purchases
Global violation system | Merge AntiCheats | BungeeCord | Enhance detections | TPS & Ping Protection
5.00 star(s) 1 ratings
9 purchases
Professional config made for large servers where false positives are unacceptable! Always up to date
5.00 star(s) 1 ratings
57 purchases
An awesome litebans theme pack which is constantly updating and adding new themes every month.
Not yet rated
3 purchases
Modernize your Pterodactyl panel with a clean, user-friendly Google Material Design
Not yet rated
5 purchases
Top