Fallen Heroes [1.7-1.8.X] - [RECODED] - 31 New Mobs, new Configuration Options, and much more! [$10]

Status
This thread has been locked.

TheCrystalStar

Banned
Feedback score
2
Posts
213
Reactions
65
Resources
0
FHHeader.jpg
about.jpg

Fallen Heroes is a plugin designed to help server owners give users obtainable items in a way that is fair for everyone. Meaning that anyone on the server could have the chance of killing the Fallen Hero spawned to gain it's rewards set by you. If you haven't realized already this plugin was based off a popular space themed faction server of which it's name can't be stated for obvious reasons.
validmobs.jpg

If you bought the plugin when it came out or before the 2.0 release, you may know there was only like 5 mobs and of those 5 mobs only 1 was working properly, now this bothered me so much because I sold a crappy build to you guys. 2.0 revives the Fallen Heroes plugin adding 31 Different mobs. Any of the current 31 mobs (31 as of right now) can be used as either a Boss or a Minion of that boss mob. Click the spoiler to view all the current VALID mobs, any other mobs you state will not work if not listed.
These aren't case-sensitive when using them in the FallenHeroes.yml file. But if they aren't spelled like this it will most likely not work.


    • magmacube
    • chicken
    • bat
    • rabbit
    • ghast
    • sheep
    • wither
    • witherskeleton
    • slime
    • pig
    • squid
    • cow
    • mooshroom
    • endermite
    • cavespider
    • babyzombie
    • wolf
    • witch
    • guardian
    • elderguardian
    • pigzombie
    • snowman
    • silverfish
    • irongolem
    • enderman
    • skeleton
    • zombie
    • spider
    • enderdragon
    • creeper
    • blaze


permissions.jpg

All the permission nodes can be here, click the link.
http://sapphiremade.com/info/minecraft/spigot/plugins/fallenheroes/permissions.php

commands.jpg

All the commands for the plugin can be found by clicking this link.
http://sapphiremade.com/info/minecraft/spigot/plugins/fallenheroes/commands.php

config.jpg

PHP:
SpawnLevel:
  Must-Be-At-Max-Y: true #Should Fallen Heroes only be spawned at the max y at the players block location.
  Max-Y-Only-Message:
    - ""
    - "&c&lYou must spawn Fallen Heroes at the highest Y-Block."
    - ""
Light-Level:
  Use: false
  Min-Light-Level: 3 #If the light level is lower than 3 the fallen hero will not spawn.
  Message:
    - ""
    - "&c&lThe block at your location's light level is too low to spawn a hero."
    - ""

Hero-Kill:
  WinChance: 25 # 25 / 100 chance player will get the set win items of that fallen hero upon killing it.
  Win:
    DropsToInventory: false
    AnnounceKill: true
    SendPlayerSuccessMessage: true
    PlayerMessage:
      - ""
      - "&B&lYou killed &6&l{BOSS} &b&lsuccessfully!"
      - ""
    BroadcastMessage:
      - ""
      - "&b&l{PLAYER} &ahas killed the fallen hero&f: &6&{BOSS}"
      - ""
  Lose:
    DropsToInventory: false
    AnnounceKill: false
    SendPlayerFailureMessage: true
    BroadcastMessage:
      - ""
      - "&b&l{PLAYER} &afailed to kill the fallen hero&f: &6&{BOSS}"
      - ""
    PlayerMessage:
      - ""
      - "&B&lYou failed to kill &6&l{BOSS} &b&lsuccessfully!"
      - ""
Hero-Spawn-Message:
  - ""
  - ""
  - "&a&l%heroname% &bhas spawned at &6%x%&f, &6%y%&f, &6%z%"
  - ""
  - ""

Announce-Hero-Spawn-To-All: true
heroconfig.jpg

