MergedSpawner (SilkSpawner/TokenEnchant/MergedMob etc support included)

 MergedSpawner (SilkSpawner/TokenEnchant/MergedMob etc support included) 12.4.0

Tested Minecraft Versions:
  • 1.8
  • 1.9
  • 1.10
  • 1.11
  • 1.12
  • 1.13

This plugin works on all 1.8 - 1.13 servers. You don't need to install different .jar files.

Under 18? Make sure you have your parent's permission before you buy!

For Plugin Support, please use the support site (vk2gpz.freshdesk.com). You can also use


NOTICE: If you have stacked mobspawners created by pre v4.0.0 MergedSpawner plugin, they will automatically updated to the newer merged spawners when one of the following happens:
  • add/remove a spawner,
  • mobs are spawned from the old merged spawner.
Since there is not any mobspawner merge plugin which does what I wanted, I made this...

How it works:
You first place a mob spawner, then you hit the placed mob spawner with another one (of the same kind). The new one will not be placed (on/under/next to), but merged. If you "break" the merged mob spawner, the count of the merged spawner will be decremented.

This plugin does not have mob stacking function. All spawned mobs are regular vanilla mobs. Ofc, this plugin works fine with plugin like MergedMob as shown in the video below.

Video demo

NOTE: The mob stacking in the video is done by MergedMob plugin. The information display header says "MergedMob" but it was my typo.

This plugin allows you to virtually stack mobspawner block of the same EntityType. By using this merged mobspawner, you will significantly reduce the space required to build your mob grinders. When mobs are spawned from the merged spawner, the number of spawned mob will be multiplied according to the number of merged spawners.

If plugins like MergedMob, SilkSpawners, this plugin will work with those plugins. This plugin may not be work with some plugins, which carelessly hijacks events and not allowing other plugins to process those hijacked events.

Commands: (alias: mspawner)
  • /mergedspawner | /mergedspawner help : displays the help menu
  • /mergedspawner reload : reloads the configuration file.
  • /mergedspawner info : displays the information on the spawner you're looking at.
  • /mergedspawner clean : (in case the plugin malfunction and left orphant markers on the map) cleans out all the orphant markers on the map.
  • /mergedspawner give <player> <mobtype> <amount> : gives <player> <amount> spawner of type <mobtype>.
  • /mergedspawner set <mobtype> [amount] : changes the mob type of the spawner you're looking at to <mobtype> and set the stacked size to [amount].
Permission Node:
  • mergedspawner.reload : allows you to reload the config file.
  • mergedspawner.clean : allows you to execute "clean" command.
  • mergedspawner.give : allows you to use "give" command.
  • mergedspawner.set : allows you to use "set" command.
Installation:
You just install MergedSpawner.jar into "plugins" folder.

Configuration:

For Developers:
You can develop your plugin, which talks to MergedSpawner using MergedSpawnerAPI. If you have a plugin, from which you wish to find out how many spawners are stacked in the spawner, you can invoke the following static method:
Code (Text):

MergedSpawner.getCountFor(Block spawner);

If you wish to use an event-driven approach, you can use the follwing events:
Code (Text):

@EventHandler
public void onMergedSpawnerPlaced(MergedSpawnerPlaceEvent e) {
Block spawnerBlock = e.getSpawner();
int newCount = e.getSpawnerCount();
EntityType type = e.getSpawnerType();
...
}

@EventHandler
public void onMergedSpawnerBroken(MergedSpawnerBreakEvent e) {
Block spawnerBlock = e.getSpawner();
int newCount = e.getSpawnerCount();
EntityType type = e.getSpawnerType();
...
}

License:
Author
Katheryn
Downloads
764
Views
2,079
Extention type
jar
File size
550.4 KB
Hash
03d29d94e23a3cc0677575d1455fe00e
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Katheryn

Share this resource

Latest updates

  1. 12.4.0

    12.4.0

Similar resources

MergedSpawner (mcMMO/SilkSpawner/etc support included!) Sauron
Stack multiple mob spawner (of the same kind) into just one spawner.
Downloads
1,424
Updated
TokenEnchant Ragnar Lothbrok
Over 230 of fully customisable enchants! MUST HAVE plugin for Prison/Faction/PvP Server!
Top