⛏️More Ores⛏️ icon

⛏️More Ores⛏️ -----

Adds new ores that can be found underground



MoreOresTitle.png
More Ores adds unique ores that are highly configurable
ORES:
OverworldOres2.png

NetherMoreOres.png

End:
EndMoreOres_50.jpg

OTHER ITEMS:
Chestplate of the Drowned: A chestplate that provides haste for 10 seconds when the player goes underwater. The duration can be changed in the config. Crafted from Liquid Ingots
Dolphin Pants: Leggings that provide dolphin's grace for 20 seconds when the player goes underwater. The duration can be changed in the config. Crafted from Liquid Ingots
Noncombustible Boots: Boots that provide fire resistance for a total of 65 seconds, 1 second at a time. The time can be multiplied in the config. Crafted from Liquid Ingots
Unstable TNT: Normal looking TNT that explodes when broken
Corrupted Armor: Armor that provides speed when worn with a slight chance for slowness. The more expensive the armor piece, the lower the chance of slowness. 3 or more armor pieces will provide speed 2. A full set will not give slowness.
Ice Boots: Boots that allow water walking


Videos:
Overview:

1.2 - 1.5 Overview:

Gameplay:

ServerMiner:

Ajneb97:


Commands and Permissions:
Command: /moreores
Aliases: /mores, /moreos, /mo
Use: Shows the More Ores help menu


Command: /moreores reload
Aliases: /mores reload, /moreos reload, /mo reload
Use: Reloads the More Ores config
Permission: moreores.reload (defaults to O
P)


Command: /moreores <ore> [amount]
Aliases: /mores <ore> [amount], /moreos <ore> [amount], /mo <ore> [amount]
Use: Gives you the specified ore
Permission: moreores.give (defaults to OP)

Command: /moreores menu

Aliases: /mores menu, /moreos menu, /mo menu
Use: Opens a menu containing all of the items added by MoreOres
Permission: moreores.give (defaults to OP)

Command: /moreores generate <world>

Aliases: /mores generate <world>, /moreos generate <world>, /mo generate <world>
Use: Forces all chunks to be able to load ores. Used when ores aren't generating where they should be.
Permission: moreores.generate (defaults to OP)

Command: /moreores clear <world>

Aliases: /mores clear <world>, /moreos clear <world>, /mo clear <world>
Use: Removes ores from all chunks
Permission: moreores.clear (defaults to OP)

Command: /moreores cleararea <world>
Aliases: /mores cleararea <world>, /moreos cleararea <world>, /mo cleararea <world>
Use: Clears the ores between two points
Permission: moreores.clear (defaults to OP)

Command: /moreores remove <world>

Aliases: /mores remove <world>, /moreos remove <world>, /mo remove <world>
Use:
Adds the world to the
Remove Ores list in the config and
the blacklist/removes it from the whitelist depending on what is enabled
Permission: moreores.remove (defaults to OP)

Command: /moreores pregenerate <world>

Aliases: /mores pregenerate <world>, /moreos pregenerate <world>, /mo pregenerate <world>
Use: Force loads ores in all chunks. (Experimental)
Permission: moreores.generate (defaults to OP)



Universal Permission: moreores.*


Configuration:
Code (Text):

#Enable or disable all ore spawning
Enabled: true
#Set if ores should generate in all worlds
All Worlds: true
#If All Worlds is false, these worlds will still spawn ores (whitelist).
#If All Worlds is true, these worlds will not spawn ores (blacklist).
Worlds:
  -
  -
  -
#Worlds on this list will remove any placed ores. They must also be on the blacklist/not on the whitelist.
Remove Ores:
  -
  -
Drop in Creative: false
#Items on this list will break ores instantly.
Tools:
  - IRON_PICKAXE
  - GOLDEN_PICKAXE
  - DIAMOND_PICKAXE
 
Silk Touch: true

#These are the blocks that ores can replace when spawning
Spawn Blocks:
  - STONE
  - DIORITE
  - ANDESITE
  - GRANITE
  - DEEPSLATE
  - TUFF
  - NETHERRACK
  - END_STONE

#Instead of placing the ores, ores will be replaced by chests with the ore inside
Ores as Chests: false