Note this is just a test fallen hero created to show on here.
PHP:
Heroes:
  Spigot:
    ItemID: 352
    ItemMeta: 0
    Item:
      Name: §2§lSpigot Fallen Hero
      Lore:
      - §bSpigot fallen hero use with
      - §bextreme caution
    Boss:
      MobType: ZOMBIE
      Name: §6§lSpigot
      PotionEffects:
        Absorption:
          Enabled: false
          Level: 1
        Resistance:
          Enabled: false
          Level: 1
        Haste:
          Enabled: false
          Level: 1
        FireResistance:
          Enabled: false
          Level: 1
        HealthBoost:
          Enabled: true
          Level: 30
        Strength:
          Enabled: true
          Level: 2
        WaterBreathing:
          Enabled: false
          Level: 1
        Speed:
          Enabled: true
          Level: 3
      Armor:
        Helmet:
          ==: org.bukkit.inventory.ItemStack
          type: DIAMOND_HELMET
          meta:
            ==: ItemMeta
            meta-type: UNSPECIFIC
            enchants:
              PROTECTION_ENVIRONMENTAL: 4
        Chestplate:
          ==: org.bukkit.inventory.ItemStack
          type: DIAMOND_CHESTPLATE
          meta:
            ==: ItemMeta
            meta-type: UNSPECIFIC
            enchants:
              PROTECTION_ENVIRONMENTAL: 4
        Leggings:
          ==: org.bukkit.inventory.ItemStack
          type: DIAMOND_LEGGINGS
          meta:
            ==: ItemMeta
            meta-type: UNSPECIFIC
            enchants:
              PROTECTION_ENVIRONMENTAL: 4
        Boots:
          ==: org.bukkit.inventory.ItemStack
          type: DIAMOND_BOOTS
          meta:
            ==: ItemMeta
            meta-type: UNSPECIFIC
            enchants:
              PROTECTION_ENVIRONMENTAL: 4
      Weapon:
        ==: org.bukkit.inventory.ItemStack
        type: IRON_SWORD
        meta:
          ==: ItemMeta
          meta-type: UNSPECIFIC
          enchants:
            DAMAGE_ALL: 5
    Minions:
      Enabled: false
      MobType: skeleton
      Name: §b§lBukkit
      SpawnDelay: 3
      SpawnAmount: 5
      PotionEffects:
        Absorption:
          Enabled: false
          Level: 1
        Resistance:
          Enabled: false
          Level: 1
        Haste:
          Enabled: false
          Level: 1
        FireResistance:
          Enabled: false
          Level: 1
        HealthBoost:
          Enabled: false
          Level: 1
        Strength:
          Enabled: true
          Level: 5
        WaterBreathing:
          Enabled: false
          Level: 1
        Speed:
          Enabled: true
          Level: 2
      Armor:
        Helmet:
          ==: org.bukkit.inventory.ItemStack
          type: LEATHER_HELMET
        Chestplate:
          ==: org.bukkit.inventory.ItemStack
          type: LEATHER_CHESTPLATE
        Leggings:
          ==: org.bukkit.inventory.ItemStack
          type: LEATHER_LEGGINGS
        Boots:
          ==: org.bukkit.inventory.ItemStack
          type: LEATHER_BOOTS
      Weapon:
        ==: org.bukkit.inventory.ItemStack
        type: GOLD_AXE
    Drops:
      Win:
      - ==: org.bukkit.inventory.ItemStack
        type: DIAMOND_HELMET
        meta:
          ==: ItemMeta
          meta-type: UNSPECIFIC
          enchants:
            PROTECTION_ENVIRONMENTAL: 10
      - ==: org.bukkit.inventory.ItemStack
        type: DIAMOND_CHESTPLATE
        meta:
          ==: ItemMeta
          meta-type: UNSPECIFIC
          enchants:
            PROTECTION_ENVIRONMENTAL: 10
      - ==: org.bukkit.inventory.ItemStack
        type: DIAMOND_LEGGINGS
        meta:
          ==: ItemMeta
          meta-type: UNSPECIFIC
          enchants:
            PROTECTION_ENVIRONMENTAL: 10
      - ==: org.bukkit.inventory.ItemStack
        type: DIAMOND_BOOTS
        meta:
          ==: ItemMeta
          meta-type: UNSPECIFIC
          enchants:
            PROTECTION_ENVIRONMENTAL: 10
      - ==: org.bukkit.inventory.ItemStack
        type: GOLDEN_APPLE
        damage: 1
        amount: 64
      Lose:
      - ==: org.bukkit.inventory.ItemStack
        type: IRON_HELMET
      - ==: org.bukkit.inventory.ItemStack
        type: IRON_CHESTPLATE
      - ==: org.bukkit.inventory.ItemStack
        type: IRON_LEGGINGS
      - ==: org.bukkit.inventory.ItemStack
        type: IRON_BOOTS
tos.jpg

By Purchasing this plugin you here by agree to the terms listed below, result in breaking one of these terms may result in being removed from the buyers list, reported further action will be taken if needed.




    • You may not resell this plugin.
    • You may not claim this plugin to be yours nor the source.
    • You may not decompile/use the source of this plugin.
    • You MAY use this plugin on multiple servers if its your network.
    • You may not redistribute this plugin on any site (the .jar file), you may show off the plugin on another site but a link must be somewhere on that page linking back to this page.
    • Any chargebacks/refunds are not allowed.
