阆月虚花
本帖最后由 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
排版全乱了。。。

下一页 最后一页