JetsMinions - Miner Spawner Minion

JetsMinions - Miner Spawner Minion - JetsMinions - 矿工生成器随从

在矿工前方生成方块,然后进行挖掘。
Bukkit / Spigot 作者 jet315 支持版本 1.8 - 1.18
服务器使用量
未统计
服务玩家数
未统计
下载量
14,911
插件详细介绍

注意:这不是一个独立插件

本附加组件需要最新版本的 Minions 插件才能运行。它为矿工小助手增加了在其前方生成指定方块的功能,生成速度和方块类型均可配置。

效果示例:https://i.gyazo.com/9dff4bab8a790b5936ec7ef3e6678069.gif

安装步骤

请严格按照以下步骤操作

  • 将下载的 .jar 文件放入服务器的 /JetsMinions/minions/ 目录中。请注意,这不是一个直接放入 plugins 文件夹的独立插件。
  • config.yml 文件底部添加以下配置:
    MinerSpawner:
      Settings:
        TicksPerAnimation: 4
        TicksPerAction: 80 # 小助手生成方块的时间间隔(单位:游戏刻)
        DefaultSkin: MinerSpawner
      Health:
        EnableHealth: true
        ActionPerHealth: 10
        RightClickWithFoodToFeed: true
        FeedWithMoney: true
        FeedWithMoneyCost: 1000
      DisplayItem:
        Item: NETHER_STAR
        Damage: 0
        Glow: true
        DisplayName: "&eSpawner Minion"
        Lore:
        - "&7Right-Click this Minion"
        - "&7to place it! Once placed"
        - "&7it will start mining"
        - " "
        - "&eMobs Spawned: &b%STATS%"
        - "&eLevel: &b%LEVEL%"
  • controlpanel.yml 文件底部添加以下配置:
    MinerSpawner: # 必须是小助手的名称,这将作为该小助手的控制面板
      Settings:
        Size: 54
        DisplayName: "&c%MINIONNAME% Panel"
      FillerItem:
        Slot: filler
        Item: STAINED_GLASS_PANE:7
        Action: none
        DisplayName: " "
        Lore: []
      Skins:
        Slot: 19
        Item: SKULL:%DEFAULTSKIN%
        Action: SKINS
        DisplayName: "&e&lSkin Menu"
        Lore:
        - "&7Click this to change your"
        - "&7Minions Skin!"
      North:
        Slot: 20
        Item: SKULL:MHF_ArrowUp
        Action: ROTATE_NORTH
        DisplayName: "&e&lRotate North"
        Lore:
        - "&7Click this to change the"
        - "&7Direction of your minion"
        - "&7to North"
      East:
        Slot: 21
        Item: SKULL:MHF_ArrowRight
        Action: ROTATE_EAST
        DisplayName: "&e&lRotate East"
        Lore:
        - "&7Click this to change the"
        - "&7Direction of your minion"
        - "&7to East"
      South:
        Slot: 22
        Item: SKULL:MHF_ArrowDown
        Action: ROTATE_SOUTH
        DisplayName: "&e&lRotate South"
        Lore:
        - "&7Click this to change the"
        - "&7Direction of your minion"
        - "&7to South"
      West:
        Slot: 23
        Item: SKULL:MHF_ArrowLeft
        Action: ROTATE_WEST
        DisplayName: "&e&lRotate West"
        Lore:
        - "&7Click this to change the"
        - "&7Direction of your minion"
        - "&7to West"
      PayToHeal:
        Slot: 24
        Item: GOLDEN_APPLE
        Action: PAYHEAL
        DisplayName: "&e&lHeal Minion"
        Lore:
        - "&7This will cost"
        - "&7$200" # 如需修改金额,请在 config.yml 中调整
      Stats:
        Slot: 30
        Item: CHEST
        Action: NONE
        DisplayName: "&e&lStats"
        Lore:
        - "&7Your minion has broken"
        - "&e%STATS% &7blocks since being placed"
      Nametag:
        Slot: 31
        Item: NAME_TAG
        Action: RENAME
        DisplayName: "&e&lRename"
        Lore:
        - "&7Click to Rename"
        - "&7The minion!"
      Health:
        Slot: 32
        Item: COOKED_BEEF
        Action: NONE
        DisplayName: "&e&lHealth"
        Lore:
        - "&7Your minions health is"
        - "&e%HEALTH%/20"
      UpgradeMinion:
        Slot: 40
        Item: GOLD_INGOT
        Action: LEVELUP
        DisplayName: "&e&lLevel Up"
        Lore:
        - "&7Upgrade the Minion to the"
        - "&7next level"
        - "&7Cost: &e$%NEXTLEVELCOST%"
      Close:
        Slot: 49
        Item: NETHER_STAR
        Action: CLOSE
        DisplayName: "&c&lClose"
        Lore:
        - "&7Click to Close"
        - "&7the menu"
  • skins.yml 文件中,在 Skins: 部分下添加一个名为 MinerSpawner 的皮肤配置:
    MinerSpawner:
      DisplayName: "&3%PLAYERNAME%'s MinerSpawner"
      HeadItem: "%HEAD%"
      HeadDisplayName: "&7Default &cMinerSpawner Minion!"
      Body: "200,80,65"
      Legs: "245,195,120"
      Boots: "200,80,65"
  • /minionupgrades/ 目录下创建一个名为 MinerSpawner.yml 的文件,并填入以下升级配置:
    MaxLevel: 2 # 小助手的最高等级,你可以设置任意等级,但请确保下面的设置正确
    #MaxLevel: 3
    Levels:
      CostToUpgradeToLevel2: 10000 # 升级到 2 级所需的费用
      #CostToUpgradeToLevel3: 20000 # 升级到 3 级所需的费用
    Settings:
      SettingsAtLevel1: COBBLESTONE:500 | STONE:500 # 格式:材料:概率 - 概率基于千分制,请确保所有概率之和为 1000
      SettingsAtLevel2: SMELT | ENCHANTED | COBBLESTONE:500 | STONE:350 | IRON_ORE:150 # SMELT = 矿石自动熔炼,ENCHANTED = 小助手物品将被附魔
      #  SettingsAtLevel3: SMELT | blocks...
    Messages:
      MessageOnUpgradeTo2: '&aYou have upgraded the Miner minion to level 2!'
      #  MessageOnUpgradeTo3: '&aYou have upgraded the Miner minion to level 3!'

主要特性

  • 自定义生成:可在矿工小助手前方生成你指定的方块。
  • 高度可配置:生成速度、方块类型及概率均可通过配置文件调整。
  • 小助手集成:完美融入 Minions 插件系统,拥有独立的控制面板、皮肤和升级系统。
  • 自动化功能:高级别可解锁自动熔炼矿石、物品附魔等功能。
  • 健康与喂养:支持为小助手设置生命值,可通过食物或游戏货币进行喂养。
测试支持版本
1.8 1.9 1.10 1.11 1.12 1.13 1.14 1.15 1.16 1.17 1.18
版本分布
基本信息
插件名称 JetsMinions - Miner Spawner Minion
作者 jet315
平台 Bukkit / Spigot
支持版本 1.8 - 1.18
点赞数 未统计
最近版本
暂无数据 -

友情链接: 网易我的世界 | 泰拉瑞亚 | ocent云计算 | 米饭Minecraft插件文档 | 友链合作

历史访问人数:2,685,185  |  历史访问人次:3,255,832

今日访问人数:4,727  |  今日访问人次:5,235

昨日访问人数:26,372  |  昨日访问人次:31,574

Copyright © 2019-2026 我的世界服务器列表站. All rights reserved.

Powered by GermMC 京ICP备17023959号-6