EXP-Gems [ 1.18 - 1.20] - ⚔️ Mega Exp Gains ⚔️ - ⚒️ Gem Crafting ⚒️ - ⚡ Cool Effects ⚡ icon

EXP-Gems [ 1.18 - 1.20] - ⚔️ Mega Exp Gains ⚔️ - ⚒️ Gem Crafting ⚒️ - ⚡ Cool Effects ⚡ -----

Perfect for RPG/Fantasy servers



EXP Gems

What Is It?
Exp Gems is a new plugin which mixes up the loot table of
mobs.. Not only do you get pork from a pig but you can
also find 1 of 6 Gems


Each gem as a range of 2 Integers which will be the amount of EXP points that is given when the gem is Broken.

When a player breaks a gem the player will hear broken glass as if they just broke the Gems seal and then Enchantment Runes will appear around them. to add even more to the effect the player will see particle effects emit from their hand asif your watching the gem actualy break!
[​IMG]
Screenshot 2023-08-05 233540.png Screenshot 2023-08-05 233556.png

Screenshot 2023-08-05 233619.png

Screenshot 2023-08-01 234313.png

image_2023-08-06_233917693.png

Ore and Crops:

Exp can be obtained by mining Ore or harvesting Crops.
Ore:
Coal Ore
Copper Ore
Iron Ore
Lapis Ore
Redstone Ore
Gold Ore
Emerald Ore
Diamond Ore

Crops:
Wheat
Potato
Carrot
Beetroot
Nether Wart
Cocoa Beans
Melon
Pmpkin
Sugar Cane

GUI Menu (Admins)

View attachment 659086

Code (YAML):
[/LEFT ]
# -------------------------- #
#          ExP Gems          #
#            By              #
#        MythicGhoul         #
# -------------------------- #
Version
: 2.3
GemType
: GHAST_TEAR
Gem-Names
:
    Enabled
: true
ExploitBlocks
:
    Cooldown_in_Seconds
: 10
ExpShare_Distance
:
    In_Blocks
: 5
Tier-1
:
    Name
: "&a&lCommon Gem"
    Chance
: 80
    EXPType
: ITEM
    ExpShare
: true
    Min-EXP
: 1
    Max-EXP
: 25
Tier-2
:
    Name
: "&b&lUncommon Gem"
    Chance
: 60
    ExpShare
: true
    Min-EXP
: 25
    Max-EXP
: 50
Tier-3
:
    Name
: "&5&lUnique Gem"
    Chance
: 40
    ExpShare
: true
    Min-EXP
: 50
    Max-EXP
: 100
 
Tier-4
:
    Name
: "&6&lExotic Gem"
    Chance
: 30
    ExpShare
: true
    Min-EXP
: 100
    Max-EXP
: 200
 
Tier-5
:
    Name
: "&5&lHeroic Gem"
    Chance
: 20
    ExpShare
: true
    Min-EXP
: 200
    Max-EXP
: 500
Tier-6
:
    Name
: "&5&lDragon Essence"
    Chance
: 10
    ExpShare
: true
    Min-EXP
: 500
    Max-EXP
: 1000
Crop-EXP
:
    Enabled
: true
    cocoa_bean
:
        EXP
:
            Min
: 5
            Max
: 15
    Wheat
:
        EXP
:
            Min
: 5
            Max
: 25
    Potato
:
        EXP
:
            Min
: 10
            Max
: 30
    Carrot
:
        EXP
:
            Min
: 25
            Max
: 50
    Beetroot
:
        EXP
:
            Min
: 25
            Max
: 50
    Nether_Wart
:
        EXP
:
            Min
: 25
            Max
: 50
    Sugar_Cane
:
        EXP
:
            Min
: 25
            Max
: 50
    Melon
:
        EXP
:
            Min
: 25
            Max
: 50
    Pumpkin
:
        EXP
:
            Min
: 25
            Max
: 50
Ore-EXP
:
    Enabled
: true
    Coal
:
        EXP
:
            Min
: 5
            Max
: 25
    Copper
:
        EXP
:
            Min
: 10
            Max
: 30
    Iron
:
        EXP
:
            Min
: 25
            Max
: 50
    Lapis
:
        EXP
:
            Min
: 25
            Max
: 50
    Redstone
:
        EXP
:
            Min
: 25
            Max
: 50
    Gold
:
        EXP
:
            Min
: 25
            Max
: 50
    Emerald
:
        EXP
:
            Min
: 25
            Max
: 50
    Diamond
:
        EXP
:
            Min
: 25
            Max
: 50
    Nether-Quartz
:
        EXP
:
            Min
: 25
            Max
: 50
    Nether-Gold
:
        EXP
:
            Min
: 25
            Max
: 50
OreExp
:
   Coal-Ore
: "&7You Mined &8&lCoal &7For:"
   Copper-Ore
: "&7You Mined &6&lCopper &7For:"
   Iron-Ore
: "&7You Mined &a&lIron &7For:"
   Lapis-Ore
: "&7You Mined &1&lLapis &7For:"
   Redstone-Ore
: "&7You Mined &4&lRedstone &7For:"
   Gold-Ore
: "&7You Mined &6&lGold &7For:"
   Emerald-Ore
: "&7You Mined &2&lEmerald &7For:"
   Diamond-Ore
: "&7You Mined &b&lDiamond &7For:"
   Nether-Quartz
: "&7You Mined &b&lNether Qaurtz &7For:"
   Nether-Gold
: "&7You Mined &b&lNether Gold &7For:"
CropExp
:
   Cocoa_Beans
: "&7You Harvested &e&lCocoa_Beans &7For:"
   Wheat
: "&7You Harvested &e&lWheat &7For:"
   Potato
: "&7You Harvested &3&lPotato &7For:"
   Carrot
: "&7You Harvested &6&lCarrot &7For:"
   Nether_Wart
: "&7You Harvested &4&lNether Wart &7For:"
   Beetroot
: "&7You Harvested &c&lBeetRoot &7For:"
   Sugar_Cane
: "&7You Harvested &b&lSugar Cane &7For:"
   Melon
: "&7You Harvested &3&lMelon &7For:"
   Pumpkin
: "&7You Harvested &6&lPumpkin &7For:"
 


Commands:
- /gem rl - Reloads The Config
- /gem admin - Opens The Admin GUI
- /gem names - Enable/Disable Names When Items Are On The Ground
- /gem ores - Enable/Disable EXP Given When Minding Ore
- /gem crops - Enable/Disable EXP Given When Harvesting Crops


Permissions:
- gem.admin: Opens the GUI Menu and allows usage of admin commands
- gem.tier2: Allows for the usage/crafting of tier 2 gems.
- gem.tier3: Allows for the usage/crafting of tier 3 gems.
- gem.tier4: Allows for the usage/crafting of tier 4 gems.
- gem.tier5: Allows for the usage/crafting of tier 5 gems.
- gem.tier6: Allows for the usage/crafting of tier 6 gems.


Dependency:
N/A

Downloads:
10 ✅
50
75
100
150
250
500
750
1000
1250
1500
1750
2000

For support don't hesitate to join my
discord server: https://discord.gg/HxMp5ejvKU



DISCLAIMER
  • You are not to redistribute the plugin as your own
  • You are not to sell the plugin
  • You re not to decompile the plugin


Any Tips and Ideas are very welcome!

Checkout my other plugins here:
104033464_2687121278238125_5167351681309859084_n.png


BStats:[​IMG]
Resource Information
Author:
----------
Total Downloads: 1,271
First Release: Oct 18, 2021
Last Update: Sep 1, 2024
Category: ---------------
All-Time Rating:
6 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings