Wiki 9Minecraft Ore Excavation Wiki
Ore Excavation Wiki › Configuration

Ore Excavation — Configuration

Configuration

Server-side config is stored per world at <world>/serverconfig/oreexcavation-server.toml once you load into a world. The main options are:

  • limits.max_blocks - hard cap on blocks mined per excavation (default 64).
  • limits.max_radius - distance around the anchor block the cascade may reach (default 16).
  • limits.cooldown_ticks - minimum ticks between excavations per player (default 0).
  • blocks.block_tags - the block tags considered vein-mineable (default ores + logs).
  • blocks.block_blacklist - specific block IDs to never vein-mine (default empty).
  • blocks.diagonals - use 26-neighbour (diagonal) connectivity instead of 6-neighbour (default false).
  • activation.require_tool - require the correct tool in hand (default true).
  • activation.require_held_key - require the player to hold the key (default true).
  • rewards.apply_tool_damage - consume 1 durability per cascaded block (default true).
  • rewards.xp_per_block - bonus XP per cascaded block (default 0).

Editing the file and running /reload applies the new values immediately.