• Hello Guest! Did you know that ProjectKorra has an official Discord server? A lot of discussion about the official server, development process, and community discussion happens over there. Feel free to join now by clicking the link below.

    Join the Discord Server

Search results

  1. H

    Improved AirScooter

    So everytime you use airscooter and you encounter someone they have to turn their sound off? Seems a bit arrogant, and enabling decreased particles might mess up how the airscooter bubble looks. Particles are the main cause of fps drops in bending. Sounds like a cool idea but I doubt your...
  2. H

    Improved AirScooter

    This isn't possible without lagging all people seeing the attack, the amount of packets will also cause connectivity issue's for people with a low bandwith, sometimes particle effects can eat 30kb/s of bandwith. The sounds will also be extremely annoying.
  3. H

    Timings Report

    That server requires a player to 'level up' tot use bending attacks, thus the amount of people bending is few compared tot the online players. Plus i'm certain that theyve disabled the heavy attacks tot reduce lag including many other tweaks like disabling mob spawners and such. Their hub server...
  4. H

    Timings Report

    Factions doesn't use that much resources, the way the blocks are checked is done via the Factions API. And I'm sure the developer made sure that it could take a lot before lagging. Constant worldguard checks might cause a bit of lag though, but nothing compared to the lag generated by heavy...
  5. H

    Timings Report

    These timings are all made during different circumstances, one time you have 8 players and 12 tps, another time you have 12 players and 18 tps. The load by bending is based on the amount of players using heavy/longduring attacks, which (mostly) are water attacks. Other heavy attacks like...
  6. H

    Question for the developers

    The Bukkit API isn't a good way to start learning java, you have to understand how java works first then learn how to use java's features efficiently to write good and maintainable code. Learning from Bukkit API won't help you understand and fully utilize the programming language Java. My...
  7. H

    Bug Report TPS Drops - Player Animation Event

    Using MySQL can be a tiny improvement. To fix the lag you have 2 options: reduce air/waterbubble size to 3 or 4 (dont know exactly which size, try to keep it as small as possible figure the right size by trial and error), or completely disable air/waterbubble as that's your the major lag cause.
  8. H

    Bug Report TPS Drops - Player Animation Event

    Do you use local file storage or MySQL?
  9. H

    Denied Leveling system for Benders!

    Try and make it based on the time a player has spent on your server, there are enough plugins that promote players based on their time played.
  10. H

    Fixed Day/night enhancement messages are sometimes spammed to players

    The last person who reported this said that he got an error when the spamming occured, can you please provide the error, it can be helpful when fixing the problem.
  11. H

    Fixed Day/night enhancement messages are sometimes spammed to players

    I think the nullpointer was caused by a world being unloaded thus becoming null, and since there were no null checks in the day/night cycling method I think that's the cause for the message spamming. I wrote a better day/night cycling that will most likely resolve the bug if MistPhizzle merges...
Top