This minecraft plugin adds Amethyst tools from Donut SMP to minecraft with customisable properties.
AmethystTools is a Paper plugin that adds configurable custom mining tools, starting with the Amethyst Pickaxe.
It is built for server owners who want powerful utility tools with safe defaults, clean permissions, and simple config-based expansion.
mining.excluded-materialsradius: 1, depth: 1)mining.excluded-materials are only mineable directly (not as 3x3 side-breaks)expiry.days) with %time% placeholder in lore/at give item input from config aliasesThe plugin uses an item map so you can add more tools later without editing Java code.
items:
amethyst_pickaxe:
aliases:
- pickaxe
- amethystpickaxe
- amethyst_pickaxe
material: NETHERITE_PICKAXE
name: "&dAmethyst Pickaxe"
lore:
- "&7Mines in a configurable area"
- "&7Expires in: &e%time%"
unbreakable: false
glow: true
enchantments:
EFFICIENCY: 5
UNBREAKING: 3
SILKTOUCH: 1
Add more tools by creating new keys under items and giving each key aliases.
All user-facing text is editable in messages.yml: