Skip to content

Commands

deveriku edited this page Apr 7, 2026 · 1 revision

Commands

The main command is /veinminer with alias /vm.


Command Reference

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

Command Details

/vm toggle

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.

/vm stats

Shows how many blocks you've mined with veinminer in total. Stats are persistent across server restarts if statistics.persistent is enabled in config.

/vm stats reset

Resets your personal mining stats to 0. This cannot be undone.

/vm info

Displays a panel with:

  • Plugin version
  • Your veinminer status (ON/OFF)
  • Max block limit
  • Sneak requirement
  • Cooldown setting
  • Animation status
  • Your total blocks mined

/vm reload

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.

/vm help

Shows all available commands with short descriptions.


Tab Completion

All subcommands support tab completion. Typing /vm and pressing Tab will show available subcommands. /vm stats + Tab will suggest reset.

Clone this wiki locally