Tested Minecraft Versions:
Suppport: discord.gg/TJTDty7
ABOUT.
This plugin uses the concept of Gems V2. Widely used as a cash purchase system on your website for players to buy VIP packages, items, spawners and anything else you can imagine as it is super configurable and easy to use. It also has a system of selling plates, super configurable gui menu, rewards for mining, fishing, killing monsters or players.
Spoiler: PARA BRASILEIROS (clique aqui)
Dependencies:
Placeholders with PlaceholderAPI:
FEATURES
Spoiler: GIFS
COMMANDS and PERMISSIONS
Player Commands:
/gems shop - Open the Gems shop.
/gems balance <player> - View the Gems of Players.
/gems transfer <player> <amount> - To transfer gems to another player.
/gems withdraw <amount> - Remove Gems as Item.
/gems deposit <hand/inv> - Send Items from inventory to account.
/gems top - See the Gems top.
Staff Commands:
/ugems add <player> <amount> - Add gems to the player.
/ugems additem <player> <amount> - Add Item gems to the player.
/ugems remove <player> <amount> - Remove gems from the player.
/ugems set <player> <amount> - Set gems of a player.
ugems giveall <amount> - Add selected amount to all online players.
/ugems clearall - Remove gems from all player.
/ugems iteminfo [-adv] - Get info of edited item to use in sign shop.
/ugems cleariteminfos - Clear all data of item infos of current DB (inreversible).
Permissions:
Spoiler: Permissions:
CONFIGURATIONS
Standard configuration files:
https://github.com/UlrichBR/UGems
Easy API for Developers:
To call the API just call the instance
Code (Text):
GemsAPI.getInstance()...
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- 1.14
- 1.15
- 1.16
- 1.17
- 1.18
Suppport: discord.gg/TJTDty7
ABOUT.
This plugin uses the concept of Gems V2. Widely used as a cash purchase system on your website for players to buy VIP packages, items, spawners and anything else you can imagine as it is super configurable and easy to use. It also has a system of selling plates, super configurable gui menu, rewards for mining, fishing, killing monsters or players.
Spoiler: PARA BRASILEIROS (clique aqui)
Dependencies:
- PlaceholderAPI - Optional for pulling placeholders
- ProtocolLib - Optional for some functions
- PlayerPoints - Optional for economy.
- Vault - Optional for economy.
Placeholders with PlaceholderAPI:
- %ugems_has_account% - Return true/false
- %ugems_amount% - Return amount of gems of player
- %ugems_amount_formated% - Return formated amount gems of player
FEATURES
- Can be used as an economical base.
- PlayerPoints, Vault or Local economy mode.
- Purchase confirmation.
- Withdraw gems from the bank as item.
- Save gems in the bank with the command or by clicking on the item.
- Multi Language System.
- Gem payment system for other players.
- Baltop showing who has bigger gems.
- Store GUI integrated and totally configurable, with support for sounds and personalized heads (/gems shop).
- Sign shop with option to buy and sell items with gems.
- Sign Store Editor, where by clicking on the board you can edit without having to break the board.
- Support for edited items using hashmaps (#) in the frame (/ugems iteminfo)
- Support to save data in MYSQL, SQLITE or YML.
- Create Aliases from commands and subcommands.
- System drop items while mining, fishing, cutting trees, killing mobs, killing players with percentages and fully configurable drops.
- Placeholders to pull values.
- Tab-Complete for commands.
- Easy-to-use API for developers
- More to come ...
Spoiler: GIFS
COMMANDS and PERMISSIONS
Player Commands:
/gems help - Show help menu.
/gems shop - Open the Gems shop.
/gems balance <player> - View the Gems of Players.
/gems transfer <player> <amount> - To transfer gems to another player.
/gems withdraw <amount> - Remove Gems as Item.
/gems deposit <hand/inv> - Send Items from inventory to account.
/gems top - See the Gems top.
Staff Commands:
/ugems reload - Reload the settings
/ugems add <player> <amount> - Add gems to the player.
/ugems additem <player> <amount> - Add Item gems to the player.
/ugems remove <player> <amount> - Remove gems from the player.
/ugems set <player> <amount> - Set gems of a player.
ugems giveall <amount> - Add selected amount to all online players.
/ugems clearall - Remove gems from all player.
/ugems iteminfo [-adv] - Get info of edited item to use in sign shop.
/ugems cleariteminfos - Clear all data of item infos of current DB (inreversible).
Permissions:
Spoiler: Permissions:
CONFIGURATIONS
Standard configuration files:
https://github.com/UlrichBR/UGems
Easy API for Developers:
To call the API just call the instance
Code (Text):
GemsAPI.getInstance()...