Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

🧱 OreGenerator

A customizable Ore Generator plugin for Spigot / Paper 1.21.8 servers.
When lava and water meet to form cobblestone, this plugin replaces the generated block with a random ore based on configurable probabilities.


⚙️ Features

  • 🎲 Random Ore Generation - Cobblestone or stone from generators becomes ores like diamond, gold, coal, etc.
  • 🧩 Fully Configurable – Control ore chances in config.yml.
  • 💡 Lightweight & Efficient – Uses minimal event hooks.
  • 🧱 Supports Paper / Spigot 1.21.8.

🛠️ Setup

1. Requirements

  • Java 17+
  • Spigot or Paper 1.21.8
  • Maven (for building)

2. Build the Plugin

mvn clean package

Your compiled plugin will appear in: /target/OreGenerator.jar

3. Install

1. Drop the JAR file into your server's plugins/ folder. 2. Start or restart your server 3. Edit config.yml to tweak or generator chances.

⚖️ Configuration

config.yml

ores:
  COBBLESTONE: 60.0
  COAL_ORE: 10.0
  IRON_ORE: 8.0
  GOLD_ORE: 6.0
  REDSTONE_ORE: 5.0
  LAPIS_ORE: 4.0
  DIAMOND_ORE: 3.0
  EMERALD_ORE: 2.0

Each number represents the relative weight (chance) of that ore being generated.

🧰 Commands & Permissions

No commands or permissions are required, the plugin works automatically when active

💬 Support / Contributions

Feel free to open an issue or pull request if you'd like to contribute new features, bug fixes, or ideas!

About

Spigot server ore generator

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages