Inactive [FIX/MECH] BananaChunk v5.0 - Stuck in a lag hole? Request a chunk resend [R1.3]

Discussion in 'Inactive/Unsupported Plugins' started by codename_B, May 31, 2011.

  1. Offline

    codename_B

    BananaChunk
    No more getting stuck in lagholes!

    Version: 5.0

    Download: http://dev.bukkit.org/server-mods/bananachunk/

    Features: Allows users to request a chunk resend if they're stuck in a lag-hole. From version 4.6 onwards there should be no lag holes from teleporting, ever.

    Commands:
    /chunkme
    Configuration: None
    Source: Included in the .jar

    Changelog:
    • v1-4.3 30/05/2011-unreleased, experimented with the best way to get a chunk
    • v4.4 31/05/2011- released awesome plugin. Saved servers everywhere.
    • v4.5 31/05/2011- fixed invisible players bug.
    • v4.6 02/06/2011 - added teleport lag hole fix
    • v5.0 14/09/2012 - back by popular demand
     
  2. Offline

    PatrickFreed

  3. Offline

    ssechaud

    Just tested it and it works! Thanks!
     
  4. Offline

    PsychoNecrosis

    Ugh! I'm such a moron.

    I copied my server for 1.6 update to back it up.
    Guess which plugin folder this plugin went into :p
     
  5. Offline

    cullyn

    this plugin works perfectly, thanks for this.
     
  6. Offline

    NightStalk3r

    Was able to reproduce the chunk error bug after teleporting every single time in #818, after putting this plugin on the chunk loads every single time! AWESOME work mate!
     
  7. Offline

    Hanswalter123

    Which pemission i have to give my members?
     
  8. Offline

    JanTTuX

    Lagg holes are big problem in 1.6.6 servers
     
  9. Offline

    Flenix

    Does this clash with Spyer/other invisibility plugins?
     
  10. Offline

    codename_B

    Where does this even mention permissions? There are no permissions.

    No, why would it?

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

    Sroxah

    I'm running this on my server now, at the request of a player. What a brilliant idea for a plugin!
     
  12. Offline

    fugue2005

    there is a plugin, called pluginsmanager that will make you a nice webpage like this one everytime you start your server.

    OMG this works AWESOME!!! or is it awesomely????

    either way, you totally rock.
    just wish i wasn't broke right now.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
    ssechaud likes this.
  13. Offline

    Yggy

    Very nice. This completely fixed my multiple portals and worlds. Thank you very much.
     
  14. Offline

    Flenix

    You said it fixes the "invisible players bug" - Spyer makes a player invisible, so thought it might try and "fix" that and make them visible again?
     
  15. Offline

    codename_B

    It was a different way of making players invisible. Don't read the bug report if you know nothing about it lol.
     
  16. Offline

    Flenix

    I didn't see any bug reports.. All i saw was the changelog:

    "v4.5 31/05/2011- fixed invisible players bug."

    So I thought "hmm, it does something to stop people from being invisible. I should probably ask just to make sure it won't clash, as noone is online to help me test it right now"

    Isn't that what the whole point of this being a thread is for... so we can ask questions? (as well as give opinions and post bugs of course)
     
  17. Offline

    codename_B

    The bug was caused by the loading/unloading of a chunk in the plugin code. This did not affect any other visibilit/invisibility chunks but caused any player who was in a chunk and requested a chunk resend to immediately become invisible to anyone not in that chunk. Again, this did not affect any other visibility or invisibility plugins.
    The offending lines were:
    Code:
    world.unloadChunk(loc);
    world.loadChunk(loc);
    
    In the latest version, this has been changed to the following:
    Code:
    world.refreshChunk(loc);
    
    This does not have the same problems of players going invisible when requesting a chunk resend, while still allowing the chunk resend functionality.

    Any further questions, I'm sorry I didn't give enough detail in my first answer, I was in a rush.
     
    Flenix likes this.
  18. Offline

    maystorm

    Works great here, too!
     
  19. Offline

    Th3Controller

    I love you SO MUCH if I could only show you my heart I will but I wont cause it will cost me money but THANK YOU! This is god created plugin! But even though the lag holes are temporary until you walk a mile and go back the chunk is back will it affect that? Btw you should help notch with server coding :p your really a pro just to do this I think in my opinion cause im not a plugin developer.
     
  20. Offline

    ntwitch

    Loving the new version as it saves me from having to tell users to /chunkme or relog if they get stick in a missing chunk ;)

    Is there any chance you could add a new feature.. a command that resends not the chunk you are IN, but the one you are pointing at? (with LivingEntity.getTargetBlock() method perhaps?) That way you can reload missing chunks without having to be in them :)
     
  21. Offline

    Starhero

    This this is great! Fixing TP was one of my main things I needed to find a fix for.
     
  22. Offline

    wears_Fedora

    This works great for teleporting!

    Can we get an option to request a proximity load? That way, I can walk up to an unloaded chunk and request a small radius of chunks to resend?
     
  23. Offline

    Rick

    Sometimes I still get stuck in a lag hole. Tried /chunkme but I still had to disconnect and reconnect.
     
  24. Or you could just press F
     
  25. Offline

    whitemorn

    I was about to give up on 818 due to the chunk errors from tp'ing about but this plugin put that problem in its place. Awesome work thanks.
     
  26. Offline

    iFreZzAx

    Popped the jar into the plugins folder and bam all chunks seem to being loading perfect I Haven't seen a Beta hole since.
    Most usefull plugin I have ever seen. Love it <3.
     
  27. Offline

    Nazerb

    permission support i want my noob to have this beacuse im mean and dont want to give them any commands
     
    ifrezzax likes this.
  28. Offline

    Phaedrus

    That is mean :p
     
  29. We still have lagholes all over the place, even with this, weird :(
     
  30. Offline

    SmilingDevil

    Nice job codename_B! :D I could use this, my servers been having some chunk issues too. :S
     
  31. Offline

    codename_B

    What other plugins? That's the first report I've heard of this.
     

Share This Page