YOU WILL NOT RECEIVE ANY SUPPORT IF YOU ASK IN THE REVIEWS, LEAVING LOW STAR RATINGS BECAUSE YOU FAILED TO PRIVATE MESSAGE ME ASKING FOR HELP WILL RESULT IN NO SUPPORT UNTIL THE REVIEW IS REMOVED.

§ MUST BE USED IN THE FallenHeroes.yml as the color code, using & will result in the fallen hero not working.
testserver.jpg

Closed at the moment, working out some things to make testing easier, give it a few days :)
serversusing.jpg

Want your server listed here? PM me/put your IP in the discussions and it will be added!
DmpC7DP.jpg

This is what will be said if you create a new Fallen Hero
nK7iMiy.png


This is what will be said if delete an existing Fallen Hero
RJ70apy.png


These are the messages that you will popup either when setting the success / failure items.
HQ3mBNN.png
IHkN3PD.png


This image shows the gear/items that will be dropped upon a successful kill.
WuYXbiX.png


These are the messages that will be sent if you didn't or killed the Fallen Hero successfully.

8Wbr2na.png
CKp97sa.png


This is what will be shown when A user tries to spawn the boss underground. There is an option within the config to disable it (meaning they can spawn in caves/underground etc)
QXmAnJJ.png


These, Well I just put them in here to show that the items actually drop upon killing successfully or not.

aEOcV2u.png


Armor/Weapon On Mob
utfIhJb.png


Minions
PtQkgCs.png
bDlVoN3.png
Gzhx6T8.png

Note the name is confiurable per Fallen Hero that you create!
Buffs:

Speed
Resistance
Health Boost
Fire Resistance
Strength

Now you may be asking what does the spawn item look like? Well whatever block/item you want it to be (per Fallen Hero). By default it's a Bone.
rzUNzd4.png


And I almost forgot, Gotta show you what it looks like when you list the Fallen Heroes.
eYEJYAD.png
A Video I Made Showing The Plugin (OUTDATED)


Link to Buy: https://www.spigotmc.org/resources/...ew-configuration-options-and-much-more.32822/

Capture.png

Screenshot_126.png

If images don't work here's the links:
https://s18.postimg.org/ngkyww4ft/Screenshot_126.png
https://s23.postimg.org/m9gre30h7/Capture.png
 

Attachments

  • Screenshot (126).png
    Screenshot (126).png
    159.9 KB · Views: 34
  • Capture.PNG
    Capture.PNG
    11.4 KB · Views: 26
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

TheCrystalStar

Banned
Feedback score
2
Posts
213
Reactions
65
Resources
0
Update #1
  • Minions have been added, you can now have any # of minions (zombie (baby/grown) spawn every x amount of seconds as long as the Fallen Hero Is Alive.
  • Fallen Hero weapons and armor. You can now Give the Fallen Hero armor (chain, leather, iron, gold, or diamond). As for the weapons you can any item really.

Update #2 (v1.3)
Features:
  • Added the option of which now you set custom pieces of armor (helm, chestplate, leggings, boots) to a fallen hero, each fallen hero can have it's own type of armor, allowing for unlimited combinations. In other words you can spawn it a prot 1000 chestplate and set it the fallen hero if you really wanted too.
  • Weapons can now be customized same as the armor, you can spawn in any type of weapon and anything on it and set it the fallen hero.
Changes/Updates:
  • Minions now spawn according to the Mob type (Skeleton or Zombie), so let's say your fallen hero is a Skeleton Minions will be spawned a skeleton.
  • Zombie Minions have the option of being a baby or an adult.
  • Each fallen hero can have custom spawn amount and delay and can turn off minions if you wanted too.
New Config:
PHP:
### Give Messages ###
Gaveall-Hero: "&eYou gave all online players &b%amt% %hero% &eFallen Heroes."
Gaveall-Hero-Received: "&eYou received &b%amt% %hero% &eFallen Heroes from &b%player%"

Give-Hero: "&eYou gave &b%player% &e%amt% &b%hero% &eFallen Heroes."
Give-Hero-Received: "&eYou received &b%amt% %hero% &eFallen Heroes from &b%player%"

