JetsMinions | #1 MINIONS PLUGIN | ACTIONS | UPGRADES | ANIMATIONS | ROBOTS | [1.8 - 1.20]

MC Plugin JetsMinions | #1 MINIONS PLUGIN | ACTIONS | UPGRADES | ANIMATIONS | ROBOTS | [1.8 - 1.20] 7.10.5
An Efficient, highly customizable Minions/Robots plugin with TONS of hooks..

[+] Added supported for RoseStacker and ProtectionStones - To add support, add these into hooks.yml - Ensure spacing is there

Code:
  UseProtectionStones: true
  UseRoseStacker: true
[+] Added SMELT option to Slayer
[+] Added the ability to configure what minions feed from a chest, to modify this please remove the config.yml option:

Code:
FeedMinionFromChest: true

and add this:

Code:
#What minions would you like to be able to feed from a chest?
#MinionsToFeedFromChest: [] #to disable feeding, set option to this <<
MinionsToFeedFromChest:
  - FEEDER
  #- MINER
  #- FEEDER
  #- COLLECTOR
  #- FARMER
  #- FISHER
  #- LUMBERJACK
  #- SELLER
  #- SLAYER
[+] Fixed a loading issue with Minions to do with the latest update, if the world name was called world ..
[+] Fixed minions loading across world unload/loads - Please use this version if you've had issues with minions loading
[+] Added a MinionInteractEvent to the API
[+] Fixed issue with OneStopShop ty @SM221 for helping test
[+] Added support for GriefDefend, to enable add this to hooks.yml
[+] Fixed an issue with the hook with last update
[+] Fixed an issue (that'll hopefully resolve) chests unlinking randomly
:)
[+] Added support for the seller minion to sell using OneStopShop prices - To add, in hooks.yml add this
Code:
UseOneStopShop: true
[+] Hex colour codes are now supported in configs
To the miner.yml you can add the following option, to configure whether a Miner minion can break a center block

Code (Text):

#For those using BentoBox, would you like the centre block to be mined?
BentoBoxMineCentreBlock: false
Top Bottom