阆月虚花
本帖最后由 qq406891565 于 2020-2-13 19:21 编辑



★插件★


本插件是付费插件,官网价格为9.99GBP
(价格可能有变动,具体以原帖为准)


[/spoiler]

插件介绍


安装与使用

本插件无需任何前置
输入/minions store     打开工具人菜单进行购买



指令与权限

  • minions.player.* - 所有权限
  • minions.player.rename - 更改工具人名字权限
  • minions.player.linkchest - 使工具人可以绑定箱子[重要]
  • minions.player.helpcommand - 允许使用/Minions
  • minions.player.store - 允许使用/Minions store,即打开商店购买工具人
  • minions.skins.* or  
    - 解锁所有小人皮肤
  • minions.skins.<NameOfSkin>
    - 解锁单个职业的工具人皮肤




配置文件

  1. ####################################            
  2. #                  Minions                  #
  3. #          作者    Jet315             #
  4. #                                           #
  5. ############################

  6. #插件的前缀
  7. PluginsPrefix: "&eMinions &7? "

  8. #Just whether you want Minions to only be picked up if they are on full health
  9. OnlyAllowMinionPickupIfFullHealth: false

  10. #工具人名字字数限制
  11. MaxAllowedNameLength: 16


  12. #这个不要动
  13. UseUUIDs: true

  14. #在一个区块中最多允许存在几个工具人? -1关闭没限制 (I.E unlimited minions in a chunk)
  15. MaxMinionsInAChunk: -1

  16. #控制小人的方法:
  17. #      LEFT    左键工具人
  18. #      SHIFT AND LEFT    SHift加左键
  19. #      RIGHT      右键
  20. #      SHIFT AND RIGHT   Shift加右键
  21. PickupMinionAction: "LEFT"


  22. #开启给工具人喂食物的功能 不同种类的食物将会对工具人产生的影响
  23. FoodList:
  24.   - BREAD:0:2 #面包给工具人恢复两滴血
  25.   - APPLE:0:2 #苹果给工具人恢复两滴血
  26.   - COOKED_BEEF:0:4
  27.   - COOKED_MUTTON:0:4
  28.   - PORK:0:4
  29.   - COOKED_CHICKEN:0:4
  30.   - GOLDEN_APPLE:0:10 #金苹果恢复10血 - 10 hearts
  31.   - GOLDEN_APPLE:1:20 #

  32. #禁用此插件的世界
  33. DisabledWorlds:
  34.   - world_the_end

  35. #工具人不能破坏的方块
  36. DisabledBlocks:
  37.   - BEDROCK
  38.   - CHEST
  39.   - DRAGON_EGG
  40.   - MOB_SPAWNER

  41. #工具人不能击杀的怪物
  42. DisabledEntities:
  43.   - ENDER_DRAGON
  44.   - WITHER
  45.   - GHAST
  46.   - PLAYER
  47.   - ARMOR_STAND

  48. #工具人不能拾取的物品
  49. DisabledItems: []

  50. #工具人和箱子能链接的最远距离
  51. #设置成-1不限制距离
  52. <div>MaximumChestDistanceFromMinion: 30</div><div>#玩家能拥有工具人的最大数量默认为3个
  53. </div>#如果想让Builder组的玩家最多拥有5个工具人的话,添加minions.place.builder:5
  54. MaxMinionsAllowed:
  55.   - minions.place.default:3
  56.   - minions.place.vip:5
  57.   - minions.place.god:10
  58.   Miner: #属性 (To customise control panel find Miner in controlpanel.yml)
  59.     Settings:
  60.       TicksPerAnimation: 4
  61.       TicksPerAction: 50
  62.       DefaultSkin: Miner
  63.     Health:
  64.       EnableHealth: true
  65.       ActionPerHealth: 10
  66.       RightClickWithFoodToFeed: true
  67.       FeedWithMoney: true
  68.       Players will click a GUI option to feed with money
  69.       FeedWithMoneyCost: 200
  70.     DisplayItem: #
  71.       Item: NETHER_STAR
  72.       Damage: 0
  73.   #For items that require additional data, put this here
  74.       Glow: true
  75.   #Do you want the item to have the enchanted glow?
  76.       DisplayName: "&3Miner &eMinion"
  77. #Can use %STATS% for the blocks mined, and %LEVEL% for the level of the minion
  78.       Lore:
  79.         - "&7Right-Click this Minion"
  80. #Can use %STATS% for the blocks mined, and %LEVEL% for the level of the minion
  81.         - "&7to place it! Once placed"
  82.         - "&7it will mine the block infront."
  83.         - "&7Remember to feed it!"
  84. #If you don't want minions to be fed, maybe delete this :)
  85.         - " "
  86.         - "&eBlocks Mined: &b%STATS%"
  87.         - "&eLevel: &b%LEVEL%"
  88.   Slayer:
  89.     Settings:
  90.       TicksPerAnimation: 4
  91.       TicksPerAction: 140
  92.       DefaultSkin: Slayer
  93.       TicksPerAnimation: 4
  94.       TicksPerAction: 140
  95.       DefaultSkin: Slayer
  96.     Health:
  97.       EnableHealth: true
  98.       ActionPerHealth: 4
  99.       RightClickWithFoodToFeed: true
  100.       FeedWithMoney: true
  101.       FeedWithMoneyCost: 200
  102.     DisplayItem:
  103.       Item: NETHER_STAR
  104.       Damage: 0
  105.       Glow: true
  106.       DisplayName: "&cSlayer &eMinion"
  107.       Lore:
  108.         - "&7Right-Click this Minion"
  109.         - "&7to place it! Once placed"
  110.         - "&7it will kill mobs within its"
  111.         - "&7range! "
  112.         - "&7Remember to feed it!" #If you don't want minions to be fed, maybe delete this :)
  113.         - " "
  114.         - "&eMobs Killed: &b%STATS%"
  115.         - "&eLevel: &b%LEVEL%"
  116.   Collector:
  117.     Settings:
  118.       TicksPerAnimation: 4
  119.       TicksPerAction: 100
  120.       DefaultSkin: Collector
  121.     Health:
  122.       EnableHealth: true
  123.       ActionPerHealth: 15
  124.       RightClickWithFoodToFeed: true
  125.       FeedWithMoney: true
  126.       FeedWithMoneyCost: 200
  127.     DisplayItem:
  128.       Item: NETHER_STAR
  129.       Damage: 0
  130.       Glow: true
  131.       DisplayName: "&eCollector Minion"
  132.       Lore:
  133.         - "&7Right-Click this Minion"
  134.         - "&7to place it! Once placed"
  135.         - "&7it will collect all items"
  136.         - "&7within its range!"
  137.         - "&7Remember to feed it!"
  138.         - " "
  139.         - "&eItems Collected: &b%STATS%"
  140.         - "&eLevel: &b%LEVEL%"
  141.   Feeder:
  142.     Settings:
  143.       TicksPerAnimation: 4
  144.       TicksPerAction: 300
  145.       DefaultSkin: Feeder
  146.     Health:
  147.       EnableHealth: true
  148.       ActionPerHealth: 15
  149.       RightClickWithFoodToFeed: true
  150.       FeedWithMoney: true
  151.       FeedWithMoneyCost: 200
  152.     DisplayItem:
  153.       Item: NETHER_STAR
  154.       Damage: 0
  155.       Glow: true
  156.       DisplayName: "&eFeeder Minion"
  157.       Lore:
  158.         - "&7Right-Click this Minion"
  159.         - "&7to place it! Once placed"
  160.         - "&7it will feed all minions"
  161.         - "&7within its range!"
  162.         - "&7Remember to feed it!"
  163.         - " "
  164.         - "&eHunger Healed: &b%STATS%"
  165.         - "&eLevel: &b%LEVEL%"
  166.   Lumberjack:
  167.     Settings:
  168.       TicksPerAnimation: 4
  169.       TicksPerAction: 200
  170.       DefaultSkin: Lumberjack
  171.     Health:
  172.       EnableHealth: true
  173.       ActionPerHealth: 10
  174.       RightClickWithFoodToFeed: true
  175.       FeedWithMoney: true
  176.       FeedWithMoneyCost: 200
  177.     DisplayItem:
  178.       Item: NETHER_STAR
  179.       Damage: 0
  180.       Glow: true
  181.       DisplayName: "&eLumberjack Minion"
  182.       Lore:
  183.         - "&7Right-Click this Minion"
  184.         - "&7to place it! Once placed"
  185.         - "&7it start chopping logs & leaves"
  186.         - "&7within its range!"
  187.         - "&7Remember to feed it!"
  188.         - " "
  189.         - "&eLogs chopped: &b%STATS%"
  190.         - "&eLevel: &b%LEVEL%"
  191.   Farmer:
  192.     Settings:
  193.       TicksPerAnimation: 4
  194.       TicksPerAction: 60 #one complete harvest = 1 action
  195.       DefaultSkin: Farmer
  196.     Health:
  197.       EnableHealth: true
  198.       ActionPerHealth: 15
  199.       RightClickWithFoodToFeed: true
  200.       FeedWithMoney: true
  201.       FeedWithMoneyCost: 200
  202.     DisplayItem:
  203.       Item: NETHER_STAR
  204.       Damage: 0
  205.       Glow: true
  206.       DisplayName: "&eFarmer Minion"
  207.       Lore:
  208.         - "&7Right-Click this Minion"
  209.         - "&7to place it! Once placed"
  210.         - "&7it start farming crops"
  211.         - "&7within its range!"
  212.         - "&7Remember to feed it!"
  213.         - " "
  214.         - "&eTotal Harvests: &b%STATS%"
  215.         - "&eLevel: &b%LEVEL%"
  216.   Fisher:
  217.     Settings:
  218.       TicksPerAnimation: 4
  219.       TicksPerAction: 60 #one attempt to catch a fish
  220.       DefaultSkin: Fisher
  221.     Health:
  222.       EnableHealth: true
  223.       ActionPerHealth: 20
  224.       RightClickWithFoodToFeed: true
  225.       FeedWithMoney: true
  226.       FeedWithMoneyCost: 200
  227.     DisplayItem:
  228.       Item: NETHER_STAR
  229.       Damage: 0
  230.       Glow: true
  231.       DisplayName: "&eFisher Minion"
  232.       Lore:
  233.         - "&7Right-Click this Minion"
  234.         - "&7to place it! Once placed"
  235.         - "&7it will start fishing"
  236.         - "&7in water pools 4 blocks"
  237.         - "&7within range"
  238.         - "&7Remember to feed it!"
  239.         - " "
  240.         - "&eTotal fish caught: &b%STATS%"
  241.         - "&eLevel: &b%LEVEL%"
  242.   Seller:
  243.     Settings:
  244.       TicksPerAnimation: 4
  245.       TicksPerAction: 300 #The time it takes for the minion to sell items in the chest
  246.       DefaultSkin: Seller
  247.     Health:
  248.       EnableHealth: true
  249.       ActionPerHealth: 15
  250.       RightClickWithFoodToFeed: true
  251.       FeedWithMoney: true
  252.       FeedWithMoneyCost: 200
  253.     DisplayItem:
  254.       Item: NETHER_STAR
  255.       Damage: 0
  256.       Glow: true
  257.       DisplayName: "&eSeller Minion"
  258.       Lore:
  259.         - "&7Right-Click this Minion"
  260.         - "&7to place it! Once placed"
  261.         - "&7it will start selling"
  262.         - "&7the items in its attached"
  263.         - "&7chest!"
  264.         - " "
  265.         - "&eItems Sold: &b%STATS%"
  266.         - "&eLevel: &b%LEVEL%"
