Hot Summer Deals are Here!
Celebrate with up to 99% off on 17,200 resources
03
Days
04
Hours
09
Mins
56
Secs

ElementalGems v1.9.8

The #1 Currency System on the market! Better than MobCoins and Tokens!
Added:
- Support to disable receiving gems in certain worlds (DropRates.yml)
Code:
Disabled-Worlds:
  - 'world_nether'
upload_2020-6-2_15-30-9.png

Attachments

  • upload_2020-6-2_15-30-9.png
    upload_2020-6-2_15-30-9.png
    2.6 KB · Views: 112
Added:
- Greatly optimized the plugin
- Added support for gems to be dropped from automated grinders SUPPORTS MOB STACKING (Image 1)
- Feature to remove the lore when purchasing an item from gem shop: *KeepLoreOnPurchase: true* (Image 2)
- Feature to keep the lore but remove the cost line on purchase: *RemoveCostFromLore: true* (Image 2)

Image 1: (DropRates.yml)
upload_2020-5-31_1-15-2.png


Image 2: (GemShop.yml)
upload_2020-5-31_1-13-39.png


Code:
(Image 1)

Automated-drop-rates: #These are the drop rates for when a mob is killed automatically. For example, if a mob dies from fall damage, a gem will be dropped
  IRON_GOLEM:
    drop-chance: 50
    drop-amount: 1
    support-stack-size: true #If set to true if you want the plugin to support stacked mobs (Preferably only used when the whole stack dies at once)
    death-reason: #For a list of death causes: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/event/entity/EntityDamageEvent.DamageCause.html
    - 'FALL'
    - 'LAVA'
  SKELETON:
    drop-chance: 50
    drop-amount: 1
    support-stack-size: true
    death-reason:
    - 'FALL'
    - 'LAVA'
  ZOMBIE:
    drop-chance: 50
    drop-amount: 1
    support-stack-size: true
    death-reason:
    - 'FALL'
    - 'LAVA'



(Image 2)

KeepLoreOnPurchase: true
RemoveCostFromLore: true #This will remove the cost line from the lore on purchase

Attachments

  • upload_2020-5-31_1-13-39.png
    upload_2020-5-31_1-13-39.png
    9.3 KB · Views: 120
  • upload_2020-5-31_1-15-2.png
    upload_2020-5-31_1-15-2.png
    18.4 KB · Views: 118
Added:
- Added new sounds for multiple events (In the config.yml, replace your current Sound section with the following)
Code:
# This is where you can configure the sounds for certain events.
Sounds:
  Redeem: 'ORB_PICKUP' #Leave empty if you don't want a sound to be played, for each specific event
  GemDropped: 'ORB_PICKUP'
  OpenShops: 'ORB_PICKUP'
  OpenUpgrades: 'ORB_PICKUP'
  Purchase: 'ORB_PICKUP'
  Upgrade: 'ORB_PICKUP'
Added:
- Added a new placeholder: %elementgems_balance_formatted%
Added:
- Added support for required permission to access a shop category
- Added new message to the config.yml (Add the following to your messages)
Code:
shop-access-denied: '{prefix} &cYou do not have permission to access this shop. Requires: &e{permission}'

Note:
- To add the shop category permission feature, simply place the following line of code within each of your of your ShopMenu Categories
Code:
RequiredPermission: '(Shop Category)'
Simply put the shop category and the plugin will take care of the rest. For example, in the image below, the category is 'spawners'. The permission will automatically become 'elementgems.shops.spawners'
upload_2020-5-24_16-45-26.png

Attachments

  • upload_2020-5-24_16-45-26.png
    upload_2020-5-24_16-45-26.png
    30.3 KB · Views: 28
Added:
- Gem Shop? No. Gem Shop(s) ;)
- ElementGems now supports UNLIMITED shop categories! :D
- Added a more efficient user friendly way of setting up the gem shops!
- Added option to keep or remove the lore of the item when you enable GiveDisplayedItem (GemShop)
- Added a new message to the config.yml file (Under the 'Messages' category, add the following)
Code:
shop-not-valid: '{prefix} &cThis shop category does not exist: &e{category}'

Changes: (You will need to edit these within your files for these to take effect)
- Greatly optimized the plugin and reduced the file size
- Gem Shop has been completely revamped and contains a variety of awesome new features! (Requires you to reset your GemShop.yml file if you are updating from a previous version)
- "Auto-add" feature converted to "Auto-redeem" (DropRates.yml)
Added:
- Gems can now be received from fishing (Customizable)
- Added support for custom display names within messages
- Added an optional item to fill the Shop and Upgrade GUI's

