MergedMob (with custom mob drops configuration)

 MergedMob (with custom mob drops configuration) 13.8.1

MergedMob (with custom mob drops configuration)
LEAKERS NOTE: This resources is donated by @Siluminate
Original Link: https://www.spigotmc.org/resources/mergedmob-with-custom-mob-drops-configuration.11399/
Please Give me a positive rating as a token of appreciation
DONATION: Want more plugins donate any amount to
paypal.me/qtchan
Tested Minecraft Versions: 1.7, 1.8, 1.9, 1.10, 1.11, 1.12
Under 18? Make sure you have your parent's permission before you buy!

For Plugin Support, please use the discussion forum. You can also use

Since there is not any mob merge plugin which does what I wanted, I made this...

This plugin allows nearby living entities to be merged into one entity. By doing this merging, you can significantly reduce the number of living entities (mobs) on your server -> reduce lags.


20ca482a1aca68d9da7767ff26cabd6a-png.62503
2015-08-25_02-35-45-png.62221
2015-08-25_02-36-20-png.62222
2015-08-25_03-05-12-png.62223
2015-08-25_03-05-21-png.62224

Commands:
  • /mergedmob | /mergedmob help : displays the help menu
  • /mergedmob reload : reloads the configuration file.
  • /mergedmob killall : removes all merged mobs.
Permission Node:
  • mergedmob.reload: allows you to reload the config file.
Installation:
You just install MergedMob.jar into "plugins" folder.

Configuration:
Code:
Messages:
  ErrorMsg : "&c[MergedMob] : Some error occured."
  NoFakeEgg: "&c[MergedMob] : You cannot fake merged mobs!"
  MergedMobAllKilled: ""  # "&a[MergedMob] : a merged mob killed."
  MergedMobKillAllCompleted: "&a[MergedMob] : Kill all completed.";

HelpMessages:
  banner:
    msg: "=== &e[&aMergedMob Commands List (%version%)&e] &r==="
  help:
    msg: "&a/mergedmob help : displays this help menu."
  reload:
    msg: "&a/mergedmob reload : reloads config file."
    permission: "mergedmob.reload"
  debug:
    msg: "&a/mergedmob debug <true|false> : turn on / off the debug mode."
    permission: "mergedmob.debug"
  killall:
    msg: "&a/mergedmob killall : kills all merged mobs."
    permission: "mergedmob.killall"

# Available merge scheme 1, 2, or 3.
# scheme 3 is least CPU/Memory intensive scheme.
MergeScheme: 3

MergeCheckInterval: 20      #in ticks.

NumberRegex: "([0-9]+)(X)"     #this corresponds to %number%X in DisplayFormat
DisplayFormat: "&d%number%X &6%type%"

# whether spawner spawned mob will have AI or not
SpawnerMobAI: true

# whether tamed and leashed mobs should be merged
MergeTamedMobs: false
MergeLeashedMobs: false

# limit merge to spawner mobs
MergeOnlySpawnerMobs: false

# whether villager zombies should be merged
MergeVillagerZombie: false
MergeBabyZombie: false

# whether leave 10 villagers nearby
LeaveMinimumVillagersForIronGolem: true

# whether mobs with different equipments should get merged or not
MergeEquipped: false

# whether baby mobs get merged with the normal mob.
MergeBabyAnimal: false

# for merge_type,
# AVERAGE : merged mob's health would be the average of all merged mobs
# MINIMUM : merged mob's health would be the minimum health of all merged mobs
# MAXIMUM : merged mob's health woudl be the maxinum health of all merged mobs
# FULL : merged mob's health would be always full.
DefaultMergeType: AVERAGE