复制代码

[/markdown]

注意事项

[table=98%,White]
  • 购买后不允许退款,但是如果你有合理的理由交涉后可以退款
  • 作者不能保证一直更新
  • 购买后不能公开此插件
  • 作者拥有所有权
  • 如果插件有问题,请先联系作者不要着急给1星评价
  • 作者能随时更改条款,不用通知大家



mc_ztq
期待配置文件的汉化

Blank°
我觉得神秘的傀儡也可以完成一大半了

唯独i
支持一下!

Azitate
排版全乱了。。。

阆月虚花
Azitate 发表于 2020-2-13 19:06
排版全乱了。。。

第一次发帖,努力修改中

董事长
自己汉化应该是可以的

董事长
现在就去买感觉不错
要不要合作汉化呀楼主

白钻想peach
我输入权限后没效果啊owo

白钻想peach
我想接坑owo汉化owo

小晴M
不知道怎么排版,就这样吧
#Messages
NoPermission: "&c你没有权限!"
NoPermissionForSkin: "&c你没有使用此皮肤的权限"
#Maybe put your buycraft / however the player gets skins :) - Placeholder %SKIN% can be used to get the skin identifier

ErrorOccurred: "&c发生了一个错误。再试一次!"

#If they try placing the minion in a no build zone, or similar:
CantPlaceMinionHere: "&c你不能在这里放置工具人"
#If there is a chunk limit set, this message is given if they are unable to place their minions due to that
ChunkMinionPlaceLimit: "&a你不能在这个区块超过放置 %CHUNKLIMIT% 个工具人!"

