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.
-
View User Profile
-
Send Message
Posted Apr 1, 2013Love the plugin, using this on my PvP server. ;) Keep up the great work!
-
View User Profile
-
Send Message
Posted Mar 28, 2013@CBst
It should work like this.
Reasons it might break still:
-
View User Profile
-
Send Message
Posted Mar 27, 2013spawner.break permission doesn't work.
-
View User Profile
-
Send Message
Posted Mar 27, 2013@Darkseno
I will add that in the next version.
-
View User Profile
-
Send Message
Posted Mar 27, 2013I 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.)
-
View User Profile
-
Send Message
Posted Mar 27, 2013@ryvix
-
View User Profile
-
Send Message
Posted Mar 27, 2013@Darkseno
As shown in the link under the Entities section above:
Iron Golem = VillagerGolem
Magma Cube = LavaSlime
-
View User Profile
-
Send Message
Posted Mar 27, 2013Hi! I want to know why I can not give Iron Golem to spawn or to Magma Cube, sorry for my bad english ...
-
View User Profile
-
Send Message
Posted Mar 23, 2013@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
-
View User Profile
-
Send Message
Posted Mar 23, 2013THANK 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
-
View User Profile
-
Send Message
Posted Mar 13, 2013Hi! 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
-
View User Profile
-
Send Message
Posted Mar 11, 2013I will add all these suggestions to the todo list when I get a chance.
-
View User Profile
-
Send Message
Posted Mar 11, 2013This 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.
-
View User Profile
-
Send Message
Posted Mar 9, 2013New suggestion!
Add /spawner help
-
View User Profile
-
Send Message
Posted Mar 8, 2013Can 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.
-
View User Profile
-
Send Message
Posted Mar 7, 2013After 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.
-
View User Profile
-
Send Message
Posted Mar 7, 2013@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.
-
View User Profile
-
Send Message
Posted Mar 7, 2013Hey 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 ...
-
View User Profile
-
Send Message
Posted Mar 7, 2013@FailingIcarus
lol me too, guess what i forgot, PERMS LOL
-
View User Profile
-
Send Message
Posted Mar 5, 2013Edit: Figured it out.