Doors Open Doors
Based on Kassoon's single player mod which is featured in the Yogbox. This server side plugin will make doors open doors that are adjacent to each other.
- No commands.
- No permissions.
- Simply drag into "plugins" folder.
- Compatible with LWC. (Have to make sure both doors are locked)
-
View User Profile
-
Send Message
Posted May 9, 2013@y120
Sorry for the delayed response. I've been so busy with college that I haven't had the time to work on the abandoned plugins I was trying to maintain. (ControllerBlocks, DoorsOpenDoors, PortalLink, all of which have either been revived or shootoffs made.)
Nice job making a new plugin. ;) I'll have to check it out sometime soon. Hopefully I'll have some free time this Summer (unlikely as I'll be taking classes this Summer, ugh!) and try to take you up on that offer. ;)
-
View User Profile
-
Send Message
Posted Mar 17, 2013[shameless plug]
I didn't see ExtraordinaryBen's comment the first time, so I wrote from scratch a plugin similar in functionality, but including support for iron double doors and redstone activation; check it out?
Incidentally, Ben, if you'd like to help me dev it, I'd be up for that -- though I'd probably have to clean up the code to be less... terrible. :P
-
View User Profile
-
Send Message
Posted Feb 4, 2013It would be cool to extend this to include trap doors. Now that you can place them directionally, it is possible to setup pairs both vertically and horizontally,
-
View User Profile
-
Send Message
Posted Jan 31, 2013Works fine on 1.4.7 !
-
View User Profile
-
Send Message
Posted Jan 6, 2013Doesnt work on 1.4.6
-
View User Profile
-
Send Message
Posted Dec 18, 2012@CommanderGizmo
Glad to hear its still working on 1.3. :D However, the way doors worked changed in 1.2. I haven't made any builds specifically for 1.3/1.4
If it has stopped working in 1.4, it may be due to the same issue that has caused BlocksOnGlass to stop working. And if this is the case, there may be nothing I can to do resolve it until Mojang fixes the client.@CommanderGizmo: Sorry I never got around to the iron door. Summer turned out to be very busy volunteering at my local library. I still may get around to this, we'll see. ;)
Update: Okay, just did a test and its working fine in 1.4.2. :D
-
View User Profile
-
Send Message
Posted Nov 1, 2012This work with 1.4? If not, any alternatives?
-
View User Profile
-
Send Message
Posted Nov 1, 2012@GamminOut @timvisee
I haven't had any issue with 1.3.2. When did it break timvisee? This works fantastic on my server since it was made. I'm running 1.3.2-R3.0 and am about to update to 1.4.2-R0.1 to try it.
ExtraordinaryBen updated this specifically to work with 1.3.1 and above. Did you see his download links?
-
View User Profile
-
Send Message
Posted Oct 25, 2012@GamminOut
I haven't used this plugin for a while, that was because it broke, doors work in a different way since Minecraft 1.3 I thought. But sorry, I don't think this version will work with the newest bukkit :(
-
View User Profile
-
Send Message
Posted Oct 25, 2012will this work with 1.3.2?
-
View User Profile
-
Send Message
Posted Jun 27, 2012You could have a look at his one: IntilliDoors
-
View User Profile
-
Send Message
Posted Jun 12, 2012Okay, setting up the config file was easy. Inverting the Iron Doors is turning out not to be... :P
If you know of any open source plugins that invert iron doors let me know, I can look at their code for reference. ;)
-
View User Profile
-
Send Message
Posted Jun 9, 2012@CommanderGizmo
Got very busy with college, but Summer break is almost here so I should be able to start work on it soon. ;)
-
View User Profile
-
Send Message
Posted May 30, 2012Any word on updating this one?
-
View User Profile
-
Send Message
Posted May 4, 2012@CommanderGizmo
Yeah, I'll add it as a config. Just gotta learn Bukkit's Config API. ;) If it's not too hard maybe I can have it done over the weekend.
-
View User Profile
-
Send Message
Posted May 4, 2012@ExtraordinaryBen
Thanks! This is gonna be awesome!'
[EDIT] Oh yea, what about inverting the effect of redstone on iron doors? It can be an option in the config if you want or a second version of the plugin.
-
View User Profile
-
Send Message
Posted May 3, 2012Yeah, not sure what I was thinking in that last post. All that was needed was a listener for BlockRedstoneEvent.
DoorsOpenDoors now handles Redstone for wooden and iron doors!
-
View User Profile
-
Send Message
Posted May 3, 2012@CommanderGizmo
It should just be a matter of adding Material.IRON_DOOR to lines 27-37. I may even do it later today if I find the free time.
Feel free to give it a shot. I can always upload your changes to github. ;)
-
View User Profile
-
Send Message
Posted May 2, 2012@ExtraordinaryBen
Thanks! If I get some time, I might take a stab at it myself if you don't mind. I was thinking all that is required is to add another event hook for redstone state changes. I'm assuming the plugin is checking user interact events at the moment.
-
View User Profile
-
Send Message
Posted May 1, 2012Well I'll take a look into it. ;) I'm not quite use to Bukkit's config API yet. So it'll take a while. Especially since I'm working on other things. (College, Mods, updating Bukkit plugins like this and ControllerBlock, etc.)
I'll try to add opening adjacent iron doors around the weekend.