###  Does the hero have to spawned at the highest y block at the player's location? ###
Must-Place-At-Highest-Y: true
Not-Highest-Y-Message:
  - ""
  - ""
  - "&eYou must spawn the Fallen Hero above the surface!"
  - ""
  - ""

#Should a message be broadcast, telling ALL players that a Fallen Hero has been spawned?
Broadcast-Spawn: true
Broadcast-Format:
  - ""
  - ""
  - "&eA &b%type% &ehas been at &b%xBlock%&e, &b%yBlock%&e, &b%xBlock%"
  - ""
  - ""

#What is the percentage chance of the item dropping
#upon the death of a fallen hero?
Drop-Chance: 15 #This number is out of 100 so right now, there's a 15 out of 100 chance
#of the set item, to be dropped!

#Should the failure and success messages be sent to the player?
Send-Message-To-Player: true
#The message that will be sent to the player if the item drops.
Success-Kill:
  - ""
  - ""
  - "&eYou successfully killed the &b%type%"
  - ""
  - ""
Failure-Kill:
  - ""
  - ""
  - "&eYou didn't kill the &b%type% &esuccessfully, good luck next time!"
  - ""
  - ""

#Should All Players be notified if the player successfully, kills the Fallen Hero?
Alert-All-Players-On-Success-Kill: true

#The alert message that will be sent to all the players online, if the player successfully kills the Fallen Hero
Alert-All-Message:
  - ""
  - ""
  - "&b%player% &esuccessfully killed the &b%type%"
  - ""
  - ""

#Should the set gear/items drop (not the one that is dropped if the chance is true) if the kill wasn't successfull?
Drop-Failure-Gear: true

#If this is true the items that are set if the success if true, will be automatically added the the killer's inventory!
#If this is false, items will just drop normally
Win-Items-To-Inventory: false

New Section to FallenHeroes.yml
PHP:
    Mob-Type: SKELETON
    Minions:
      use: true
      Name: '&e%HERO%''s Minion'
      Spawn-Amount: 5
      Spawn-Delay: 7
      Baby-If-Zombie: true
    Armor:
      Chestplate:
        Use: true
        Item:
          ==: org.bukkit.inventory.ItemStack
          type: DIAMOND_CHESTPLATE
          meta:
            ==: ItemMeta
            meta-type: UNSPECIFIC
            enchants:
              PROTECTION_ENVIRONMENTAL: 4
    Weapon:
      Item:
        ==: org.bukkit.inventory.ItemStack
        type: GOLD_AXE
        meta:
          ==: ItemMeta
          meta-type: UNSPECIFIC
          enchants:
            DAMAGE_ALL: 3
            DIG_SPEED: 5
            DURABILITY: 3
      Use: true
^^ Thats just an example of the fallen hero having an axe and chestplate it's also a skeleton.

VALID MOB TYPES:
  • skeleton (non-case-sensitive)
  • zombie (non-case-sensitive)
 
Last edited:
Banned forever. Reason: Scamming (https://builtbybit.com/threads/thecrystalstar-scam-report.276555/)

ProfessionalDev

Feedback score
1
Posts
282
Reactions
111
Resources
0
Looks good! Keep up the work! ;)
If you would like some help with coding ask me :D

A heads up is to fix the pictures. I still see ["IMG"] without the "
 
Last edited:

TheCrystalStar

Banned
Feedback score
2
Posts
213
Reactions
65
Resources
0
Last edited:
Banned forever. Reason: Scamming (https://builtbybit.com/threads/thecrystalstar-scam-report.276555/)

ProfessionalDev

Feedback score
1
Posts
282
Reactions
111
Resources
0

TheCrystalStar

Banned
Feedback score
2
Posts
213
Reactions
65
Resources
0
It is probably my browser for me. Since on other threads it doesn't show anything but the
Strange, Okay I added the links the the thread Try those. I will legit cri if those don't work
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/thecrystalstar-scam-report.276555/)

ProfessionalDev

Feedback score
1
Posts
282
Reactions
111
Resources
0
Strange, Okay I added the links the the thread Try those. I will legit cri if those don't work
They do. I just found out some reason in my threads it shows the


I see your pictures though for me, So your fine :D
 

Miffedgrunt

Premium
Feedback score
7
Posts
99
Reactions
27
Resources
0
Bought the plugin yesterday. Does what it's supposed to. Nice little plugin for the price.
 

TheCrystalStar

Banned
Feedback score
2
Posts
213
Reactions
65
Resources
0
Bump
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/thecrystalstar-scam-report.276555/)
Status
This thread has been locked.
Top