#
# if the cause of mob death was one of reason listed beloe
# only one mob in the merged mob will be killed.
# all other cause will kill entire merged mobs.
# followings are the cause of damae you can specify
#
# BLOCK_EXPLOSION : Damage caused by being in the area when a block explodes.
# CONTACT : Damage caused when an entity contacts a block such as a Cactus.
# CUSTOM : Custom damage.
# DROWNING : Damage caused by running out of air while in water
# ENTITY_ATTACK : Damage caused when an entity attacks another entity.
# ENTITY_EXPLOSION : Damage caused by being in the area when an entity, such as a Creeper, explodes.
# FALL : Damage caused when an entity falls a distance greater than 3 blocks
# FALLING_BLOCK Damage caused by being hit by a falling block which deals damage
# FIRE : Damage caused by direct exposure to fire
# FIRE_TICK : Damage caused due to burns caused by fire
# LAVA : Damage caused by direct exposure to lava
# LIGHTNING : Damage caused by being struck by lightning
# MAGIC : Damage caused by being hit by a damage potion or spell
# MELTING : Damage caused due to a snowman melting
# POISON : Damage caused due to an ongoing poison effect
# PROJECTILE : Damage caused when attacked by a projectile.
# STARVATION : Damage caused by starving due to having an empty hunger bar
# SUFFOCATION : Damage caused by being put in a block
# SUICIDE : Damage caused by committing suicide using the command "/kill"
# THORNS : Damage caused in retaliation to another attack by the Thorns enchantment.
# VOID : Damage caused by falling into the void
# WITHER : Damage caused by Wither potion effect

#
# This option is now deprecated.  Please start using CauseToKillAll option.
CauseToKillOne:
  - ENTITY_ATTACK
  - PROJECTILE
  - FIRE

CauseToKillAll:
  #- DUMMY
  - FALL
  - FIRE

# default is LOW, you can have LOWEST, LOW, NORMAL, HIGH, HIGHEST or MONITOR
EntityDeathEventPriority: LOW

# if this option is true, the plugin will attempt to kill all merged mobs
# when the mergedmob is killed.
EnableKillAll: false

# if thie option is true, the drops from kill all will be randomized.
# if it's false, drops will be simply multiplied by the merged count.
RandomizeKillAllDrops: true

# Chicken Egg Drop Randomisor
# if one egg is dropped, the percentage represented by the following rate
# would also drop eggs.
# num_of_egg = merged_count * EggDropRate * random (0.0 - 1.0);
EggDropRate: 0.5

#
# Sheep related
# if MergeSheard: true, shearing will drop wool * merged count
MergeSheared: false
MergeColored: false

#
# Mobs with armors/weapons
# if MergeEquipped is false, mobs with different armors/weapons won't get merged.
MergeEquipped: false

#
# if this option is true, Lore is used to tag spawned mob's equipment.
UseLore: false

#
# this option will discard equipped armors and weapons (in hand) for stacked drop
# only the 1st skilled one will drop it.
CopyEquipment: false

#
# this option will permanently show the merged mob name tab.
PermShowDisplayName: false

# merging will be disabled in the world listed here.
#DisabledWorlds:
#  - plotworld

# merging will be disabled in the worldguard region listed here.
DisabledWorldGuardRegions:
  - nomerge

#
# list all mobs you wish them to merge in this section.
#
Mobs:
  CHICKEN:
    radius: 1
    leave_pair: true
    merge_type: AVERAGE
    max: 50   # max number of mobs being stacked, -1 = infinite.
  COW:
    radius: 1
    leave_pair: true
    # if this option is true, when you feed merged animal, you can get baby, whose number is merged count / 2.
    # default option is false;
    breeding: true
  PIG:
    alias: "&dPiggy!"
    radius: 1
    leave_pair: true
    Drops:
      Item0:
        chance: 0.7
        item: "268:0 min:1 max:1 name:'My_SWORD!!' lore:This_is|my_Swrod!! Sharpness:1"
      Item1:
        chance: 0.5
        item: "269:0 min:1 max:5 name:'spade!!' lore:This_is|my_spade!! Efficiency:1"
  SHEEP:
    radius: 1
    leave_pair: true
  VILLAGER:
    radius: 1
    leave_pair: true
    merge_type: MAXIMUM
  WOLF:
    radius: 1
    leave_pair: true
  BLAZE:
    radius: 1
  SKELETON:
    radius: 1
  ZOMBIE:
    radius: 1
    merge_type: MINIMUM
  SPIDER:
    radius: 1
  CAVE_SPIDER:
    radius: 1
  CREEPER:
    radius: 1
  ENDERMAN:
    radius: 3
  GHAST:
    radius: 1
  GUARDIAN:
    radius: 1
  IRON_GOLEM:
    radius: 2
  SLIME:
    radius: 1
  WITCH:
    radius: 1
