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.
Love the plugin, using this on my PvP server. ;) Keep up the great work!
@CBst
It should work like this.
Reasons it might break still:
spawner.break permission doesn't work.
@Darkseno
I will add that in the next version.
I come back to a new question. I wanted to know if it was possible to allow players to break, only the mobspawner he asks ? (sorry for my bad english! I'm French.)
@ryvix
@Darkseno
As shown in the link under the Entities section above:
Iron Golem = VillagerGolem
Magma Cube = LavaSlime
Hi! I want to know why I can not give Iron Golem to spawn or to Magma Cube, sorry for my bad english ...
@darksoulpk68
Glad you like it =)
I have finished some of the todo items but haven't tested enough yet and will finish the rest soon. Been working on some other plugins as well.
You can learn more about coding for bukkit and get help from the bukkit forums and wiki http://wiki.bukkit.org/Main_Page
THANK YOU !!
This plugin is REALLY awesome ! I used it to build a Mob Spawner :3 Instead of using "/powertool spawner zombie" for change each Spawners one by one, i used this, REALLY useful ! Hope that you gonna complete your TODO list soon, cause these adds will be really useful ! :3 I don't know how hard it is to build a Plugin, maybe you could learn me ? i'm starting Java coding, so i know some things. I still don't even know how you do to make your thing be an addon of MineCraft, This is really cool. I need to learn to build my own Plugins, i wanted to take Citizens and add it into PlotMe, like, Everytime that someone claim a Plot, his Skin appears on the corner of the Plot. I searched if it was already did, but no. So i'm learning java :3
Hi! This is a good plugin, but i need more options...
It's possible to add some perms like:
permission for every world
spawner.name_of_the_world.mine
or
spawner.mine.entity
for mining only specified spawners
or something similar...
thx
I will add all these suggestions to the todo list when I get a chance.
This is an amazing plugin! I use it on my server and i love it! One thing i wish you would add though is different permissions to mine different spawnes. So a player needs the permission spawner.mine.zombie to mine zombie spawners. That is just an idea. I will be watching out to see if you add it! Thanks once again.
New suggestion!
Add /spawner help
Can you add an error message when people have access to a spawner command but they are not looking or holding one? People on my server are complaining about this.
After looking at the source code for the spawner list command cant you just do like
if (sender.hasPermission("spawner.set.*") || sender.hasPermission("spawner.set." + args[0].toLowerCase())) {
send.senderchat(chat.colorRED "You may set spawners to " +args)
Or something like that. I don't know to much java.
@Luuukkass
Sorry, I have my own server to take care of and various other jobs I do and don't really have time to take care of other peoples servers. However if you have an idea for the plugin I could try to implement it eventually.
Hey ryvix what do you thing from the idea of being my server developper it containt you get high rank on the server , i still need some help on plugins and some new plugins before i release server. If the server gains money you will also receive a part of it ...
@FailingIcarus
lol me too, guess what i forgot, PERMS LOL
Edit: Figured it out.