980
收录服务器
1273
注册
39 268
玩家
BlockRegen
非常适合监狱,RPG和更多的服务器!
作 者 Aurorion
发布时间 2015年7月22日
支持核心 Spigot
原生版本
支持版本 1.8,1.9,1.10,1.11,1.12,1.13,1.14,1.15,1.16,1.17,1.18,1.19
点此下载

BlockRegen 插件为 Minecraft 定制矿区和农场提供可再生矿脉,类似于 MMORPG 游戏的采矿机制或 Hypixel Skyblock 的矿区。

⛏️ BlockRegen

✨ 特性

  • 支持 Oraxen、Nexo、ItemsAdder 和 MMOItems 的自定义方块,以及任何音符盒或蘑菇茎状态,适用于手工制作的资源包。
  • 支持使用这些插件的物品作为工具。
  • 作物处理支持多方块作物(仙人掌、甘蔗等)。
  • 兼容附魔插件。
  • 为再生和奖励提供详尽的配置选项。
  • 支持区域配置。
  • 支持自定义骷髅头纹理和其他方块数据。
  • 通过 YAML 配置文件进行配置。

📖 Wiki

您可以在 Wiki 上找到有关如何配置插件的更多信息:BlockRegen Wiki

❓ 问题/建议

如果您有任何问题或建议,请随时在 Discord 上联系!

💻 命令

🛠️ 管理员命令

  • /blockregen reload - 重载配置文件。
    • 权限: blockregen.command.reload
  • /blockregen give [player] [block] [amount] - 给予玩家指定数量的 BlockRegen 方块。
    • 权限: blockregen.command.give
  • /blockregen set [block] - 将您正在看的方块设置为 BlockRegen 方块。
    • 权限: blockregen.command.set

⚙️ 配置示例

blocks.yml


example_block:
  material: STONE
  data: 0
  name: "&aExample Block"
  hologram:
    enabled: true
    text: "&aExample Block"
    refresh_interval: 2
  regen:
    delay: 10
    respawn_item: STONE
    respawn_item_data: 0
    replace_with: AIR
  drop:
    - type: ITEM
      material: STONE
      data: 0
      amount: 1
      chance: 100

config.yml


settings:
  metrics: true
  update_checker: true
  language: en
  default_region: global
regions:
  global:
    blocks:
      - example_block
    priority: 1