#The message that appears if the minion was successfully placed, although the action that the minion does is blocked
#(For example, placed next on the edge of spawn, and trying to get the minion to mine in spawn)
MinionCannotPerformHere: "&c工具人不能在这里执行他的动作 (放这里合适吗?)"

#The message that appears when they click the 'rename' button in the UI
RenameMessage: "&e输入你想要的工具人名字! &cCancel&e 取消输入名字"
RenameMessageCanceled: "&e取消命名."
RenameMessageSuccess: "&e成功将工具人的名字改为&f %NAME%"
#%NAME% will get the minions display name

MinionMustBeFullHealthToDestroy: "&c工具人没有足够的血量!&e(你是我见过最抠的人)"

NotEnoughMoneyToHealMinion: "&C你没有 $%MONEYNEEDED% 支付"
HealSuccessful: "&C你治疗工具人回复了 %HEALAMOUNT% &c❤"
HealNotNeeded: "&C工具人已经很健康了!不需要治愈它!"
VaultNotInstalled: "&C经济未安装,请与系统管理员联系以启用经济"

NotEnoughMoneyToUpgradeMinion: "&c你没有足够的钱升级这个工具人!"
#%MONEYNEEDED% can be used as a placeholder
MinionAlreadyMaxLevel: "&c工具人已经满级了!"

