HomeJavaModsAntiSeedMine
AntiSeedMine

AntiSeedMine

License: GPL v3 Minecraft Version Java Version

A Minecraft Spigot plugin designed to prevent seed-based ore X-ray by redistributing ore positions through timestamp-based random offsets.

🎯 Features

🚀 Installation

  1. Download the latest AntiSeedMine.jar file
  2. Place the file in your server's plugins folder
  3. Restart the server
  4. Modify config.yml and block.yml configuration files as needed

⚙️ Configuration

Main Configuration (config.yml)

# Timestamp settings
timestamp:
  source: WORLD_CREATION  # WORLD_CREATION | SERVER_START | CUSTOM
  custom-value: 0         # Only used when CUSTOM

# Offset range settings
offset:
  x: { min: 5, max: 10 }
  z: { min: 5, max: 10 }
  y: { min: 1, max: 2 }

# World settings
worlds:
  enable-all: true        # Enable for all worlds
  enabled-worlds:         # Only used when enable-all is false
    - world
    - world_nether
    - world_the_end

# Debug mode
debug: false

Supported Ores

The plugin supports all vanilla ores, including:

🎮 Commands

Command Permission Description
/antiseedmine antiseedmine.use Show help information
/antiseedmine reload antiseedmine.reload Reload configuration files
/antiseedmine info antiseedmine.info Show plugin information

🔧 How It Works

  1. Listens to chunk generation events
  2. Scans ore blocks in newly generated chunks
  3. Generates deterministic random offsets based on timestamp and coordinates
  4. Moves ores to new positions and replaces original positions with appropriate stone

Note: This plugin only works during initial chunk generation and has no effect on already generated chunks.

🛠️ Development

Building the Project

git clone https://github.com/Little100/AntiSeedMine.git
cd AntiSeedMine
./gradlew build

Requirements

📝 License

This project is licensed under the GPL-3.0 License - see the LICENSE file for details.

📞 Contact

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more