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

EzSuperPickaxes

Adds powerful pickaxes to your server

327
2

main_title

The super pickaxes

Ever wanted to mine more than one block? Wanted to mine 5x5 blocks?

That is the moment when EzSuperPickaxes arrives

Mine 10x10 blocks, 20x20 or even 100x100!

A lightweight solution to mine 3x3 or any custom area of blocks that you want!

Command list

Commands

/ezsp -- Shows all the plugin commands

/ezsp reload -- Reloads the config.yaml and lang.yaml

/ezsp give -- Give the player the wanted pickaxe

/ezsp debug -- View all the errors in the config.yml or lang.yml

Placeholders

Placeholders List

%ezsp_blocks_mined% - The amount of the blocks mined

%ezsp_blocks_mined_commas% - The amount of the blocks mined but with commas

%ezsp_current_pickaxe% - The name of the current pickaxe

%ezsp_pickaxe_radius% - The radius of the current pickaxe

%ezsp_global_blocks_mined% - The amount of blocks mined in the server

%ezsp_durability% - The durability of the current pickaxe

%ezsp_durability_percent% The percentage of the current pickaxe

%ezsp_obtained_% - The number of blocks obtained in the last use of the pickaxes, replace with the amount of blocks that you want to display (%ezsp_obtained_3% shows 3 blocks)

Newest Config.yml

config.yaml
general:
  # DO NOT CHANGE THE VERSION 
  config-version: 1.4.0

# Dependencies
# If you dont want to use them, disable it, its not required
# note: the plugin detects if the dependency is installed, but this its only if you want to enable/disable the config for the dependency
worldguard:
  enable: true
griefprevention:
  enable: true
towny:
  enable: true

# Worlds where Super Pickaxes are disabled
disabled-worlds:
  - this_text_its_long_enough_to_not_be_a_world_name
  - ezsuperpickaxes_blocked_world

pickaxes:
  example:
    # Item material (without "minecraft:")
    # Must be a valid Spigot/Paper Material ID
    material: DIAMOND_PICKAXE
    # Display name with color codes (&)
    name: "&b&lExample &9&lPickaxe"
    # Item lore (multiple lines allowed)
    lore:
      - "&7The classic &bExample &7pickaxe."
      - "&fBreaks in a wide area!"
    # Mining radius (1 = 3x3, 2 = 5x5, 3 = 7x7, etc.)
    radius: 4
    # Durability consume mode: BLOCKS_MINED (every block in area) or USES (1 per activation)
    durability-consume-mode: BLOCKS_MINED
    # Custom amount used when durability-consume-mode is USES
    durability-consume-amount: 1
    # Sound when breaking blocks (set to 'none' to disable)
    sound: none
    # Activates the radius from the pickaxe with ONLY this blocks
    # e.g: valid-materials:
    #       - STONE 
    # note: valid-materials: [] so the pickaxe can break any material with the radius efect
    valid-materials: []
    # Materials this pickaxe cannot break (e.g., BEDROCK)
    invalid-materials:
      - BEDROCK
    # Put a valid Spigot/Paper enchantment ID
    enchantments:
      EFFICIENCY: 5

  pickaxe_3x3:
    material: DIAMOND_PICKAXE
    name: "&b&l3x3 &9&lPickaxe"
    lore:
      - "&7Mines a 3x3 area."
    radius: 1
    # Durability consume mode: BLOCKS_MINED (every block in area) or USES (1 per activation)
    durability-consume-mode: BLOCKS_MINED
    # Custom amount used when durability-consume-mode is USES
    durability-consume-amount: 1
    sound: none
    valid-materials: []
    invalid-materials:
      - BEDROCK
    enchantments:
      EFFICIENCY: 6

  pickaxe_5x5:
    material: NETHERITE_PICKAXE
    name: "&d&l5x5 &5&lPickaxe"
    lore:
      - "&7Mines a massive &d5x5 &7area"
    radius: 2
    # Durability consume mode: BLOCKS_MINED (every block in area) or USES (1 per activation)
    durability-consume-mode: BLOCKS_MINED
    # Custom amount used when durability-consume-mode is USES
    durability-consume-amount: 1
    sound: none
    valid-materials: []
    invalid-materials:
      - BEDROCK
    enchantments:
      EFFICIENCY: 10
      LOOT_BONUS_BLOCKS: 3

    

Dependencies

  • JDK 21

Optional Dependencies

  • WorldGuard
  • GriefPrevention
  • Towny
  • PlaceholderAPI

Have a bug or suggestion?

Leave it in the discord server! Make a general ticket in the tickets channel

Servers that uses EzSuperPickaxes:

play.zetaland.es

Zetaland

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

Minecraft: Java Edition

1.21.x

Платформы

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

Сервер

Детали

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