1 331
收录服务器
1 859
注册
29 212
玩家
HardZombies 困难僵尸
有了这个插件,你的僵尸将成为霸主服务器!
作 者 baksovic
发布时间 2016年6月14日
支持核心 Spigot
原生版本
支持版本 1.9,1.10,1.11,1.12
点此下载

🧟‍♂️BlockBreak插件赋予僵尸破坏和放置方块的能力,使它们能够不择手段地接近目标。僵尸将拥有破坏方块、放置方块和超级跳跃的能力。插件包含详细的配置文件,可以控制僵尸的行为,例如仅在有目标时才破坏、放置方块或跳跃。

🧟‍♂️BlockBreak

⚙️功能特性

  • 僵尸可以破坏方块
  • 僵尸可以放置方块
  • 僵尸拥有超级跳跃能力
  • 详细的配置文件
  • 智能僵尸,仅在有目标时才破坏、放置方块或跳跃

🛠️配置

插件的配置文件允许您自定义僵尸的行为。以下是一个配置示例:

    
config:
  break: true
  put: true
  jump: true
  break-block:
  - STONE
  - DIRT
  - GRASS
  put-block:
  - STONE
  - DIRT
  - GRASS
  jump-power: 1
  break-delay: 20
  put-delay: 20
  break-range: 5
  put-range: 5
  ignore-players-in-creative: true
  ignore-players-in-spectator: true
  zombie:
    name: Zombie
    health: 20
    speed: 0.23
    damage: 2
    armor: 0
    knockback-resistance: 0
    follow-range: 35
    max-nearby-entities: 20
    remove-when-far: true
    remove-distance: 100
    can-break-doors: false
    can-infect: false
    can-pickup-items: false
    can-see-invisibles: false
    fire-immune: false
    persistent: false
    villager: false
    baby: false
    experience: 5
    equipment:
      helmet: LEATHER_HELMET
      chestplate: LEATHER_CHESTPLATE
      leggings: LEATHER_LEGGINGS
      boots: LEATHER_BOOTS
      helmet-drop-chance: 0.085
      chestplate-drop-chance: 0.085
      leggings-drop-chance: 0.085
      boots-drop-chance: 0.085
  skeleton:
    name: Skeleton
    health: 20
    speed: 0.23
    damage: 2
    armor: 0
    knockback-resistance: 0
    follow-range: 35
    max-nearby-entities: 20
    remove-when-far: true
    remove-distance: 100
    can-break-doors: false
    can-infect: false
    can-pickup-items: false
    can-see-invisibles: false
    fire-immune: false
    persistent: false
    villager: false
    baby: false
    experience: 5
    equipment:
      helmet: LEATHER_HELMET
      chestplate: LEATHER_CHESTPLATE
      leggings: LEATHER_LEGGINGS
      boots: LEATHER_BOOTS
      helmet-drop-chance: 0.085
      chestplate-drop-chance: 0.085
      leggings-drop-chance: 0.085
      boots-drop-chance: 0.085
  creeper:
    name: Creeper
    health: 20
    speed: 0.23
    damage: 2
    armor: 0
    knockback-resistance: 0
    follow-range: 35
    max-nearby-entities: 20
    remove-when-far: true
    remove-distance: 100
    can-break-doors: false
    can-infect: false
    can-pickup-items: false
    can-see-invisibles: false
    fire-immune: false
    persistent: false
    villager: false
    baby: false
    experience: 5
    equipment:
      helmet: LEATHER_HELMET
      chestplate: LEATHER_CHESTPLATE
      leggings: LEATHER_LEGGINGS
      boots: LEATHER_BOOTS
      helmet-drop-chance: 0.085
      chestplate-drop-chance: 0.085
      leggings-drop-chance: 0.085
      boots-drop-chance: 0.085
  spider:
    name: Spider
    health: 20
    speed: 0.23
    damage: 2
    armor: 0
    knockback-resistance: 0
    follow-range: 35
    max-nearby-entities: 20
    remove-when-far: true
    remove-distance: 100
    can-break-doors: false
    can-infect: false
    can-pickup-items: false
    can-see-invisibles: false
    fire-immune: false
    persistent: false
    villager: false
    baby: false
    experience: 5
    equipment:
      helmet: LEATHER_HELMET
      chestplate: LEATHER_CHESTPLATE
      leggings: LEATHER_LEGGINGS
      boots: LEATHER_BOOTS
      helmet-drop-chance: 0.085
      chestplate-drop-chance: 0.085
      leggings-drop-chance: 0.085
      boots-drop-chance: 0.085
  zombie_villager:
    name: Zombie Villager
    health: 20
    speed: 0.23
    damage: 2
    armor: 0
    knockback-resistance: 0
    follow-range: 35
    max-nearby-entities: 20
    remove-when-far: true
    remove-distance: 100
    can-break-doors: false
    can-infect: false
    can-pickup-items: false
    can-see-invisibles: false
    fire-immune: false
    persistent: false
    villager: false
    baby: false
    experience: 5
    equipment:
      helmet: LEATHER_HELMET
      chestplate: LEATHER_CHESTPLATE
      leggings: LEATHER_LEGGINGS
      boots: LEATHER_BOOTS
      helmet-drop-chance: 0.085
      chestplate-drop-chance: 0.085
      leggings-drop-chance: 0.085
      boots-drop-chance: 0.085
  enderman:
    name: Enderman
    health: 20
    speed: 0.23
    damage: 2
    armor: 0
    knockback-resistance: 0
    follow-range: 35
    max-nearby-entities: 20
    remove-when-far: true
    remove-distance: 100
    can-break-doors: false
    can-infect: false
    can-pickup-items: false
    can-see-invisibles: false
    fire-immune: false
    persistent: false
    villager: false
    baby: false
    experience: 5
    equipment:
      helmet: LEATHER_HELMET
      chestplate: LEATHER_CHESTPLATE
      leggings: LEATHER_LEGGINGS
      boots: LEATHER_BOOTS
      helmet-drop-chance: 0.085
      chestplate-drop-chance: 0.085
      leggings-drop-chance: 0.085
      boots-drop-chance: 0.085
messages:
  no-permission: '&cYou don''t have permission to do that!'
  reloaded: '&aConfig reloaded!'
  help: '&aBlockBreak Help:'
  help-break: '&a/blockbreak break  - Enable/Disable block breaking'
  help-put: '&a/blockbreak put  - Enable/Disable block putting'
  help-jump: '&a/blockbreak jump  - Enable/Disable jump'
  help-reload: '&a/blockbreak reload - Reload the config'