NexoAddon
PolymartSpigotDiscordGithubNexo
  • NexoAddon
  • Components
    • equippable
    • fertilizer
    • jukebox_playable
    • skull_value
  • Mechanics
    • Aura
    • BedrockBreak
    • BigMining
    • BlockAura
    • BottledExp
    • Custom Block Experience
    • Decay
    • Infested
    • KillMessage
    • MiningTools
    • Remember
    • Repair
    • ShiftBlock
    • Signal
    • SpawnerBreak
    • Stackable
    • Unstackable
    • VeinMiner
  • Populators
    • Block Populators
  • Recipes
    • Smithing Recipe
  • Commands
    • Totem Command
  • Settings
    • Double Hit Destroy
    • Bossbar
    • Count shears as silktouch
    • Prevent furniture breaks
    • Delay of Aura Mechanic
    • Default config.yml
Powered by GitBook
On this page
  • Looooooooong Bedrock Break
  • Break Bedrock, but at what cost 😢 (break item on bedrock break)
  • Beyond the world! (Break bottom/last layer of the world)
Edit on GitHub
  1. Mechanics

BedrockBreak

BedrockBreak mechanic.

PreviousAuraNextBigMining

Last updated 3 months ago

The BedrockBreak Mechanic allows players to break bedrock blocks with specified tools

For this Mechanic is required!

Looooooooong Bedrock Break

# Example

Mechanics:
  bedrockbreak:
    hardness: 60               # How long should be breaking
    probability: 1             # Chance to drop Bedrock
    durability_cost: 1         # Cost of durability

Break Bedrock, but at what cost 😢 (break item on bedrock break)

# Example

Mechanics:
  bedrockbreak:
    hardness: 50
    probability: 0.5                      
    durability_cost: 999999999            # Probably will destroy every created item
    disable_on_first_layer: true          # Default on true

Beyond the world! (Break bottom/last layer of the world)

# Example

Mechanics:
  bedrockbreak:
    hardness: 1                           # Fast digging
    probability: 0.5                      
    durability_cost: 1
    disable_on_first_layer: false         # Allow to break last layer of the bedrock
PacketEvents