A plugin that anti seed mining(support folioa)
A Minecraft Spigot plugin designed to prevent seed-based ore X-ray by redistributing ore positions through timestamp-based random offsets.
AntiSeedMine.jar fileplugins folderconfig.yml and block.yml configuration files as needed# 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
The plugin supports all vanilla ores, including:
| Command | Permission | Description |
|---|---|---|
/antiseedmine |
antiseedmine.use |
Show help information |
/antiseedmine reload |
antiseedmine.reload |
Reload configuration files |
/antiseedmine info |
antiseedmine.info |
Show plugin information |
Note: This plugin only works during initial chunk generation and has no effect on already generated chunks.
git clone https://github.com/Little100/AntiSeedMine.git
cd AntiSeedMine
./gradlew build
This project is licensed under the GPL-3.0 License - see the LICENSE file for details.