Pack: Insta Mine - teakivy/teaks-tweaks GitHub Wiki

Pack: Insta Mine (insta-mine)

Insta Mine allows players to instantly mine certain blocks if they have a Netherite tool enchanted with Efficiency V or higher, and Haste II or higher.

Showcase

insta-mine

Config

The config for this pack can be found in the config.yml file for the plugin.

# Insta Mine
# Instantly mine certain blocks if you have a netherite tool with efficiency 5 or higher, and haste 2 or higher.
#
# Permissions:
# teakstweaks.insta-mine
insta-mine:
  enabled: false
  blocks:
    - deepslate
    - deepslate_bricks
    - cracked_deepslate_bricks
    - deepslate_tiles
    - cracked_deepslate_tiles
    - polished_deepslate
    - chiseled_deepslate

Options

enabled

  • Type - boolean
  • Default - false
  • Description - Controls whether the pack is enabled.

blocks

  • Type - string_list
  • Default - Deepslate Variants (See Above)
  • Description - Sets the types of materials that can be affected by Insta Mine.

Permissions

teakstweaks.insta-mine

  • Default - true
  • Description - Controls whether the player can use the Insta Mine pack.

Messages

"insta_mine.name": "Insta Mine",
"insta_mine.description": "Instantly mine certain blocks if you have a netherite tool with efficiency 5 or higher, and haste 2 or higher.",

insta_mine.name

  • Default - Insta Mine

insta_mine.description

  • Default - Instantly mine certain blocks if you have a netherite tool with efficiency 5 or higher, and haste 2 or higher.