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
  • Break a Spawner and always get the spawner
  • Break a Spawner but only have a 1% chance to get it and you get experience
Edit on GitHub
  1. Mechanics

SpawnerBreak

SpawnerBreak mechanic.

PreviousSignalNextStackable

Last updated 4 months ago

The SpawnerBreak Mechanic allows players to break spawners and have them drop

Break a Spawner and always get the spawner

# Example

Mechanics:
  spawnerbreak:
    probability: 1.0

Break a Spawner but only have a 1% chance to get it and you get experience

# Example

Mechanics:
  spawnerbreak:
    probability: 0.01
    dropExperience: true # This is optional, defaults to false