A configurable vein-mining plugin for Paper/Spigot servers.
A fully configurable vein-mining plugin for Paper and Spigot servers.
Unlike most vein-miner plugins, CustomVeins does not activate automatically.
Server administrators must enable it manually using:
/customveins true
This allows complete control over when vein mining is active.
vein-blocks)/customveins <true|false>
Permission:
customveins.admin
/customveins true enables the system /customveins false disables it immediatelyIf the command is never used, the plugin remains inactive.
Generated on first run:
settings:
enabled: false # Must be set to true via /customveins
include-diagonals: false # true = 26-direction search, false = 6-direction scan
require-pickaxe: true
use-durability-per-block: true
max-vein-size: 64
vein-blocks:
- coal_ore
- deepslate_coal_ore
- iron_ore
- deepslate_iron_ore
- diamond_ore
- deepslate_diamond_ore
Block IDs available at:
https://minecraft-ids.grahamedgecombe.com/
The full source is available on GitHub here