-
Notifications
You must be signed in to change notification settings - Fork 1
Commands
The main command is /veinminer with alias /vm.
| Command | Description | Permission |
|---|---|---|
/vm |
Show plugin info (same as /vm info) |
— |
/vm toggle |
Toggle veinminer on/off for yourself | vexora.veinminer.toggle |
/vm stats |
View your total blocks mined | vexora.veinminer.stats |
/vm stats reset |
Reset your mining statistics | vexora.veinminer.stats |
/vm info |
Show plugin info, status & your stats | — |
/vm reload |
Reload config.yml and messages.yml | vexora.veinminer.admin |
/vm help |
Show the help menu | — |
Toggles veinminer on or off for your player. This is per-player and does not affect other players. Useful if you want to mine a single block without triggering the entire vein.
Note: This setting resets on server restart.
Shows how many blocks you've mined with veinminer in total. Stats are persistent across server restarts if statistics.persistent is enabled in config.
Resets your personal mining stats to 0. This cannot be undone.
Displays a panel with:
- Plugin version
- Your veinminer status (ON/OFF)
- Max block limit
- Sneak requirement
- Cooldown setting
- Animation status
- Your total blocks mined
Reloads config.yml and messages.yml from disk. Changes take effect immediately — no server restart needed.
Note: This does not reset player toggles or cooldowns.
Shows all available commands with short descriptions.
All subcommands support tab completion. Typing /vm and pressing Tab will show available subcommands. /vm stats + Tab will suggest reset.