#Only for the pregenerator command.
WorldBorder: 5000
#Chunks per tick
Speed: 20
#Only used if regionerator is installed. False will wait to generate ores in the chunks affected by regionerator. True will generate them immediately
Pregeneration Mode: false
#Whether or not ores added in updates will automatically generate
Auto Generate On Update: true
#Enabled is for enabling or disabling ores
#Amount is the number of blocks that are replaced with an ore in a chunk.
#MinY and MaxY are the minimum and maximum height for the ore to spawn at. MinY SHOULD ALWAYS BE LESS THAN MaxY!
#Smelt Amount is the number of items the ore smelts into
#Material is the item that the ore smelts into
Ores:
  Kelp Ore:
    Enabled: true
    Amount: 10
    MinY: 14
    MaxY: 100
    Smelt Amount: 2
    Material: KELP
 
  Petrified Wood:
    Enabled: true
    Amount: 5
    MinY: 25
    MaxY: 100
    Smelt Amount: 1
    Material: OAK_LOG
 
  Liquid Ore:
    Enabled: true
    Amount: 2
    MinY: 0
    MaxY: 30
    Smelt Amount: 1
    #Material has to be Liquid Ingot
 
  #You can add a Material for all items in the ore catagory except Liquid Ore
 
  Liquid Ingot:
    Enabled: true
    #Everything else does not apply
 
  Scuba Helmet:
    Enabled: true
    #Craft Amount is the amount of Scuba Helmets that can be crafted from a turtle helmet surrounded by liquid ingots
    Craft Amount: 1
    #Seconds is how long the water breathing
    Seconds: 20
  Experience Ore:
    Enabled: true
    Amount: 2
    MinY: 5
    MaxY: 25
    MinXP: 1
    MaxXP: 8
 
  Random Ore:
    Enabled: true
    Amount: 1
    MinY: 0
    MaxY: 20
    #All of the possible drops this ore can have
    Drops:
    - redstone
    - gold ore
    - coal
    - iron ore
    - diamond
    #The chance of each drop listed above
    Chance:
    - 10
    - 10
    - 10
    - 10
    - 8
 
  #Duration is how long the potion will last, but the player may get the effect for less time if they're further away.
  Potion Ore:
    Enabled: true
    Amount: 1
    MinY: 15
    MaxY: 30
    Duration: 10
    Strength: 1
    #Potion names can be found at https://jd.andross.fr/spigot-1.13.2-R0.1-SNAPSHOT/javadoc/org/bukkit/potion/PotionEffectType.html#values--
    Banned Potions:
    - WITHER
    - POISON
    - LUCK
    - UNLUCK
    - HARM
    - SLOW_DIGGING
  Health Ore:
    Enabled: true
    Amount: 3
    MinY: 10
    MaxY: 50
 
  #Health is the amount of health points the Medkit provides
  #Craft Amount is the amount of Medkits that can be crafted from 4 Health Ores
  Medkit:
    Enabled: true
    Health: 6
    Craft Amount: 1
 
  #Amplifier is the level of absorption the Golden Medkit provides. 1 = 2 hearts and 2 = 4 hearts
  #Craft Amount is the amount of Golden Medkits that can be crafted from 4 Medkits
  Golden Medkit:
    Enabled: true
    Amplifier: 5
    Seconds: 120
    Craft Amount: 1
 
  Bone Ore:
    Enabled: true
    Amount: 7
    MinY: 1
    MaxY: 125
    Min Bonemeal: 1
    Max Bonemeal: 7
 
  Fire Ore:
    Enabled: true
    Amount: 5
    MinY: 60
    MaxY: 125
 
  #Craft Amount is the amount of Fire Crystals that can be crafted from 9 Fire Ore
  #Size is how large the explosion should be.
  #Fire controls whether or not it will light fires when it explodes
  #Break Blocks controls whether or not blocks will be broken when it explodes
  Fire Crystal:
    Enabled: true
    Craft Amount: 1
    Size: 3
    Fire: true
    Break Blocks: true
    Max Distance: 200
 
  Pearl Fragment:
    Enabled: true
    Amount: 4
    MinY: 5
    MaxY: 50
 
  Explosive Ore:
    Enabled: true
    Amount: 2
    MinY: 8
    MaxY: 30
    Amount: 2
    #This tool will not cause an explosion
    Correct Tool: Golden Pickaxe
    #Size of Explosion
    Explosion: 2
    #Will Explosion Cause Fire?
    Fire: true
    Smelt Amount: 3
    Material: Gunpowder
 
  #Craft Amount is the amount of Upgraded Pearls that can be crafted from 9 Pearl Fragments
  Upgraded Pearl:
    Enabled: true
    Craft Amount: 1
    Max Distance: 500
 
  #Time is how many seconds the pearl can fly for
  Rush Pearl:
    Enabled: true
    Craft Amount: 1
    Time: 20
 
  Corrupted Ore:
    Enabled: true
    Amount: 1
    MinY: 5
    MaxY: 200
 
  #Chance is the percentage of the time that a corrupted sword applies wither
  #Duration is how many seconds the withering lasts for
  #Strength is the level of withering
  Pure Corruption:
    Enabled: true
    Craft Amount: 1
    Chance: 35
    Duration: 5
    Strength: 1
 
  #A random item from the items list will be dropped when a player breaks a piece of Hardened End Stone with a diamond pickaxe
  Hardened End Stone:
    Enabled: true
    Amount: 1
    MinY: 5
    MaxY: 200
    Items:
    - END_CRYSTAL
    - PHANTOM_MEMBRANE
    - SHULKER_SHELL
    - DRAGON_BREATH
 
  Ice Ore:
    Enabled: true
    Amount: 1
    MinY: 1
    MaxY: 20
    Smelt Amount: 3
    Material: packed ice
 
  Ice Helmet:
    Enabled: true
    Craft Amount: 1
    #The chance of an entity receiving slowness when attacking the player
    Slowness Chance: 45
    #How many seconds the slowness last for
    Slowness Length: 3
    #The strength of the slowness
    Slowness Level: 4
Other:
  Dolphin Pants:
    Enabled: true
    Craft Amount: 1
    Seconds: 20
 
  Chestplate of the Drowned:
    Enabled: true
    Craft Amount: 1
    Seconds: 10
 
  Noncombustible Boots:
    Enabled: true
    Craft Amount: 1
    #Seconds is how long the player recieves fire resistance for each of the durability points on the boots(65 total)
    Seconds: 1
 
  Unstable TNT:
    Enabled: true
    Craft Amount: 1
 
  Corrupted Helmet:
    Enabled: true
    Craft Amount: 1
    Speed Chance: 90
    Slow Chance: 10
 
  Corrupted Chestplate:
    Enabled: true
    Craft Amount: 1
    Speed Chance: 90
    Slow Chance: 10
 
  Corrupted Leggings:
    Enabled: true
    Craft Amount: 1
    Speed Chance: 90
    Slow Chance: 10
 
  Corrupted Boots:
    Enabled: true
    Craft Amount: 1
    Speed Chance: 80
    Slow Chance: 20
 
  Ice Boots:
    Enabled: true
    Craft Amount: 1
    #Level of the Frost Walker enchantment on the boots.
    Frost Walker: 5
    #Level of the Unbreaking enchantment on the boots.
    Unbreaking: 2
 
Code (Text):

