Donut SMP Amethyst pickaxe
Amethyst Pickaxe Like SMP Donut
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Donut SMP Amethyst pickaxe
DonutSMP Amethyst Pickaxe
GriefPrevention integration✅
works with minecraft enchants✅
Commands:
/amethystcore
/ac items - Gui For items
/ac reload - reloads config.yml
Config:
Spoiler
```
AmethystCore Configuration File
Plugin version: 1.0.0
General Settings
settings:
Enable debug messages
debug: false
Check for GriefPrevention claims before mining
grief-prevention-check: true
Amethyst Pickaxe 3x3 mining settings
pickaxe: enabled: true
Mining pattern: 3x1x3 (3 blocks wide, 1 deep, 3 blocks tall)
width: 3 height: 3 depth: 1
Durability cost per extra block mined (set to 0 for no extra cost)
durability-cost: 1
Messages
messages:
Prefix for all plugin messages (Purple theme)
prefix: "&d[&bAmethystCore&d] &5"
Command messages
no-permission: "&cYou don't have permission to use this command!" reload-success: "&bConfiguration reloaded successfully!" reload-error: "&cError reloading configuration. Check console for details." unknown-command: "&cUnknown command! Use /ac items or /ac reload" player-only: "&cThis command can only be used by players!"
GUI messages
gui: title: "&bAmethyst Core Items" amethyst-pickaxe: name: "&bAmethyst Pickaxe" lore: - "&dA powerful pickaxe crafted from amethyst" - "&dthat mines in a 3x3 area!" - "" - "&eLeft click to take one"
Pickaxe messages
pickaxe: region-blocked: "&cYou cannot mine here! This area is protected." no-permission: "&cYou don't have permission to use the Amethyst Pickaxe!"
Custom Items Configuration
items: amethyst-pickaxe: material: NETHERITE_PICKAXE enchantments: - EFFICIENCY:5 - UNBREAKING:3 - MENDING:1 custom-model-data: 1000
```