JetsMinions Shepard Addon v1.0

Shepard Minion Addon for JetsMinions to shear sheep!
Shepard Minion_transparent.png
BeeKeeperInformation.png

Shepard Addon for JetsMinions.
Shear nearby sheep with the use of this addon minion!

Simply place the minion for it to begin shearing nearby sheep!

  • Upgradeable options for the amount of wool given when sheared.
  • Upgradeable options for the radius in which the sheep are required to be near the minion to be sheared.
ce6ceb7ac0473d2a00aa03a718101f89b1aaca20.png

This Addon requires the Premium plugin JetsMinions found here
59972.png

BeeKeeperExamples.png


53d2851101dba34baeebc8c0c5769291.png


shepard.gif


BeeKeeperInstallation.png


STEPS TO INSTALL the addon, please follow carefully:

Step 1: Put the Shepard.jar into /JetsMinions/minions/ directory - It's not a plugin!

Step 2: In \JetsMinions > config.yml please add to the bottom of the other minion types:
Shepard
Settings:
TicksPerAnimation: 4
TicksPerAction: 200 #The time it takes for the minion to shear nearby sheep
DefaultSkin: Shepard
MinionNamePlaceholder: Shepard #The name of the placeholder for %MINIONTYPE%
Health:
EnableHealth: true
ActionPerHealth: 10
RightClickWithFoodToFeed: true
FeedWithMoney: true
FeedWithMoneyCost: 1000
DisplayItem:
Item: NETHER_STAR
Damage: 0
Glow: true
DisplayName: "&eShepard Minion"
Lore:
  • "&7Right-Click this Minion"
  • "&7to place it! Once placed"
  • "&7it will start shearing nearby sheep!"
  • " "
  • "&eSheep Sheared: &b%STATS%"
  • "&eLevel: &b%LEVEL%"
Step 3: In \JetsMinions > controlpanel.yml, please add this to the bottom of the other minion types:
Shepard: #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
Hopper:
Slot: 25
Item: HOPPER
Action: ATTACHCHEST
DisplayName: "&e&lAttach a chest"
Lore:
- "&7Attach a chest to this minion"
Stats:
Slot: 30
Item: CHEST
Action: NONE
DisplayName: "&e&lStats"
Lore:
  • "&7Your minion has sheared"
  • "&e%STATS% &7sheep 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%/%MAXMINIONHEALTH%"
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"
Step 4: In \JetsMinions > skins.yml, please add this to the bottom of the other minion types:
Shepard:
DisplayName: "&3%PLAYERNAME%'s Shepard"
HeadItem: "%HEAD%"
HeadDisplayName: "&7Default &cShepardMinion!"
Body: "255,229,0"
Legs: "255,255,255"
Boots: "255,229,0"
HandItem: "SHEARS"
Step 5: In \JetsMinions > store.yml, please add this to the bottom of the other minion types:
Shepard:
Slot: 23
Item: SKULL:Tamsu
Action: Shepard
Cost: 5000
DisplayName: "&e&lShepard Minion"
Lore:
  • "&aThe Shepard Minion"
  • "&awill shear nearby"
  • "&asheep!"
  • " "
  • "&eCost: $5,000"
  • " "
  • "&7You have placed &c%PLAYERSMINIONS_TYPE%/%MAXMINIONS_TYPE% &7Minions"
Step 6: in \JetsMinions\minionupgrades create a file called Shepard.yml with the following settings:
MaxLevel: 3

Levels:
CostToUpgradeToLevel2: 30000 #The cost to upgrade to level 2
CostToUpgradeToLevel3: 70000

Settings:
SettingsAtLevel1: Radius:5 | WoolAmount:2 | ENCHANTED | HANDITEM:SHEARS | MAXHEALTH:20
SettingsAtLevel2: Radius:10 | WoolAmount:5 | ENCHANTED | HANDITEM:SHEARS | MAXHEALTH:20
SettingsAtLevel3: Radius:15 | WoolAmount:10 | ENCHANTED | HANDITEM:SHEARS | MAXHEALTH:20

#Radius = How many blocks around the minion is a beehive/nest required to be in order to collect
#WoolAmount = How many pieces of Wool should be given PER sheep sheared?
#Enchanted = Gives the handitem an enchanted (glow) effect
#HandItem = Changes what the minions handitem is
#MaxHealth = How much health should the minion have (default is 20)

Messages:
MessageOnUpgradeTo2: '&aYou have upgraded the Shepard Minion to level 2!'
MessageOnUpgradeTo3: &aYou have upgraded the Shepard Minion to level 3!'

BeeKeeperTOS.png


By purchasing this plugin you agree to the following terms:
  • You will not chargeback - If you have a legitimate issue that is causing the plugin not to work that cannot be fixed, then I’ll happily refund you
  • I cannot guarantee indefinite support.
  • You may not redistribute or resell this plugin.
  • I may refuse to give you support with or without any specific reason.
  • If you have an issue with this plugin, please contact me before leaving a bad rating.
  • I can update this terms of use at any time, without notification
Buy a license now
Name a fair price:
EULA: Standard EULA
$
New: Now supporting cryptocurrency payments!
Share and earn
Refer this resource and earn a 10% commission.
391 Views
4 Purchases
5 Downloads
Jun 3, 2024 Published
Jun 2, 2024 Updated
Not yet rated
4.9 KB File size
Type
  1. Gameplay
  2. Economy
  3. Monetization
Game mode
  1. Survival
  2. Skyblock
  3. Oneblock
Supported software
  1. Bukkit
  2. Spigot
  3. Paper
Supported versions
  1. 1.7
  2. 1.8
  3. 1.9
  4. 1.10
  5. 1.11
  6. 1.12
  7. 1.13
  8. 1.14
  9. 1.15
  10. 1.16
  11. 1.17
  12. 1.18
  13. 1.19
  14. 1.20
  15. 1.21
Creator
Aws
Owner
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Recommended for you
BeeKeeper Minion Addon for JetsMinions to Collect Honey & Honeycomb!
Not yet rated
6 purchases
Cook Minion Addon for JetsMinions to cook food!
Not yet rated
6 purchases
Butcher Minion Addon for JetsMinions to butcher animals!
Not yet rated
5 purchases
Breeder Minion Addon for JetsMinions to breed animals!
Not yet rated
4 purchases
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 119 ratings
3,214 purchases
Share and earn
Refer this resource and earn a 10% commission.
391 Views
4 Purchases
5 Downloads
Jun 3, 2024 Published
Jun 2, 2024 Updated
Not yet rated
4.9 KB File size
Type
  1. Gameplay
  2. Economy
  3. Monetization
Game mode
  1. Survival
  2. Skyblock
  3. Oneblock
Supported software
  1. Bukkit
  2. Spigot
  3. Paper
Supported versions
  1. 1.7
  2. 1.8
  3. 1.9
  4. 1.10
  5. 1.11
  6. 1.12
  7. 1.13
  8. 1.14
  9. 1.15
  10. 1.16
  11. 1.17
  12. 1.18
  13. 1.19
  14. 1.20
  15. 1.21
Creator
Aws
Owner
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Recommended for you
BeeKeeper Minion Addon for JetsMinions to Collect Honey & Honeycomb!
Not yet rated
6 purchases
Cook Minion Addon for JetsMinions to cook food!
Not yet rated
6 purchases
Butcher Minion Addon for JetsMinions to butcher animals!
Not yet rated
5 purchases
Breeder Minion Addon for JetsMinions to breed animals!
Not yet rated
4 purchases
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 119 ratings
3,214 purchases
Top