Incorrect Command Syntax: Incorrect command syntax. Use [command]
No Permission: You do not have permission to run this command!
Storage Warning: Couldn't save Storage.yml. This could cause problems when the server restarts. If this error continues, report it to the developer.
Config Issue: "There was an issue in the config with:
Config Explanation: Explanation for the config can be found at https://more-ores.fandom.com/wiki/Config.yml
Start clear/generate: Starting to [clear/generate]
Update: Applying More Ores Update...
Finish: Finished!
No World: This world does not exist on this server!
clear/generate Confirm 1: Are you sure you want to [clear/generate] ores for [world]?
clear/generate Confirm 2: This is reversable, but it may cause some lag
clear/generate/remove Confirm: If you are sure, use [command]
clear Confirm: Ores will still generate in [world] if it isn't disabled in the config.
generate Confirm 1: If you do this, /moreores clear [world] will not clear any ores that were generated before you ran this command.
generate Confirm 2: Ores may not generate in [world] if it isn't enabled in the config.
Remove Confirm 1: Are you sure you want ores to be removed from [world]?
Remove Confirm 2: /moreores clear <world> usually works better
Remove Start 1: Ores will now be removed from [world]
Remove Start 2: Set [world] to no longer spawn ores in the config
Remove End: Ores will no longer be removed from [world]
Change in Config: You can change this in the config
Reload Config: Reloaded Config
Players Only: Only players can run this command.
Not Item: That isn't an item
Help Title: More Ores Help
/moreores: Displays this help menu
/moreores menu: Opens an inventory with all of the More Ores items
/moreores <ore> [amount]: Gives you the specified ore
/moreores reload: Reloads the config
/moreores clear <world>: Clears all ores from a world
/moreores generate <world>: Forces ores to generate in a world
/moreores remove <world>: Adds the world to the Remove Ores list in the config and the blacklist/removes it from the whitelist depending on what is enabled
Help Wiki: §lClick §a§ohere §2§lto open the More Ores Wiki
Recieved Item: You recieved [amount] [item]
Dolphin Pants Lore 1: Provides dolphin's grace in water
Drowned Chestplate Lore 1: Provides haste in water
Dolphin Pants/Drowned Chestplate Lore 2: for a limited amount of time
Noncombustible Boots Lore 1: Provides fire resistance for a
Noncombustible Boots Lore 2: limited amount of time in lava
Unstable TNT Lore: Explodes when broken
Corrupted Armor Lore 1: Provides speed every 10 seconds
Corrupted Armor Lore 2: with a slight chance of slowness
Corrupted Armor Lore 3: Full set always gives speed
Ice Boots Lore: Walk on water
Ice Helmet Lore: Has a chance to freeze attackers while on head
Scuba Lore: An upgraded turtle shell
Kelp Ore Lore: This ore smelts into kelp
Petrified Wood Lore: Smelt this to get wood
Health Ore Lore: Craft 4 of these together to get a medkit
Medkit Lore 1: Use on a mob or another player to heal them
Medkit Lore 2: Craft 4 of these together to make a Golden Medkit
Liquid Ore Lore: This ore smelts into liquid ingots
Liquid Ingot Lore 1: Surround a turtle shell with these
Liquid Ingot Lore 2: to craft a scuba helmet
Liquid Ingot Lore 3: Used to craft pants, boots, and chestplates
Golden Medkit Lore 1: Use on a mob or another player
Golden Medkit Lore 2: to give them absorption
Fire Ore Lore: Combine 9 of these to make a fire crystal
Fire Crystal Lore 1: Right click to throw!
Fire Crystal Lore 2: Solidifies liquids
Fire Crystal Lore 3: Highly explosive
Explosive Ore Lore 1: Explodes unless mined with a [item]
Explosive Ore Lore 2: Smelts into gunpowder
Explosive Ore Lore 3: Craft with TNT to get Unstable TNT
Pearl Fragment Lore 1: Combine 4 of these to make an upgraded pearl
Pearl Fragment Lore 2: Combine 9 of these to make a rush pearl
Upgraded Pearl Lore: An ender pearl that can be controlled
Rush Pearl Lore: A rideable ender pearl
Corrupted Ore Lore 1: Combine 9 of these to get Pure Corruption
Corrupted Ore Lore 2: Used to make armor
Pure Corruption Lore 1: Use on a sword to corrupt it
Pure Corruption Lore 2: Corrupted swords will have a withering effect
Pure Corruption Lore 3: but they will lose durability faster
Hardened End Stone Lore 1: Break with a diamond pickaxe
Hardened End Stone Lore 2: for a random valuable item
Ice Ore Lore: Used to make an ice helmet and boots
Rush Pearl Warning: Rush Pearl has [time] seconds left!
Corrupted: Corrupted
StorageHeader: DO NOT CHANGE THIS
Kelp Ore: Kelp Ore
Petrified Wood: Petrified Wood
Experience Ore: Experience Ore
Random Ore: Random Ore
Potion Ore: Potion Ore
Medkit: Medkit
Health Ore: Health Ore
Liquid Ore: Liquid Ore
Liquid Ingot: Liquid Ingot
Scuba Helmet: Scuba Helmet
Golden Medkit: Golden Medkit
Fire Ore: Fire Ore
Fire Crystal: Fire Crystal
Bone Ore: Bone Ore
Explosive Ore: Explosive Ore
Pearl Fragment: Pearl Fragment
Upgraded Pearl: Upgraded Pearl
Rush Pearl: Rush Pearl
Corrupted Ore: Corrupted Ore
Pure Corruption: Pure Corruption
Hardened End Stone: Hardened End Stone
Ice Ore: Ice Ore
Dolphin Pants: Dolphin Pants
Chestplate of the Drowned: Chestplate of the Drowned
Noncombustible Boots: Noncombustible Boots
Unstable TNT: Unstable TNT
Corrupted Helmet: Corrupted Helmet
Corrupted Chestplate: Corrupted Chestplate
Corrupted Leggings: Corrupted Leggings
Corrupted Boots: Corrupted Boots
Ice Boots: Ice Boots
Ice Helmet: Ice Helmet
 

The Wiki can be accessed here

Also Try:
Custom Ores: Create your own ores, items, and recipes!


Supported Plugins:
  • Oraxen: Items from Oraxen can be set as the smelt items for any ore.
  • Regionerator: Chunks reset by regionerator can still generate ores. They can also be set to pregenerate them in the config.
Developer API:
The developer API can be accessed by importing MoreOresAPI

Use the Discuss This Resource button on the left to report any bugs.

For additional help, join the Discord server!

If you made a video about this resource, let me know and I will add it to this page!

The legacy version can be downloaded here


Webp.net-resizeimage.jpg
Resource Information
Author:
----------
Total Downloads: 105,029
First Release: Apr 9, 2020
Last Update: Oct 13, 2024
Category: ---------------
All-Time Rating:
34 ratings
Find more info at more-ores.fandom.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings