Gravity

Discussion in 'Archived: Plugin Requests' started by badtouch3, May 24, 2014.

  1. Offline

    badtouch3

    - Plugin category: FUN ADDITIONS

    - Suggested name: Gravity

    - What I want:
    Something (seemingly) simple to simulate zero-g and low-g on a per-world basis (we use multiverse on our server to create new worlds).

    For zero-g, something like forcing players to always be in fly mode would work. If possible, making them fly slightly slower than normal would be nice so it feels more like you are floating than flying. When a player's feet touch the ground while they are in zero-g it would be nice if they stayed floating instead of going back to walking.

    For low-g, make it so that jumping makes you go somewhat higher (depending on the gravity level). Two good examples of this would be Galacticraft's moon environment or Sethbling's BlingGravity plugin.

    - Ideas for commands:
    /gravity toggle zero-g <world> {player}
    /gravity toggle low-g <world> {player}

    - Ideas for permissions:
    - gravity.admin --- full control over the plugin.
    - gravity.ignore --- all gravity effects ignore players with this node.

    - When I'd like it by:
    Whenever possible. I'm not sure how easy or difficult this would be to implement.

    Thanks for having a look.
     
  2. Offline

    JimsHD

    badtouch3 This is actually pretty cool but whether it's possible or not, I'm not sure. I could look into this if you'd like :)
     
  3. Offline

    badtouch3

    That would be awesome.

    Galacticraft includes zero and low g environments among other things. I'm not a java programmer, but it might be worth it to see how that mod does it.

    Hopefully its something that can just be done server side so clients won't need to install anything to join.
     
  4. Offline

    JimsHD

    badtouch3 So does this server have a modpack that you must have before playing?
     
  5. Offline

    badtouch3

  6. Offline

    timtower Administrator Administrator Moderator

    badtouch3 Mods work very different though, it is mostly the client that is calculating the gravity. Modifying it with Bukkit isn't easy.
     
  7. Offline

    xXSilverswordXx

    didnt sethbling make a bukkit pluggin on something like this?
    (Search bling gravity)

    if you knew how, you could probably edit some of the files to change gravity, or get someone to do that for you
     
  8. Offline

    timtower Administrator Administrator Moderator

    xXSilverswordXx He justs sets the vertical velocity, if we set it to 0 then you would always float on the same height
     
  9. Should be possible! (Not saying i can make it :p) Check out the starquest server
    play.starquestminecraft.com They got gravity there!
     
  10. Offline

    Vastrix

  11. Offline

    JimsHD

    dragonhunting That "gravity" isnt very fun. All it does it set your player to flying mode

    badtouch3 If you are liking that Bling Gravity plugin I could actually make something exactly like it

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 8, 2016
  12. Offline

    Onlineids

    And they cant spell suffocating :p
     
  13. Offline

    badtouch3

    Thanks for this info. I currently have zero Java experience, but it would be nice to learn so I can do stuff like this on my own.
    Sethbling's plugin would be almost perfect. It would be really cool if you could also just set the gravity level on a dimension/world basis...if that's possible.

    Also, for zero-g, how possible would it be to force players to always fly in certain dimensions and just set the fly speed to slower so it actually feels like you are in zero-g...but you can still control your movement?
     
  14. Offline

    JimsHD

    badtouch3 As in dimensions do you mean worlds?
     
  15. Offline

    Vastrix

  16. Offline

    shadow5353

    badtouch3 I think this request look very similar to my plugin Custom Gravity. Heres a link: http://dev.bukkit.org/bukkit-plugins/custom-gravity/

    Ok, I hope you will find a plugin :)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Nov 19, 2016
  17. Offline

    badtouch3

    I'm not sure where I got the word "dimenson," but yes I was just referring to other worlds.
    If it helps, we use the multiverse plugin.

    I actually did try your plugin and its not bad. I just wanted something a little different.

    Thank you, Shadow. Best of luck with your plugin.

    I revised the request to better explain what I am looking for.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Dec 7, 2016
  18. Offline

    Vastrix

    That's just gonna look awkward i think :p

    Found something that looks kinda like it, but it's working with a combo of potion effects which isn't really the best way to do it i think (IMO)

    Well yea, but it also seems to apply gravity simulating effects (slower fall speed etc)
    which is what it's all about ? :eek:

    Could be mistaking tho :p

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 8, 2016
  19. Offline

    JimsHD

    I think a "fun" gravity would be when your player isn't moving, you move slowly and randomly because there is no gravitational pull from anything.

    I made a plugin similar to what you wanted in your post:
    <Edit by Moderator: Redacted mediafire url>
    Commands:
    /g toggle <lg/0g>
    Lg = Low gravity
    0g = Zero gravity

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

    badtouch3

    [quote uid=90875053 name="JimsHD" post=2523294]I made a plugin similar to what you wanted in your post:
    <Edit by Moderator: Redacted mediafire url>
    Commands:
    /g toggle <lg/0g>
    Lg = Low gravity
    0g = Zero gravity[/quote]

    This looks promising. I've been busy with work the past couple days, but I'll make sure to give this a try tonight =)
     
    Last edited by a moderator: Nov 2, 2016
  21. Offline

    JimsHD

    badtouch3 Sounds good! If you want me to add/remove/modify anything in the plugin just ask and I will do it!
     

Share This Page