Spider Race (Racing plugin)

Discussion in 'Archived: Plugin Requests' started by wowzersam, Feb 25, 2014.

  1. Offline

    wowzersam

    Proposed Name: Spider Racer

    Category: Fun

    What I would like:

    Hello, What I want is a racing type plugin which allows you to mount a spider, and jump over cobwebs to get to the end. The first player to get to the end of the race wins. Additionally, there would be blocks (i.e.: gold block: jump boost, diamond block: speed boost) which give players special buffs for a short period of time. I would like so that cobwebs would not hold you in so long, and would drop you faster (if that is not possible, maybe you have to double jump to jump out of the web and keep going). The ground would be ice, so its easier to run and jump. Over all I think this would be a really fun plugin! Thanks in advance!

    Ideas for commands: You choose!

    Ideas for Permission: You choose!

    When I'd like it by: 2-4 weeks :D

    My Skype: Wowzersam
     
  2. Offline

    Alshain01

    This isn't really possible. Players can't ride spiders, plugins can't add that in.
     
  3. Offline

    TryB4

    Alshain01
    Sure they can.
    spider.setPassenger(player) ? :)
     
  4. Offline

    Alshain01

    Returns false.
     
  5. Offline

    Desle

    Alshain01
    I'm not sure how you tested it, but it works perfectly fine.
    Code:java
    1. Spider spider = (Spider) Bukkit.getPlayer("Desle").getWorld().spawnEntity(Bukkit.getPlayer("Desle").getLocation(), EntityType.SPIDER);
    2. spider.setPassenger(Bukkit.getPlayer("Desle"));
     
  6. Offline

    wowzersam

    Will you make this Desle?
     
  7. Offline

    c0mp

    Cleaned up bump-spam!
     
  8. Offline

    Wolfey

    This is a little harder then just setting a passenger to an entity. It's gonna take some time. He might not do it.
     

Share This Page