Unexplored Ores (no longer supported) icon

Unexplored Ores (no longer supported) -----

New ore mined from stone! Fully customizable



unexp_new.jpg
! English is not my native language. This page may contain translation errors.

This is a plugin that adds a fully customizable drop in your caves and mines: when you mine a stone, you may get one of the items that represent new ore.
You can't know for sure if an ore will fall out of a stone, because the stones don't hint at it in any way, so it's always a surprise to you.

The ore in this plugin is not just trinkets. Put two pieces of ore of the same type in 2 anvil slots to turn them into useful items. For example, 2 Rearden Metal will turn into 2 artificial ender pearls. They are essentially normal ender pearls, but with a different name and description. All of this you can customize, and even the commands that will be executed when mining the ore.
Code (YAML):
8 :       #Ore index. Indexes must not be repeated! In order for an ore to drop out, its index must be less than the active_index in the config
    ore_name
: "&9 EXAMPLE NAME"         #Ore name
    ore_lore
: "&7 DESCRIPTION HERE"         #A description of your ore. Use "\n" to separate lines
    ore_extra
: "\n&8Rarity: &4Extremely rare"         #Additional description field
    ore_item
: "SKULL_ITEM"         #What item will be ore? For example APPLE
    head_name
: "Tecno_"         #If the subject of your ore is a head, then write the player's nickname here to change the skin
    damage
: 3         #Item damage. Good for colored wool
    loot_chance
: 50         #Drop chance from 0 to 100
    enchanted
: true         #Will the ore have an enchantment effect? true or false
    unbreakable
: false         #If it's a tool or a weapon it won't break if true
    hide_unbreakable
: false         #Hide indestructible inscription
    turns_into
: "ENDER_PEARL"         #Item to transform
    turns_into_name
: "Faux ender pearl"         #Item name when transforming
    turns_into_damage
: 0         #Damage to an item during transformation
    cmd_player
:       #The command executed by the player when mining ore
        - /say hello! My name {PLAYER }
        - /time set day
    cmd_console
:       #The command executed by the console when mining ore
        - /time set day
 

/unexp
/unexp reload
- Reload plugin config
/unexp list - View list of ore (If the name of the ITEM is red and underlined, then there is no such item.)

Small example of ore

unexp_1.jpg

To turn an ore into useful items, put 2 ores of the same type in both anvil slots, and then they will automatically be converted into new items. In the screenshot, these 2 ores in both slots will be replaced with "artificial ender pearls".
(Not all ores are converted by default. An exception is, for example, a piece of gold. But you can customize this).
I assume that most likely this mechanic will be improved in the near future.
unexp_2.jpg

chance_multiplication is the percentage value. If you set it to 0, then you will receive absolutely all ores every time you break a stone. 100 is the default value. If you make, for example, 1000, then the ore will fall less often
active_ore is the maximum index. If you have a maximum index of 10, but there is an ore with an index of 11, then this ore will not fall. Do not make this value greater than your maximum ore index.

Code (YAML):
# Config for UnexploredOres
#__________________________
chance_multiplication
: 100
active_ore
: 7
msg_combined
: "&7Item crafted with ore"
msg_zero_active
: "&70 active ore. None of the ore from the plugin will fall out."
msg_item_warn
: "Unexplored Ores - The configuration uses an unknown item {NON-EXISTENT-ITEM}"
msg_reloaded
: "&aConfiguration successfully reloaded"

1
:
    ore_name
: "&9Pseudo stone"
    ore_lore
: "&7Is of little value"
    ore_extra
: "\n&8Rarity: Common"
    ore_item
: "FIREWORK_CHARGE"
    turns_into
: "STONE"
    turns_into_name
: "Stone"
    turns_into_damage
: 0
    damage
: 0
    loot_chance
: 2
    enchanted
: true
    unbreakable
: false
    hide_unbreakable
: false
2
:
    ore_name
: "&9Tetrahedrite"
    ore_lore
: "&7Copper and antimony mineral"
    ore_extra
: "\n&8Rarity: Medium"
    ore_item
: "CLAY_BALL"
    damage
: 0
    loot_chance
: 1
    enchanted
: true
    unbreakable
: false
    hide_unbreakable
: false
3
:
    ore_name
: "&9Pseudo Ruby"
    ore_lore
: "&7Red pseudo ruby something"
    ore_extra
: "\n&8Rarity: Rare"
    ore_item
: "SPIDER_EYE"
    damage
: 0
    loot_chance
: 0.8
    enchanted
: true
    unbreakable
: false
    hide_unbreakable
: false
    turns_into
: "RED_GLAZED_TERRACOTTA"
    turns_into_name
: "Red Glazed Terracotta"
    turns_into_damage
: 0
4
:
    ore_name
: "&9Gold nugget"
    ore_lore
: "&7Small piece of gold"
    ore_extra
: "\n&8Rarity: Rare"
    ore_item
: "GOLD_NUGGET"
    damage
: 0
    loot_chance
: 0.6
    enchanted
: false
    unbreakable
: false
    hide_unbreakable
: false
5
:
    ore_name
: "&9Termorange ore"
    ore_lore
: "&7The shimmering orange \n&7ore is of great value"
    ore_extra
: "\n&8Rarity: &6Very rare"
    ore_item
: "INK_SACK"
    damage
: 14
    loot_chance
: 0.2
    enchanted
: true
    unbreakable
: false
    hide_unbreakable
: false
    turns_into
: "BLAZE_ROD"
    turns_into_name
: "Blaze Rod"
    turns_into_damage
: 0
6
:
    ore_name
: "&9Rhodium ore"
    ore_lore
: "&7The shimmering orange \n&7ore is of great value"
    ore_extra
: "\n&8Rarity: &4Extremely rare"
    ore_item
: "COAL"
    damage
: 1
    loot_chance
: 0.1
    enchanted
: true
    unbreakable
: false
    hide_unbreakable
: false
    turns_into
: "OBSIDIAN"
    turns_into_name
: "Obsidian"
    turns_into_damage
: 0
7
:
    ore_name
: "&9Rearden Metal"
    ore_lore
: "&7Very rare and valuable ore"
    ore_extra
: "\n&8Rarity: &4Extremely rare"
    ore_item
: "SKULL_ITEM"
    turns_into
: "ENDER_PEARL"
    turns_into_name
: "Faux ender pearl"
    turns_into_damage
: 0
    head_name
: "Tecno_"
    damage
: 3
    loot_chance
: 0.1
    enchanted
: true
    unbreakable
: false
    hide_unbreakable
: false
Resource Information
Author:
----------
Total Downloads: 80
First Release: Mar 16, 2022
Last Update: Mar 16, 2022
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings