NexoAddon
PolymartSpigotDiscordGithubNexo
  • NexoAddon
  • Components
    • equippable
    • fertilizer
    • jukebox_playable
    • skull_value
  • Mechanics
    • Aura
    • BedrockBreak
    • BigMining
    • BlockAura
    • BottledExp
    • Custom Block Experience
    • Decay
    • Infested
    • KillMessage
    • MiningTools
    • Remember
    • Repair
    • ShiftBlock
    • Signal
    • SpawnerBreak
    • Stackable
    • Unstackable
    • VeinMiner
  • Populators
    • Block Populators
  • Recipes
    • Smithing Recipe
  • Commands
    • Totem Command
  • Settings
    • Double Hit Destroy
    • Bossbar
    • Count shears as silktouch
    • Prevent furniture breaks
    • Delay of Aura Mechanic
    • Default config.yml
Powered by GitBook
On this page
  • Simple
  • Toggleable
Edit on GitHub
  1. Mechanics

VeinMiner

The BigMining mechanic

The VeinMiner mechanic allows players to break multiple whitelisted blocks efficiently.

Simple

# Example
coal_pickaxe:
  material: NETHERITE_PICKAXE
  Mechanics:
    veinminer:
      limit: 5
      distance: 5
      whitelist:
        - COAL_ORE
        - DEEPSLATE_COAL_ORE
        - nether_coal_ore

Toggleable

# Example
coal_pickaxe:
  material: NETHERITE_PICKAXE
  Mechanics:
    veinminer:
      limit: 10
      distance: 2 # How far it should check in each direction
      toggleable: true # whether it should be toggleable
      same_material: false # if true, it will only break the same block as broken
      whitelist: # the Materials and NexoIDs that can be broken
        - COAL_ORE
        - DEEPSLATE_COAL_ORE
        - nether_coal_ore
PreviousUnstackableNextBlock Populators

Last updated 7 days ago