Spawner
This plugin allows you to set mob spawner types and optionally gather mob spawners with a Silk Touch enchanted tool.
Thanks to @shop1126 for this video which showcases some of the plugin's features.
This plugin allows you to set mob spawner types and optionally gather mob spawners with a Silk Touch enchanted tool.
Thanks to @shop1126 for this video which showcases some of the plugin's features.
In reply to MasterMithrandir:
Please update to 1.
13 for spigot
I'm sure people are going to ask soon. Spawner 3.0 for Spigot 1.13 is in the works. It will only work with 1.13 though, not older versions. I pushed a commit to the 3.0 branch on gitlab but it has minimal testing and is missing some new features and whatnot that I want to work on still. The config has been reworked and manual migration is still necessary. I'll work on finishing it in the next few days.
In reply to ryvix:
In reply to xulith:
thankkkkkkk
Awesome plugin ! ! !
Love it and use it a lot.
Thanks you ryvix ! ! !
What are the chances this can be ported over to Sponge?
I use it for my Spigot, but am building a Modded Sponge 1.12.1 Server and would love to
see it for that server, there's probably a ton of people that would love it also.
Thanks for your time.......
Good Job !
In reply to DjSpecialK:
Spawner v2.8.3-1603e95
Spawner v2.8.3
Help with drops?
In reply to AwesomeTMC:
#
# type - Material type of the item to drop.
# amount - number of items to drop.
# damage - the amount of damage it has.
# data - the data value. For dropping a mob egg this would be the entity id.
# silk - true: silk touch for drops
# false: no silk touch and silk touch still drops a spawner
#
# Example:
#
# Creeper:
# type: MONSTER_EGG
# amount: 1
# damage: 0
# data: 50
# silk: false
#
In reply to AwesomeTMC:
In reply to ryvix:
In reply to ryvix:
In reply to AwesomeTMC:
This plugin only controls the drops from the spawners themselves. If you want to get mobs to drop diamonds there are other plugins for that:
https://www.spigotmc.org/resources/custommobdrops.9302/
https://www.spigotmc.org/resources/dropedit-easy-edit-mob-drops.10858/
And probably more.
If you want spawners to drop stuff you just have to enter the meterial type which you can get from here:
https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
And you can edit the other options however you want them. You could set it to something like:
type: DIAMOND_ORE
amount: 1
damage: 0
data: 0
silk: false
In reply to ryvix:
Help! Every time i place a spawner creeper,cow, etc.. it starts out as a pig spawner spawns a few pigs then turns into the spawner its suppose to be. i don't know how to fix so that its the right spawner right from the beginning.
In reply to Copendub:
In reply to ryvix: