Skip to content

Dismantle

MaksyKun edited this page Jul 25, 2026 · 3 revisions

07 — Dismantle

Dismantle consumes a configured tool and target item, then returns results from a source table.

Files

Commands and permissions

  • dismantle open [player]divinity.dismantle.cmd.open
  • GUI access — divinity.dismantle.gui
  • Shared list, get, give, drop, and reloaddivinity.admin

Configuration and example

gui.item-slots accepts targets and result-slots displays the configured output. Tool target-requirements decide what may be dismantled.

items/tool_armor.yml — bundled armor tool
material: SHEARS
name: Armor Dismantle Tool
tier: common
uses-by-level:
  '1': 1
  '2': 2
  '3': 3
level:
  min: 1
  max: 3
target-requirements:
  type:
    - ARMOR
  level:
    '1': 1
  module:
    - '*'

Clone this wiki locally