VeinMine
A simple user friendly vein miner plugin.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
VeinMine
Works on Bukkit, Spigot, Paper (recommended), Purpur (1.18 - 1.21.x).
VeinMine breaks all connected blocks of the same type when one is mined. Configurable for sneak to activate, block types, limits, cooldowns, and tool requirements.
###
Commands
/veinminer reload – Reload the plugin configuration
/veinminer enable – Enable VeinMiner
/veinminer disable – Disable VeinMiner
/veinminer stats – View runtime statistics
*(Alias: /vm for all subcommands)*
Permissions
```veinminer.use``` : Required to use the vein miner ability
```veinminer.reload``` : Required for ```/veinminer reload```
```veinminer.toggle``` : Required for ```/veinminer enable``` and ```/veinminer disable```
```veinminer.stats``` : Required for ```/veinminer stats```
> All permissions are granted to operators by default
config yml
~~searchRadius (default 1): How far around the broken block to search for matching ores.~~
ores (list): Which block types are affected by VeinMiner. Defaults include all overworld ores and their deepslate variants.
maxBlocks (default 100, 0 = no limit): Maximum number of connected blocks VeinMiner will break in one action.
dropAtOnce (default false): If true, drops from all mined blocks are given in one stack at the first mined block.
cooldown (default 0): Time in seconds before the player can use VeinMiner again (0 = no cooldown).
cooldownMessage (default true): Show a cooldown message when VeinMiner is on cooldown.
defaultEnabled (default true): Weather veinmine should be enabled.
requirePickaxeLevel (default true): Require the player’s pickaxe to be of the correct tier for veinmine to activate. if set to false, veinmine will activate regardless of pickaxe tier.
requireSneak (default false): If set to true, player will have to sneak to activate veinminer.
diagonalCheck (default false): When false, veinminer will not scan for diagonal ores (will use a faster scan). Recommended for server performance.
> Use /veinminer reload to apply changes made in the config.
Support
Report any bugs at [email protected]