License:
License for MergedMob
License Summary

  • Commercial use allowed
  • Cannot modify source-code nor binary-code for any purpose (cannot create derivative works)
  • Attribution to software creator must be made as specified:
    Licensee must clearly state where you obtained this piece of software form
  • Additional terms:
    Do not reverse engineer this software including decompiling of the distributed code.
THE SOFTWARE - Terms and conditions
    • Preamble: This Agreement sets the terms, rights, restrictions and obligations on using [MergedMob] (hereinafter: The Software) created and owned by Licensor, who is the original author and copyright holder of this Software, as detailed herein. This Agreement, signed on the date of your purchase or the date you obtained this software [hereinafter: Effective Date] governs the relationship between YOU (who obtained this software), a Business Entity, (hereinafter: Licensee) and LICENSOR, a LICENSOR AFFILIATION whose principal place of business is (Hereinafter: Licensor).
    • License Grant: Licensor hereby grants Licensee a Personal, Non-assignable & non-transferable, Commercial, Royalty free, Without the rights to create derivative works, Non-exclusive license, all with accordance with the terms set forth and other legal restrictions set forth in 3rd party software used while running Software.
      1. Limited: Licensee may use Software for the purpose of:
        1. Running Software on Licensee’s Website(s) and Server(s);
        2. Allowing 3rd Parties to run Software on Licensee’s Website(s) and Server(s);
        3. Publishing Software’s output to Licensee and 3rd Parties;
        4. Distribute verbatim copies of Software’s output (including compiled binaries);
      2. Non Assignable & Non-Transferable: Licensee may not assign or transfer his rights and duties under this license.
      3. Commercial, Royalty Free: Licensee may use Software for any purpose, including paid-services, without any royalties
      4. With Attribution Requirements: Licensee must clearly state where you obtained this piece of software form
    • Term & Termination: The Term of this license shall be until terminated. Licensor may terminate this Agreement, including Licensee’s license in the case where Licensee :
      1. became insolvent or otherwise entered into any liquidation process; or
      2. exported The Software to any jurisdiction where licensor may not enforce his rights under this agreements in; or
      3. Licensee was in breach of any of this license's terms and conditions and such breach was not cured, immediately upon notification; or
      4. Licensee in breach of any of the terms of clause 2 to this license; or
      5. Licensee otherwise entered into any arrangement which caused Licensor to be unable to enforce his rights under this License.
    • Payment: In consideration of the License granted under clause 2, Licensee shall pay Licensor a FEE, via Credit-Card, PayPal or any other mean which Licensor may deem adequate. Failure to perform payment shall construe as material breach of this Agreement.
    • Upgrades, Updates and Fixes: Licensor may provide Licensee, from time to time, with Upgrades, Updates or Fixes, as detailed herein and according to his sole discretion. Licensee hereby warrants to keep The Software up-to-date and install all relevant updates and fixes, and may, at his sole discretion, purchase upgrades, according to the rates set by Licensor. Licensor shall provide any update or Fix free of charge; however, nothing in this Agreement shall require Licensor to provide Updates or Fixes.
      1. Upgrades: for the purpose of this license, an Upgrade shall be a material amendment in The Software, which contains new features and or major performance improvements and shall be marked as a new version number. For example, should Licensee purchase The Software under version 1.X.X, an upgrade shall commence under number 2.0.0.
      2. Updates: for the purpose of this license, an update shall be a minor amendment in The Software, which may contain new features or minor improvements and shall be marked as a new sub-version number. For example, should Licensee purchase The Software under version 1.1.X, an upgrade shall commence under number 1.2.0.
      3. Fix: for the purpose of this license, a fix shall be a minor amendment in The Software, intended to remove bugs or alter minor features which impair the The Software's functionality. A fix shall be marked as a new sub-sub-version number. For example, should Licensee purchase Software under version 1.1.1, an upgrade shall commence under number 1.1.2.
    • Support: Software is provided under an AS-IS basis and without any support, updates or maintenance. Nothing in this Agreement shall require Licensor to provide Licensee with support or fixes to any bug, failure, mis-performance or other defect in The Software.
      1. Bug Notification: Licensee may provide Licensor of details regarding any bug, defect or failure in The Software promptly and with no delay from such event; Licensee shall comply with Licensor's request for information regarding bugs, defects or failures and furnish him with information, screenshots and try to reproduce such bugs, defects or failures.
      2. Feature Request: Licensee may request additional features in Software, provided, however, that (i) Licensee shall waive any claim or right in such feature should feature be developed by Licensor; (ii) Licensee shall be prohibited from developing the feature, or disclose such feature request, or feature, to any 3rd party directly competing with Licensor or any 3rd party which may be, following the development of such feature, in direct competition with Licensor; (iii) Licensee warrants that feature does not infringe any 3rd party patent, trademark, trade-secret or any other intellectual property right; and (iv) Licensee developed, envisioned or created the feature solely by himself.
    • Liability: To the extent permitted under Law, The Software is provided under an AS-IS basis. Licensor shall never, and without any limit, be liable for any damage, cost, expense or any other payment incurred by Licensee as a result of Software’s actions, failure, bugs and/or any other interaction between The Software and Licensee’s end-equipment, computers, other software or any 3rd party, end-equipment, computer or services. Moreover, Licensor shall never be liable for any defect in source code written by Licensee when relying on The Software or using The Software’s source code.
    • Warranty:
      1. Intellectual Property: Licensor hereby warrants that The Software does not violate or infringe any 3rd party claims in regards to intellectual property, patents and/or trademarks and that to the best of its knowledge no legal action has been taken against it for any infringement or violation of any 3rd party intellectual property rights.
      2. No-Warranty: The Software is provided without any warranty; Licensor hereby disclaims any warranty that The Software shall be error free, without defects or code which may cause damage to Licensee’s computers or to Licensee, and that Software shall be functional. Licensee shall be solely liable to any damage, defect or loss incurred as a result of operating software and undertake the risks contained in running The Software on License’s Server(s) and Website(s).
      3. Prior Inspection: Licensee hereby states that he inspected The Software thoroughly and found it satisfactory and adequate to his needs, that it does not interfere with his regular operation and that it does meet the standards and scope of his computer systems and architecture. Licensee found that The Software interacts with his development, website and server environment and that it does not infringe any of End User License Agreement of any software Licensee may use in performing his services. Licensee hereby waives any claims regarding The Software's incompatibility, performance, results and features, and warrants that he inspected the The Software.
    • No Refunds: Licensee warrants that he inspected The Software according to clause 7(c) and that it is adequate to his needs. Accordingly, as The Software is intangible goods, Licensee shall not be, ever, entitled to any refund, rebate, compensation or restitution for any reason whatsoever, even if The Software contains material flaws.
    • Indemnification: Licensee hereby warrants to hold Licensor harmless and indemnify Licensor for any lawsuit brought against it in regards to Licensee’s use of The Software in means that violate, breach or otherwise circumvent this license, Licensor's intellectual property rights or Licensor's title in The Software. Licensor shall promptly notify Licensee in case of such legal action and request Licensee’s consent prior to any settlement in relation to such lawsuit or claim.
    • Governing Law, Jurisdiction: Licensee hereby agrees not to initiate class-action lawsuits against Licensor in relation to this license and to compensate Licensor for any legal fees, cost or attorney fees should any claim brought by Licensee against Licensor be denied, in part or in full.

Latest updates

  1. 13.8.1

    13.8.1
  2. 13.7.0

    13.7.0
  3. 13.5.24

    13.5.24

Latest reviews

version paperspigot 1.8.8
errors on console & no stacks mobs
Can you pls update the resource?! ^^
Could you update to 11.22.2?
nice
Good can you update ? 11.8.1
K
Katheryn
Sure... Btw please use the discussion section for update requests thanks <3
Thanks so much for leak love you author ! <3
K
Katheryn
Thank you for this awesome review I love you too <3

Similar resources

EntityControl (works with MergedMob) K
Plot supported! No more lag from too many entities in chunks/plots! Let players use Mob Eggs!
0.00 star(s) 0 ratings
Downloads
149
Updated
EntityControl (works with MergedMob) MikeyBoy
Plot supported! No more lag from too many entities! You can let players use Mob Eggs!
0.00 star(s) 0 ratings
Downloads
39
Updated
BlackSpigot General Chat
Rules Help Users
    kaqzy_ @ kaqzy_: jeez how long does it take to get your plugin approved
    Top