#rotation
MinionRotatedMessage: "&a你旋转工具人到 &e%DIRECTION%"

#Link a chest messages
LinkAChestMessage: "&a右键 一个箱子进行绑定!"
LinkAChestSuccess: "&a成功! 这个箱子已经绑定到工具人了!"
LinkAChestUnattached: "&a这个工具人绑定的箱子被移走了!"
LinkAChestFail: "&c你长时间没有绑定箱子! 如果你想让工具人绑定箱子,请再试一次"
LinkChestBroken: "&c你破坏了一个与工具人绑定的箱子!"

UnknownCommand: "&c未知的指令"

#When /minions is entered - Placeholders %VERSION%
HelpCommand:
  - "&b&m---------------&r&e[ &e&l工具人 &a%VERSION% &e]&b&m---------------"
  - "&8/&aminions about &7- &f关于这个插件"
  - "&8/&aminions give {online_player} {minion_type} {amount} [level] &7- &f给某玩家指定工具人, [level] 是可选的"
  - "&8/&aminions reload &7- &f重载插件."
  - "&8/&aminions storeother {online_player} &7- &f给其他玩家打开工具人商店."

GivenMinion: "&a你被给予了一个 &b%TYPE% &a工具人!"
#Placeholders, %AMOUNT% and %TYPE%

MaxMinionAmount: "&您不能放置更多的工具了,因为您已经有 %MAXAMOUNTALLOWED%,&c如需更多工具人请升级VIP"
#placeholder will return the max minions allowed for that user

BreakMinionWithFullInventory: "&c你的背包已满,工具人掉落到了地上!"

MinionNameMaxLength: "&c这个名字太长了! 请尝试短一点的名字!"

MinionExpGiven: "&a你从工具人那里收集了 &e%EXP% 经验"

MinionStoreNotEnoughMoney: "&c你没有足够的钱购买这个工具人!"
#%MONEYNEEDED%,%MINIONTYPE% can be used as a placeholder
MinionStorePurchase: "&c你花费 $%MONEYNEEDED% 购买了 %MINIONTYPE% 工具人!"

#Placeholders, %RANGEPLACED%, %REQUIREDRANGE%
MinionChestToFar: "&c箱子距离过远,当前距离 %RANGEPLACED%, 最大距离 %REQUIREDRANGE%"

Ha_bird
可否可以继续加多等级?

110088
看上去好像很有趣