JetsMinions - Miner Spawner Minion icon

JetsMinions - Miner Spawner Minion -----

Spawns blocks infront of the minion, then Mine



THIS IS NOT A PLUGIN

THIS ADDON REQUIRES LATEST VERSION OF MINIONS

Spawns blocks, of your choosing, around infront of a miner minion!

SPEEDS/BLOCKS are configurable..
Example here - https://i.gyazo.com/9dff4bab8a790b5936ec7ef3e6678069.gif

STEPS TO INSTALL, please follow carefully:
0. Put the jar into /JetsMinions/minions/ directory - It's not a plugin!

1. In config.yml please add to the bottom:
Code (Text):

  MinerSpawner:
    Settings:
      TicksPerAnimation: 4
      TicksPerAction: 80 #The time it takes for the minion to spawn in mobs
      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%"
2. In controlpanel.yml, please add this to the bottom
Code (Text):
  MinerSpawner: #Must be a name of a minion, as this will be the control panel for that minion
    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" #Change the amount if needed in the 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"
3. In skins.yml please add as a skin under Skins:
Code (Text):

  MinerSpawner:
    DisplayName: "&3%PLAYERNAME%'s MinerSpawner"
    HeadItem: "%HEAD%"
    HeadDisplayName: "&7Default &cMinerSpawner Minion!"
    Body: "200,80,65"
    Legs: "245,195,120"
    Boots: "200,80,65"
 
4. in /minionupgrades/ create a file called MinerSpawner.yml with the following settings:
Code (Text):

MaxLevel: 2 #The minion can go to whatever level you want, just make sure you do the settings below correct
#MaxLevel: 3

Levels:
  CostToUpgradeToLevel2: 10000 #The cost to upgrade to level 2
  #CostToUpgradeToLevel3: 20000 #The cost to upgrade to level 3
Settings:
  SettingsAtLevel1: COBBLESTONE:500 | STONE:500                                       # the chances are MATERIAL:CHANCE - Chances are out of a thousand, therefor make sure chances add up to one thousand
  SettingsAtLevel2: SMELT | ENCHANTED | COBBLESTONE:500 | STONE:350 | IRON_ORE:150        #SMELT = Ores will automatically be smelted, ENHANTED = minions item will be 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!'
 

Resource Information
Author:
----------
Total Downloads: 14,473
First Release: Mar 28, 2020
Last Update: Mar 2, 2024
Category: ---------------
All-Time Rating:
5 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings