Hello Community, I'm searching for a Plugin/Mod for an Grappling Hook in Minecraft. is it possible? [MERGETIME="1299945091"][/MERGETIME] help please^^
i dont know of one for multiplayer but their are ones for single player. ill look into makeing one for multiplayer
Nope, requires a client mod. Impossible to do on Bukkit, please don't argue. Don't mean to be grouchy, but I needed to get the point across.
SDK uses this and works on vanilla minecraft_server.jar, but unfortunately bukkit doesn't work with it. I have tested and tried many things to get SDK to work with bukkit, I can get the recipes to work but pulling the item from the creation box is impossible. Also I keep hearing that things like this won't work with bukkit and no one explains why. Mo'Creatures is going to be multiplayer soon if not already, Humans+ is testing multiplayer, as well as SDKs gun mod. Oh and that NPC bukkit mod being worked on right now that allows merchants. If it ends up requiring players to download content and clients to play, server owners do not care if the users have to.
Is it not possible to attach a grapling hook code to a bow, so you can activate the plugin with "/hook" while holding a bow. Whenever you shoot an arrow you get teleported to the point the arrow will land. So you can use the bow to climb mountains
theres one that does this...i think it's called elemental arrows? and couldnt you make a grapple hook mod using the fishing pole? EDIT by Moderator: merged posts, please use the edit button instead of double posting.
I already thought of this a month or two ago. It is not possible with a fishing pole because there is no event for the 'bob' colliding with something. It's up to Bukkit or Spout if you want to use a client mod, to implement that.
Users? Y U NO PLAY ZELDA? http://forums.bukkit.org/threads/fun-hookshot-v1-2-2-scale-mountains-with-a-hookshot-1000.16494/
The plugin has some problems with Spout and has a bug which allowes to break doors and some other blocks. Beside this the plugin should still work, at least with R4 or lower. I use it on my own server and it's indispensable for me. So I´ll maybe update or rewrite the plugin. (I think I need to do this with a lot of plugins with R5...)
Surely the game knows when the bobber collides with a block, even if it isn't exposed through the Bukkit API, right? Maybe you could access the net.minecraft.server fields using reflection, like in [SOLVED] On how to get the block an arrow lands in? You should The plugin (HookShot) looks really cool and well thought-out, would be a shame to have it die. SDK's mods, like most client-side mods with a server component, do not use the Bukkit API but either modify the class files directly or use another API like ModLoader or Forge. The CraftBukkit server mod changes the method and class names (partially deobfuscating them) from the vanilla minecraft_server.jar so plugins written for vanilla servers are not directly compatible with CraftBukkit. But this is fixable: mods can be "ported" to Bukkit and the Bukkit ports of ModLoaderMP and Minecraft Forge. I haven't done this myself, but the process as I understand it involves renaming the methods called by the mod to match CraftBukkit's renaming, and fixing any problems caused by the mod's assumptions which are no longer valid in CraftBukkit. Porting SDK's mods to Bukkit is entirely possible, but no one as far as I know has completed it. Anyone up for it? Yeah that's what I do with Bow + Feather Falling in EnchantMore, and its one of my favorite effects, but you'll fall down if you're teleported to the edge of a mountain (same as if it was an enderpearl). I just added "Bow + Feather Falling II = grapple hook" in EnchantMore 0.7.5. It isn't as sophisticated as HookShot or other mods/plugins (especially those requiring client side changes), but it works alright. You first have to obtain a bow with the Feather Falling II enchantment, then wherever arrows you shoot with this bow land, you'll be teleported – and if you hold Shift after teleportation, you can hang onto walls. It does this using an invisible ladder, expiring after several seconds. Let me know if this implementation meets your needs or if you have any suggestions.
How about this: Ropes+ According to the author, it was based on SDK's Grappling Hook idea, 303's Elemental Arrows, and DJRoslin's Rope. And there is a CraftBukkit 1.1-R4 port available from MC Port Central. edit: I installed the Ropes+ CraftBukkit mod to try it out.. the grappling hook works, but there is a serious bug: this mod makes bows unenchantable, and author has no plans to fix it. This may or may not be a problem for you, but its a show-stopper for me, so I'm uninstalling this mod . Looking forward to the HookShot update.
I´m gonna start now. It would be helpfull if you tell me what requirements and wishes do you have for this plugin.
Duuuuuude, check the post date! I posted that before Spout was even created. Hell, before BukkitContrib (former Spout) was created.