Boat dispenser plugin

Discussion in 'Archived: Plugin Requests' started by vargath, Jan 24, 2011.

  1. Hi im looking for a boat dispenser.

    The new dispenser system only create inventory boats and not the real boats.

    Is it possible to create a plugin for this? So I can create a water slide?
     
  2. Offline

    Cyphix

    What should be the trigger?

    It's kind of a one liner.
    event.getBlock().getWorld().spawnBoat(event.getBlock().getLocation());
     
  3. Just activation by redstone.

    Like the original dispensers.
     
  4. Offline

    paletas

    This sounds like a fun plugin, and if it would also work with minecarts would make it even better.
     
  5. Offline

    Cyphix

    Attached.
    Allows you to make a sign like so:

    BOAT
    [Dispenser]
    -1

    CART
    [Dispenser]
    1

    Format is BOAT/CART - boat or cart dispenser.
    [Dispenser] - always the same
    Y Offset - height offset from the sign to make the object at.

    Sign can be wallmounted or standalone. Will spawn the object when the signal goes high.

    Unfortunately, I cannot share this around in the release section as I am not a "Plugin Developer".
     

    Attached Files:

  6. Awesome thanks :)
     
  7. Offline

    cppchriscpp

    Simple, but effective. I would like to see about making this work with actual dispensers in the future; IE put a boat in and it shoots an actual boat out. It'd be more natural. I know of quite a few users who would love to see this with minecarts; I can see notch implementing this in the future. I've also got my own fun ideas involving pork and leather, but I will keep those quiet. Not sure what of this is available in the API at current though; I'll need to take a look at that.

    Also, I would not worry about getting a plugin developer title -- I think you get that when you release a plugin. I'm guessing you can submit your plugin in "Plugin Submissions" still, and as long as you follow the guidelines I guess you get the title. I didn't even notice I had it until recently, but I guess I've had it for a while.
     
  8. Offline

    M1sT3rM4n

    Just spawn boats in your inventory, make a dispenser with a button, the fill the dispenser up with boats :p
     
  9. Offline

    Subcode

    i cant get this to spawn a cart that will run on rails.
    it will spawn the cart, but the cart just hangs next to the rails.
    also you have to power the sign from the front and cant power it from the back.
    its a very good plugin but it would be nice if the carts landed on the track instead of slightly half on it.
     

Share This Page