Wipeout Plugin?

Discussion in 'Archived: Plugin Requests' started by lcpvp, Dec 29, 2012.

  1. Offline

    lcpvp

    Can anyone make me a plugin like the show wipeout? I know their are maps for wipeout, which I would add, but can anyone make a arena setup? so like u set up signs that tp you to arena and once theirs enough ppl the game starts? and ppl go one at a time etc. Once theirs a winner everyone is sent back to the lobby and arena restarts. So kind of like the survival games but with wipeout. Anyone up for making this?

    bump

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 30, 2016
  2. Offline

    Archarin

    I think that would be very cool. Like set some blocks to bounce you off and have some be extra slippery. You could have foam that would be like white wool particles. Commentators that would say different things depending on how you fall. Prizes if you win. There could be timers. You could use plugins that make blocks move for like swinging arms. I think if someone could make this plugin it would be great for people that like parkour.
     
  3. Offline

    xXSilentYoshiXx

    Impossible. This would be a Client-Side mod, not a Server-Side mod. Go on MinecraftForums to ask for a Client-Side mod. This would not work for a server unless you can get them to make a Server-Side mod, but everyone who joins must have the Client-Side mod as well.
     
  4. Offline

    Jackbrook

    Why's that impossible? If you're referring to the different effects the blocks have such as "blocks to bounce you off", I've seen that on several servers that don't need a client-side mod. You could be referring to something else, but this seems pretty do-able, not that I know a great deal about developing plugins.
     
  5. Offline

    xXSilentYoshiXx

    Jackbrook
    No, I don't think this is possible. Blocks that bounce you off? That's a Client-Side mod like the mod More Pistons.
     
  6. Offline

    bushmaster1

    I think you could make a vanilla version with pressure plate connected to command block and slippery would be ice and you could probAbly get someone to make a plugin to make random blocks appear in a sertin place that could be the swinging arm
     
  7. Offline

    DSH105

    This plugin is entirely possible, but would take a lot of keeping track of blocks to make some of the machines work. For example, the Swinging Arm could be comprised of a number of blocks that are updated every few ticks, creating the illusion of a 'moving' entity. Once this arm hits the player, use setVelocity() to launch the player backwards. This idea of moving blocks is also used in this Bukkit Plugin: Weeping Angels.

    This can also be done in a Bukkit Plugin. One way to achieve this is to use setVelocity(). Take a look at this Plugin on BukkitDev: JumpBlocks.
     

Share This Page