[REQ] Gravity Mod

Discussion in 'Archived: Plugin Requests' started by craztheking, Sep 2, 2011.

  1. Offline

    craztheking

    just a configurable mod where you can change gravity.
     
  2. Offline

    DRP96

    I think that would be only possible client-sided. Like the fly-mod. So I think there is no way to make a bukkit plugin for that.
     
  3. Offline

    alexh

    sorry mate thats pretty much impossible without something like spout client, and everyone on the server would need ne client so thats a BIG no no
     
  4. Ehm... Why exactly should it be impossible to manipulate the players velocity and it it's impossible why are there API calls like setVelocity() in bukkit? Also there are server-side flying mods... :p
     
  5. Offline

    Afforess

    FYI, Spout has API for this.

    player.setGravityModifier(double)
     
  6. @Afforess: And this is useable without a client mod (spoutcraft)? But even if so I think that function would just manipulate the players velocity, so... We could do that withoug spout, too. :)
     
  7. Offline

    Afforess

    Nope. Requires Spoutcraft.
     
  8. Offline

    craztheking

    thanks guys
     
  9. Offline

    LinkterSHD

    SPout still hasnt implented this idea into this
     
  10. Offline

    Wulfspider

    Any plugin can use our API to modify the gravity. Read what Afforess wrote. ;)
     

Share This Page