Blowable Obsidians 可炸黑曜石

作者:HydroTekZ 发布时间:2016年6月2日 原生版本:未知 测试支持:1.8,1.9,1.10,1.11,1.12,1.15,1.16,1.17,1.18

使Obsidan或任何其他块可吹,甚至更多!

点此下载

插件详细介绍

💥BlowableObsidians 插件

BlowableObsidians 插件允许服务器管理员配置哪些方块可以被破坏,并自定义它们的生命值和破坏方式。不仅仅是黑曜石,你可以让任何方块变得可破坏!

⚙️配置

以下是插件的配置文件示例:


#########################################
# -------------- Settings ------------- #
#########################################
# Notice: Item names in 1.8 and 1.8.1 is not always the same!
# List of blocks here (latest): https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
# List of blocks here (1.8): https://helpch.at/docs/1.8/org/bukkit/Material.html
#########################################

### Which worlds and where the plugin works
World Settings:
  world:
    Enabled: true
    Bedrock Protection:
      - -64
      - -63
      - -62
  world_nether:
    Enabled: true
    Bedrock Protection:
      - 0
      - 1
      - 2
      - 126
      - 127
  world_the_end:
    Enabled: true
    Bedrock Protection: []

### How much to damage managed blocks
Explosion Settings:
  Default:
    Radius: 3.0
    Damage: 1.0
  TNT:
    Radius: 3.0
    Damage: 1.0
  Creeper:
    Radius: 3.0
    Damage: 1.0
  Wither Creation:
    Radius: 3.0
    Damage: 1.0
  Wither Projectile:
    Radius: 3.0
    Damage: 1.0
  Wither Block Eating:
    Damage: 1.0
## Explosions caused by other plugins:
  Custom Explosions:
    Radius: 3.0
    Damage: 1.0

### Send block health if 100% health.
Always Send Health: true

### How effective explosions damage inside water/lava.
### Damage is multiplied with this if inside a liquid.
Liquid Multiplier: 0.0

### When to send block health message.
Check:
  Item: 'POTATO'
  Type: 'RIGHT_CLICK_BLOCK'

### Messages which can be translated.
### You may use  instead of %
Message:
  Block Health: '&9Block health: &c% hp'

### How much health the blowable blocks has.
### Use wildcard  for all blocks.
### You can also add more blocks here
Blocks Health:
  obsidian: 5.0
  enchantment_table: 5.0
  anvil: 5.0
  ender_chest: 5.0

### Health regeneration
### How many seconds until the block health is back at max health.
Regeneration Time: 3600

### Don't touch this
Config Version: 12

🛠️命令和权限

  • /blowable reload - 重载配置文件 (权限节点: blowable.reload)

✅兼容性

该插件兼容 Minecraft 1.8.x - 1.18.x 版本,需要 Java 17 或更高版本。

✉️联系

源码地址