▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/xPickaxes
xPickaxes

xPickaxes

Create 3x3, 5x5, and more peaks

71
0

⛏️ xPickaxes

xPickaxes is a professional Spigot/Paper plugin that adds fully customizable pickaxes with area mining, an intuitive GUI, permission-based access, and special effects — all configurable without touching a single line of Java.

Compatible with Minecraft 1.19 – 1.21+ (Paper & Spigot)


✨ Features

  • Area Mining — Mine 3×3, 5×5, 7×7, or 9×9 areas with a single block break
  • In-game GUI — Right-click any custom pickaxe to open a clean configuration menu
  • Special Effects
    • 🔥 Auto-Smelting — Ores are smelted directly into ingots
    • Fortune Boost — Increased drops on all mined blocks
    • Vein Miner — Mines entire connected ore veins at once (up to 64 blocks)
    • 🔍 Ore Highlight — Visual glow effect on nearby ores (framework ready)
  • Per-player Settings — Each player can toggle area mining and effects individually
  • Permission System — Fine-grained control over which players access which pickaxes and effects
  • Custom Area Sizes — Players can choose their preferred area size from the GUI
  • Blacklist Support — Prevent area mining on specific blocks (bedrock, command blocks, etc.)
  • WorldGuard Compatible — Respects protected regions
  • Sound & Particle Effects — Satisfying feedback on area mines (toggleable)
  • Fully Config-Driven — Add or edit pickaxe types entirely from config.yml

📦 Pickaxe Tiers

TierAreaMaterialEffectsPermission
Novice3×3Iron Pickaxexpickaxes.pickaxe.novice
Adept5×5Golden PickaxeFortune Boostxpickaxes.pickaxe.adept
Master7×7Diamond PickaxeFortune + Auto-Smeltingxpickaxes.pickaxe.master
Titan9×9Netherite PickaxeFortune + Auto-Smelting + Vein Minerxpickaxes.pickaxe.titan

All tiers are fully editable or removable in config.yml. You can also add your own!


🎮 Commands

CommandDescriptionPermission
/xpickaxe give <type> [player]Give a custom pickaxexpickaxes.give
/xpickaxe listList all available pickaxe typesxpickaxes.use
/xpickaxe menuOpen the GUI for your held pickaxexpickaxes.use
/xpickaxe reloadReload the plugin configxpickaxes.reload
/xpickaxe helpShow help

Aliases: /xpick, /xp


🔑 Permissions

PermissionDefaultDescription
xpickaxes.useEveryoneUse custom pickaxes
xpickaxes.giveOPGive custom pickaxes
xpickaxes.reloadOPReload the plugin
xpickaxes.adminOPFull admin access (includes give + reload)
xpickaxes.pickaxe.noviceEveryoneAccess to Novice pickaxe
xpickaxes.pickaxe.adeptOPAccess to Adept pickaxe
xpickaxes.pickaxe.masterOPAccess to Master pickaxe
xpickaxes.pickaxe.titanOPAccess to Titan pickaxe
xpickaxes.effect.autosmeltingOPUse Auto-Smelting effect
xpickaxes.effect.veinminerOPUse Vein Miner effect
xpickaxes.effect.fortuneOPUse Fortune Boost effect
xpickaxes.effect.xrayOPUse Ore Highlight effect

🖥️ GUI Overview

Right-click any xPickaxes custom pickaxe (or run /xpickaxe menu) to open the configuration panel:

┌─────────────────────────────────────────────────────┐
│   [Pickaxe]      [Pickaxe Configuration]            │
│                                                     │
│  [Toggle Area]   [Compass]  [3x3][5x5][7x7][9x9][✗]│
│                                                     │
│  [★]  [Effect1] [Effect2] [Effect3] [Effect4]       │
│                                                     │
│               [ℹ Info]                              │
│                          [✖ Close]                  │
└─────────────────────────────────────────────────────┘
  • Toggle Area Mining — Enable/disable area mining for this session
  • Area Size — Select 3×3, 5×5, 7×7, or 9×9 (or reset to pickaxe default)
  • Effects — Toggle each special effect independently (respects permissions)

⚙️ Configuration

All pickaxe types, effects, messages, and behavior is defined in config.yml. Here's an example of adding a custom pickaxe:

pickaxes:
  my_custom_pick:
    enabled: true
    display-name: "&5✦ Void Pickaxe"
    lore:
      - "&7Area Mining: &e11x11"
      - ""
      - "&8▸ Right-click to configure"
    material: NETHERITE_PICKAXE
    area-size: 11
    durability-multiplier: 4.0
    enchantments:
      EFFICIENCY: 5
      UNBREAKING: 3
      FORTUNE: 3
    effects:
      - FORTUNE
      - AUTOSMELTING
      - VEINMINER
    permission: myplugin.voidpickaxe
    give-command-enabled: true
    custom-model-data: 0

Auto-Smelt Mappings

Add custom smelting recipes in config.yml:

smelt-map:
  IRON_ORE: IRON_INGOT
  GOLD_ORE: GOLD_INGOT
  SAND: GLASS
  # Add your own!

🔧 Installation

  1. Download xPickaxes-1.0.0.jar
  2. Drop it into your plugins/ folder
  3. Restart or reload your server
  4. Edit plugins/xPickaxes/config.yml to customize
  5. Run /xpickaxe reload to apply changes live

Requirements:

  • Java 17+
  • Paper or Spigot 1.19+

Совместимость

Minecraft: Java Edition

26.1.x1.21.x1.20.x1.19.x

Платформы

Поддерживаемые окружения

Сервер

Детали

Лицензия:Apache-2.0
Опубликован:1 месяц назад
Обновлён:1 месяц назад
Главная