MobStacker2

NULLED MobStacker2 1.6.2

No permission to download
Tested Minecraft Versions:
  • 1.7
  • 1.8
  • 1.9
  • 1.10
  • 1.11


What is MobStacker2?


MobStacker2 is a highly efficient, customizable and easy to use plugin for lifting entity stress from your server.

It works by grouping stacks of mobs together based on different configurable settings in the config.

Why is this any different to the others I see?

MobStacker2 works on a different system to any other mob stacking plugin. Most plugins will loop through every single entity in every world many times in a second. MobStacker2 however puts a "radar" on each mob as it spawns. This means that mobs are only trying to stack if they are able to, rather than checking them when we know they shouldn't stack. These radars can be individually controlled and gives you a lot more control over what stacks and what doesn't without wasting resources.

Just look at the config below and see just how much you can customize!

Supported Plugins:
  • mcMMO
  • WorldGuard
  • ClearLagg
  • MythicMobs (Keeps separate, doesn't integrate)
Supported versions:
  • Spigot 1.7 - 1.11
  • PaperSpigot is also supported for the same versions as Spigot.

  • Set stack name how you want
  • Change the range to try stack in
  • Set how long to try stack each mob for
  • Protect named mobs
  • Separate stacks by age
  • Leash settings
  • Stacks of chickens drop a proportional amount of eggs
  • Protect tamed mobs from stacking
  • Options to kill full creeper stack
  • Option to magnify creeper explosion to stack size (With limit)
  • Option to stack through walls
  • Separate stacks by colour
  • Separate by sheared
  • Carry over fire settings
  • Max stack sizes
  • Max mobs per chunk
  • Blacklist worlds
  • Stacks stay between restarts
  • Nerf mobs from certain spawn methods
  • Block mcMMO xp from mobs from set spawn methods
  • Block mobs from stacking is certain WorldGuard regions
  • Stack certain mobs towards the ground, like blazes.
  • Options to kill full stack on death
  • Proportionate loot including cooked, rare and uncommon drops
  • Set which mobs are stacking
  • Set which spawn methods are stacking


Default Name Layout:


Commands:
/mobstacker toggle
(mobstacker2.toggle) - Toggles whether mobs are stacking
/mobstacker reload (mobstacker2.reload) - Reloads the config
/mobstacker inspect (mobstacker2.inspect) - Shows stack info on the stack you are looking at.
/mobstacker stacking <true || false> (mobstacker2.stacking) - Allows you to set where the stack you are looking at should stack or not.
/mobstacker quantity <int> (mobstacker2.quantity) - Allows you to set the quantity of the stack you are looking at.
/mobstacker clear (mobstacker2.clear) - Removes all stacks and provides info on how much was cleared.
/mobstacker remove (mobstacker2.remove) - Removes the stack the command user is looking at.
/mobstacker trystack (mobstacker2.trystack) - Will tell the entity you are looking at to try stack to other entities around it.
/mobstacker stats (mobstacker2.stats) - Returns info on how many stacks there is on the server, how many mobs they represent and what % MobStacker2 has lowered those entity number by.
/mobstacker region <add || remove> <regionID> (mobstacker2.region.add/remove) - Allows you to blacklist/un-blacklist WorldGuard claims. Adding a claim to the blacklist will stop mobs stacking in there.

Aliases: mobstacker, mstacker, ms


Default Config
Code (YAML):

# The naming layout for stacked mobs. Use the {QTY} and {TYPE} tags, along with normal colour codes to customise the in game display.
stack-naming: '&e&l{QTY}X &6&l{TYPE}'

# How far around the mob should the plugin check for mobs to stack to?
stack-range:
x: 5
y: 2
z: 5

# How many seconds after a mob spawns should the plugin check for mobs to stack to?
# The higher the number, the more work for the server to do. Keep this rather low. In SECONDS NOT TICKS.
# Set to 0 to only try stack on spawn. Set to -1 to never stop trying to stack (Possibly lag inducive for larger number of mobs (1000+).
seconds-to-try-stack: 5

# If false, stacks names will be visible at all times. While true names will only be visible while close to the stack
hide-stack-names: true

# If false, named mobs will not stack, meaning pets are protected.
stack-custom-named-mobs: false

# If false mobs will stack regardless of age (Baby or adult)
stack-by-age: true

# False means that animals on a leash will not stack.
stack-leashed-animals: false

# Upon leashing an entity, should the full stack be leashed, or just one?
leash-whole-stack: false


# Protect tamed animals from being stacked on?
protect-tamed: true

# If a creeper stack explodes, should the whole stack die?
exploding-creeper-kills-stack: true

# Should a creepers explosion be made larger if the full stack explodes? exploding-creeper-kills-stack: must be true for this to work.
magnify-stack-explosion:
enable: false
max-creeper-explosion-size: 5

# If true mobs will stack through walls.
stack-through-walls: false

# Should coloured mobs, like sheep, be stacked separately?
separate-stacks-by-color: true

# Should sheep be separated based on whether they are shorn or not?
separate-by-sheared: true

# If a burning stack dies, should the remaining burn time for the previous mob be carried on to the next?
carry-over-fire:
enabled: false
# If star-new-burn is true, it will be as if the next mob in the stack has been set on fire again, otherwise it will only burn for the remaining
# time of the previous mob.
start-new-burn: false
# When a new burn starts after a stack dies, how many ticks should it burn for? 100 ticks is 5 seconds.
new-burn-ticks: 100

# What should the max stack size be for certain mobs? If a mob isn't listed, the stack size isn't limied. Add Mobs as shown below to create a stack limit.
max-stack-sizes:
IRON_GOLEM: 10

#This will limit the number of mobs in a chunk by their type. A stack of 10 counts as 10 mobs.
max-mobs-per-chunk:
PIG: 100

# List worlds that no mobs will ever stack in. Write ALL world names in ONLY lower case.
blacklist-world:
- example-world

# For which spawn methods should mobs be nerfed? Nerfed mobs can still be moved, but will not target or attack a player.
mob-nerfing:
- SPAWNER

# Stacks from these spawn methods will not give any mcMMO experience
no-mcmmo-exp:
- SPAWNER
- SPAWNER_EGG

# Leaving this true will clear mob stacks if you use ClearLag(g)
clear-lag: true

# Should mobs always stack towards the ground? Useful for flying mobs, like blazes and ghasts.
stack-mobs-down:
enable: true
mob-types:
- BLAZE
- GHAST

# If a stack of mobs fall off should the full stack die, or just one mob in the stack?
# All damage causes can be found at https://hub.spigotmc.org/javadocs/spigot/org/bukkit/event/entity/EntityDamageEvent.DamageCause.html
kill-whole-stack-on-death:
enable: true
multiply-loot: true
looting: false
reasons:
- FALL

# When the server restarts should stacks be removed?
# Memory refers to how may UUIDs are remembered. One UUID is added per restart. If a mob was unloaded 'memory' restarts ago, it will not load back in properly.
save-on-restart:
enabled: true
memory: 30

# Mobs marked with true WILL attempt to stack. Mobs spawned by building (Golems and Wither) are a bit buggy, so it is suggested to leave them false.
stack-mob-type:
BAT: true
BLAZE: true
CAVE_SPIDER: true
CHICKEN: true
COW: true
CREEPER: true
ENDERMAN: true
ENDERMITE: true
GHAST: true
GIANT: true
GUARDIAN: true
HORSE: true
IRON_GOLEM: true
MAGMA_CUBE: true
MUSHROOM_COW: true
OCELOT: true
PIG: true
PIG_ZOMBIE: true
RABBIT: true
SHEEP: true
SILVERFISH: true
SKELETON: true
SLIME: true
SNOWMAN: true
SPIDER: true
SQUID: true
VILLAGER: true
WITCH: true
WITHER: true
WOLF: true
ZOMBIE: true
POLAR_BEAR: true

# Spawn methods marked with true WILL attempt to stack. CUSTOM is mobs spawned by plugins - Including this one. Certain features require CUSTOM to be left true.
# Plugin will be effected is CUSTOM is set to false.
# It is suggested to leave BUILD spawn methods as false as it is able to be exploited in the right situation
stack-spawn-method:
SPAWNER_EGG: true
SPAWNER: true
BREEDING: false
BUILD_IRONGOLEM: false
BUILD_SNOWMAN: false
BUILD_WITHER: false
CHUNK_GEN: false
CURED: false
CUSTOM: true
DISPENSE_EGG: true
EGG: true
INFECTION: false
JOCKEY: false
LIGHTNING: false
MOUNT: false
NATURAL: false
OCELOT_BABY: false
SLIME_SPLIT: false
NETHER_PORTAL: true
MYTHIC_MOBS: false


Please keep feature requests and bug reports to the discussion page, NOT the reviews. The reviews section is solely for reviewing the plugin that is currently available, not for giving poor reviews to get my attention so I add a feature.

IMPORTANT: Users who are found to have distributed this plugin without permission of the author will be pursued. Please respect the hard work that went in to this and keep it to yourself <3
By purchasing this plugin you accept the following;

Bugs are a given as I am not able to test to every condition every user will ever have. If you do find a bug, please contact me on this site and I will help you resolve the issue.

If you purchase the plugin and it doesn't a feature that wasn't explicitly mentioned in this overview that is NOT grounds for a paypal dispute for "Item is significantly different from its description". If this is the case, please contact me and we can resolve the issue privately.

Distribution of this plugin is explicitly prohibited. I am no different to you, so why steal from me? Have some compassion and keep this to yourself. Leaks will be met with a DMCA take-down notice.

Replication of this plugin is prohibited. Personal use modifications are allowed, but while any line of original code is included, including obfuscated original source, the resulting source may not be distributed in any way, including as a compiled jar.



Report a bug HERE



Videos:


Thanks to maxmar628 (@Maximiliano) for this video covering the plugin in spanish!


YouTubers wishing to do a plugin review, please feel free to contact me to organise something.
Author
Direct-Leaks.com
Downloads
119
Views
269
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Direct-Leaks.com

Top