
Amethyst Tools
This minecraft plugin adds Amethyst tools from Donut SMP to minecraft with customisable properties.
- Загрузки
- 464
- Подписчики
- 2
- Обновлён
- 13 мая 2026 г.
- Лицензия
- MIT
Опубликован 13 апреля 2026 г.
AmethystTools
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.
Why AmethystTools
- Area mining with configurable radius and depth
- Expiring tools with automatic lore countdown updates
- Automatic removal of expired tools
- Per-item config system for easy future tool additions
- Block protection via configurable blocked-materials list
- Area-mining exclusions via
mining.excluded-materials - Separate messages.yml for fully editable text
- Config/message version checks to help with safe updates
Features
- 3x3 style mining by default (
radius: 1,depth: 1) - Blocks in
mining.excluded-materialsare only mineable directly (not as 3x3 side-breaks) - Expiry system (
expiry.days) with%time%placeholder in lore - Dynamic
/at giveitem input from config aliases - Admin reload command for config and messages
- LuckPerms-friendly permission nodes
Commands
- /at give [item] [amount]
- /at reload
Permissions
- amethysttools.use
- amethysttools.admin
Config Structure
The 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.
Protected Blocks (Default)
- BEDROCK
- SPAWNER
- CRYING_OBSIDIAN
- END_PORTAL_FRAME
- END_PORTAL
- END_GATEWAY
- NETHER_PORTAL
- REINFORCED_DEEPSLATE
Area-Mining Exclusions (Default)
- OBSIDIAN
Messages
All user-facing text is editable in messages.yml:
- no-permission
- usage
- invalid-player
- invalid-item
- gave-item
- received-item
- reloaded
- tool-expired
Compatibility
- Server software: Paper
- Minecraft API target: 1.21.x
- Java: 21
Install
- Build or download the release jar.
- Place it in your server plugins folder.
- Start server once to generate config files.
- Edit config.yml and messages.yml.
- Run /at reload.
Ченджлог
1.3.0Релиз1.21.11 · 13 мая 2026 г.
Amethyst tools DonutSMP 1.3.0
Added bstats dependency for usage statistics.
1.2.2Релиз1.21.11 · 10 мая 2026 г.
Amethyst Tools 1.2.2
Added an option to have blocks that are not affected by pickaxe's multiblock mining but still being minable and pickaxes ability still works on other blocks
1.2.1Релиз1.21.9, 1.21.10, 1.21.11 · 14 апреля 2026 г.
Amethyst tools 1.2.1
In this update we have changed the file version checks so if this plugin finds that you have outdated config version it saves the previous config elsewhere and makes a new config
1.2.0Релиз1.21.11 · 13 апреля 2026 г.
Amethyst tools 1.2.0
In this release we added amythyst axe which when used on a log checks for any nearby logs in a format of tree and mines them too.
1.1.0Релиз1.21.9, 1.21.10, 1.21.11 · 13 апреля 2026 г.
Amethyst tools 1.1.0
This is the first release for Amethyst tools that adds only the amethyst pickaxe that can mine a bigger area at once. It's fully customisable in config.yml and messages.yml.
Комментарии
Загружаем…