(Add this message to your config.yml to use this feature)
upload_2020-5-20_16-13-18.png

Code:
Use-Custom-Player-Display-Names: false

(Add this to your GemShop.yml and GemUpgrades.yml to use these features)
upload_2020-5-20_16-18-8.png

Code:
  FillerItem:
    Enabled: true
    Type: STAINED_GLASS_PANE
    Damage: 7
    Amount: 1
    Display-Name: '&f'
    Glow: true

Attachments

  • upload_2020-5-20_16-13-18.png
    upload_2020-5-20_16-13-18.png
    5.6 KB · Views: 98
  • upload_2020-5-20_16-18-8.png
    upload_2020-5-20_16-18-8.png
    11.5 KB · Views: 99
Added:
- You are able to pay gems to other players now
- /Gems pay <Player> <Amount>
- New permission: elementgems.pay
- Added some new messages to make each general message, custom

Changes:
- Removed some unnecessary code to clean it up a bit
- Made a few positive changes to the config (Red=Removed, Yellow=Added)
upload_2020-5-14_2-42-33.png


Note:
- To make these changes take effect, simply add these new messages to your config
Code:
  withdraw-usage: '{prefix} &cIncorrect usage. &eTry /Gems withdraw <Amount>'
  add-usage: '{prefix} &cIncorrect usage. &eTry /Gems add <Player> <Amount>'
  remove-usage: '{prefix} &cIncorrect usage. &eTry /Gems remove <Player> <Amount>'
  set-usage: '{prefix} &cIncorrect usage. &eTry /Gems set <Player> <Amount>'
  give-usage: '{prefix} &cIncorrect usage. &eTry /Gems give <Player> <Amount>'
  pay-usage: '{prefix} &cIncorrect usage. &eTry /Gems pay <Player> <Amount>'
  not-enough-to-pay: '&cYou do not have enough to send this amount!'
  pay-to-sender: '{prefix} &7You have &asent &7a payment of &a{amount}x Gems &7to &a{player}''s &7account'
  pay-to-other: '{prefix} &7You have &areceived &7a payment of &a{amount}x Gems &7from &a{sender}'
  cannot-pay-to-self: '{prefix} &cYou cannot send gem payments to yourself'
  config-reload-error: '{prefix} &cAn error has occurred while trying to reload the config files.'

Attachments

  • upload_2020-5-14_2-42-33.png
    upload_2020-5-14_2-42-33.png
    58.5 KB · Views: 88
Buy a license now
$3.99
EULA
Standard EULA
Use on any projects you own with attribution
Support
Standard
Includes:
Download the resource
Access new updates
Support from the creator
Support duration
Lifetime
Share and earn
Refer this resource and earn a 20% commission.
22,469 Views
208 Purchases
246 Downloads
Apr 27, 2020 Published
Jul 15, 2025 Updated
5.00 star(s)
Average rating (19)
426.5 KB File size
Type
  1. Economy
Supported software
  1. Bukkit
  1. Spigot
  1. Paper
Supported versions
  1. 1.8
  1. 1.9
  1. 1.10
  1. 1.11
  1. 1.12
  1. 1.13
  1. 1.14
  1. 1.15
  1. 1.16
  1. 1.17
  1. 1.18
  1. 1.19
  1. 1.20
Creator
Recommended for you
The #1 Tokens plugin on the market!
5.00 star(s) 6 ratings
73 purchases
The #1 MobCoins plugin on the market!
5.00 star(s) 3 ratings
45 purchases
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 141 ratings
4,188 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 53 ratings
3,128 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 45 ratings
3,065 purchases
Share and earn
Refer this resource and earn a 20% commission.
22,469 Views
208 Purchases
246 Downloads
Apr 27, 2020 Published
Jul 15, 2025 Updated
5.00 star(s)
Average rating (19)
426.5 KB File size
Type
  1. Economy
Supported software
  1. Bukkit
  1. Spigot
  1. Paper
Supported versions
  1. 1.8
  1. 1.9
  1. 1.10
  1. 1.11
  1. 1.12
  1. 1.13
  1. 1.14
  1. 1.15
  1. 1.16
  1. 1.17
  1. 1.18
  1. 1.19
  1. 1.20
Creator
Recommended for you
The #1 Tokens plugin on the market!
5.00 star(s) 6 ratings
73 purchases
The #1 MobCoins plugin on the market!
5.00 star(s) 3 ratings
45 purchases
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 141 ratings
4,188 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 53 ratings
3,128 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 45 ratings
3,065 purchases
Top