OreGenerator icon

OreGenerator -----

A simple Minecraft Plugin to random generate Ore in Minecraft Server



My plugin will be updated frequently but it needs your support too. Please open an issue in the GitHub resource issue.

What does this plugin do?
  • Generate Ore by combining
  1. Flowing Material with Static Material (Lava - Block)
  2. Flowing Material with Flowing Material (Lava - Water)
  • Fully customize your own ore generator.[​IMG]
CONFIG
Code (YAML):
NormalGen:
  enabled
: true # Enable/Disable the generator
  name
: '&6NormalGen' # Name of the generator
  permission
: 'custom.normalgen' # Permission to use the generator
  priority
: 1 # Priority of the generator
  worlds
: # Worlds where the generator is enabled
#    - 'world'
#    - 'world_nether'
#    - 'world_the_end'

  custom
:
    enabled
: true # false to disable the custom generator block
    source
: LAVA # mean the proactive (movable) block like lava, water
    target
: OAK_FENCE # mean the reactive (static) block like stone, dirt

  # Chance count by chance/sum of all chances in the list
  # Example: 100/275 chance to get stone
  chances
: # Chances of the generator
    STONE
: 100
    COBBLESTONE
: 100
    COAL_ORE
: 15
    IRON_ORE
: 25
    GOLD_ORE
: 13
    REDSTONE_ORE
: 10
    LAPIS_ORE
: 4
    DIAMOND_ORE
: 4
    EMERALD_ORE
: 4
Resource Information
Author:
----------
Total Downloads: 64
First Release: Nov 21, 2022
Last Update: Nov 21, 2022
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings