NoLagg

Version: 1.90.4 | CB 1.7.2
Quote from lenis0012:NoLagg has not been updated since 1.7.10, for more info, check BKCommonLib
Description
NoLagg is made out of multiple completely separate components which you can enable and disable freely. Together they offer:
- Send chunks more gracefully with lowered network stress and reduced processing spikes Read more...
- Remove entities, resend chunks in case of chunk holes and clean up server memory Read more...
- Examine server tick rate performance with deep view into per-tick processes of the server Read more...
- Stop a large amount of items from spawning and spawn at a later time to avoid frozen clients Read more...
- Stack items with a configurable per-world radius Read more...
- Fix lighting errors that cause clients to recalculate lighting (and thus lag) Read more...
- Keep track of server performance such as entities, tick rate, memory and more Read more...
- Fix various bugs the server has (Patches component)
- Schedule autosaves and force data to be written to disk to prevent data loss on server crash (Saving component)
- Limit the amount of entities allowed to spawn per world or globally Read more...
- Watch events closely to warn when plugins execute main-thread methods from another thread Read more...
- Show a detailed message explaining the cause for a server freeze (lock) [read more]
- New TNT execution algortithm that is not only more efficient, but also avoids server freezes Read more...
Important
When first installing NoLagg, open up config.yml and disable components you do not need. This is very important, as some components may conflict with other plugins you use, or may not function on the type of demand you have. If you get a warning message [Severe] followed up with a stack trace in the log, this has to do with the main thread not having responded within 10 seconds. The warning is NOT an error and is no bug, and not a bug related to NoLagg. To disable this feature, disable 'threadlocknotifier' in the config.yml. This feature is mainly intended to notify you what plugin is causing the server to freeze, may it ever happen. It is used to debug plugins in general, as they may get stuck for whatever reason. If NoLagg DOES show up in there, it is a bug you should report.
FAQ
Separating into jar files
NoLagg consists of multiple components you can individually enable and disable. Reasons for not publishing it as a separate jar file for every component can be read here. Please don't ask to separate the components, I will just link you to here.
Spigot server
Not all components are needed when you use the Spigot server. The ItemStacker, ItemBuffer, Spawn Limiter, Thread Checker and Thread Lock Notifier components are not needed, since Spigot has it's own implementations to deal with that. If you still wish to use one of these components, you can, but it's best to disable the Spigot alternative then.
The other components (such as TNT, Chunks, Lighting, Common, etc.) are not implemented in Spigot (yet?) and offer additional functionality.
PTweaks
Since people keep asking about this, I went ahead and compared the two plugins. I am not going to discuss which is better in functionality, I'm just going to state which features overlap and which do not. Both plugins offer a TNT-lag solving solution, feel free to choose which solution you like better. (the solutions are different) Both plugins also offer a way to change when and how chunks are saved, NoLagg adds to this that you can configure when the server writes data to disk. PTweaks offers a way of showing used memory, NoLagg Monitor too with a bit more information. Again, preference. Chunk Persistence is something PTweaks offers and NoLagg does not. Reason I excluded it from NoLagg is that the implementation used up more processing power than that it solved (I did have this for a while). If you want to give it a try, PTweaks is your answer. Monster Limiter is incorporated in NoLagg as well but then for all entities, and more options. ChunkEdits is a tricky one: NoLagg chunks does something similar, with the difference being that it also changes at what rate chunks are sent, which is the main feature NoLagg chunks offers. In addition, the ability to increase the amount of threads running to process chunk packets and the re-using of packet raw data offers some benefits PTweaks does not offer.
Then there are a lot of other features NoLagg has and PTweaks does not, such as examining server tick rate, item stacker, item buffer, fixing lighting, cleaning up server memory, resending chunks, removing entities on command and others (see description).
In short: Both plugins offer some overlapping features, and you need to pay close attention to the configuration of PTweaks and NoLagg and disable things that conflict. Having two TNT explosion altering plugins is going to have strange results, for example. Compare the functionality, decide, and enable in NoLagg what you do not want in PTweaks, and vice versa.
NoLagg showing up in error stack traces
The examine component inserts various hooks into the server to gather measurements. Specifically, you will find that the following lines show up now and then. These hook classes do absolutely nothing when not examining and can not be the cause for any issues, unless the stack trace ends there (first line after the exception shows this stack trace)
- org.timedbukkit.craftbukkit.*
- com.bergerkiller.bukkit.common.internal.ChunkProviderServerHook
Video
Here is a video by BlueDevonMovies (lenis0012):
Metrics
This plugin sends server count statistics to MCStats.org. You can (globally) opt out in the PluginMetrics/config.yml file.







-
View User Profile
-
Send Message
Posted Nov 11, 2012@LORDMORGOTH88 Update BKCommonLib as well, it needs the latest version.
@Mayhem777 @MrMime22 Can you post the error if any is available?
@xclucky Chunk loading probably takes a bit long, you can try to improve loading times by using a RAM-disk or replacing your hard drive of the server with a better version. The NoLagg time (50ms) also contains a big part of this loading in the 'ChunkLoadingTask' of nolagg. Some of the processing is shown twice in the graph as a result.
-
View User Profile
-
Send Message
Posted Nov 11, 2012Omfg finally examine works on spigot!
-
View User Profile
-
Send Message
Posted Nov 11, 2012Nolagg disables orebfuscator be carefull...
-
View User Profile
-
Send Message
Posted Nov 11, 2012could someone please help me with my ticket that I posted November 2: http://dev.bukkit.org/server-mods/nolagg/tickets/162-no-response-from-pex/#comments
Also, im having another issue. What is #Chunk Provider, because it is causing lag according to nolagg examine: http://worldofclucky.net/errors/NoLagg/exam.png
-
View User Profile
-
Send Message
Posted Nov 11, 2012BTW: Nolaggs mob limiter is not working for 150+ online. 2345 mobs, on a 400 mob limit
-
View User Profile
-
Send Message
Posted Nov 11, 2012@bergerkiller
After Updating: Sometimes when we log in i get this issue,
Failed to login: Error
Running Spigot
-
View User Profile
-
Send Message
Posted Nov 11, 2012@bergerkiller
thank you
EDIT: with that version nolagg seems not working, it doesn't even create the nolagg folder :(
-
View User Profile
-
Send Message
Posted Nov 11, 2012@holyone801 @LORDMORGOTH88 Item frame is not yet in the Entity type enumeration of Bukkit, which is why you can't exclude it properly. However, I turned 'all' into a clear shortcut so you can configure it. It will no longer clear all entities except players.
EDIT
Version which fixes this (same version, simply re-uploaded it, it was still waiting approval anyhow)
http:dev.bukkit.org/server-mods/nolagg/files/129-v1-89-0/
-
View User Profile
-
Send Message
Posted Nov 11, 2012If i use "/nolagg clear all" command it removes all the item frames i have on my server... can someone fix that please?
-
View User Profile
-
Send Message
Posted Nov 11, 2012how do i change the config to ether exclude a specific world or exclude entity Item-frame and entity-painting from disapering when doing a /nl clearall ? ty NL 1.89 BKC 1.35
-
View User Profile
-
Send Message
Posted Nov 10, 2012When I do nolagg examine, everyone gets kicked with:
16:04:45 [WARNING] iceybunneh was kicked for floating too long!
-
View User Profile
-
Send Message
Posted Nov 10, 2012v1.89.0 can be found here:
http:dev.bukkit.org/server-mods/nolagg/files/129-v1-89-0/
Do not forget to update BKCommonLib to v1.35! Most bugfixes are in BKCommonLib, this version merely redirects broken functions to the added functions in BKC. (and maybe some other changes, can't be sure)
I checked permissions, but they appeared to work fine. If they didn't, check if this newest version does work, because BKCommonLib also includes some fixes for the PermissionDefaults.
-
View User Profile
-
Send Message
Posted Nov 10, 2012@MrMime22 @mrchasez @alexmarkey @ray0911 All of these issues will be fixed in the next version of NoLagg and BKCommonLib. All errors mentioned were problems in BKCommonLib and also an incompatibility with Spigot and other possible server software extensions. I had to add support manually. The other errors are related to a Bukkit bug where, for some reason, there are entity types that don't have an entity class. That is fixed as well.
First looking through the other issues and then I will upload it to here.
@sorrow777 The black areas are also a CraftBukkit problem, which is why I made NoLagg lighting to fix them. But that you can't place blocks in them is abnormal, so it must be another plugin that is causing that.
-
View User Profile
-
Send Message
Posted Nov 10, 2012Huge errors when I enabled spawnlimiter. I'll open a ticket
-
View User Profile
-
Send Message
Posted Nov 10, 2012OK i've tried everything to fix this lighting issue with NoLagg. If I use nolagg even if i disable lighting in the config. I still get black area's in skyblock coop. that i cannot place blocks in but if you log out and back in the block is actually there. It makes skyblock unusable for players.
I've tried removing the lighting folder from the .jar file as well and no luck nothing changes. I can log in and go to my skyblock and immediately there are dark area's i cannot build in.
Has anyone else experienced this?
-
View User Profile
-
Send Message
Posted Nov 10, 2012@mrchasez
Im having the EXACT same issue.
-
View User Profile
-
Send Message
Posted Nov 10, 2012@BergerKiller /nolagg examine crashing the server http://pastie.org/5355158
-
View User Profile
-
Send Message
Posted Nov 10, 2012[INFO] SexyMime issued server command: /nolagg clear 10:57:01 AM CONSOLE: [SEVERE] Unhandled exception executing command 'nolagg' in plugin NoLagg v1.88.9 10:57:01 AM CONSOLE: [SEVERE] java.lang.NullPointerException 10:57:01 AM CONSOLE: [SEVERE] at com.bergerkiller.bukkit.common.utils.EntityGroupingUtil.getName(EntityGroupingUtil.java:192) 10:57:01 AM CONSOLE: [SEVERE] at com.bergerkiller.bukkit.common.utils.EntityGroupingUtil.getName(EntityGroupingUtil.java:180) 10:57:01 AM CONSOLE: [SEVERE] at com.bergerkiller.bukkit.nolagg.common.NoLaggCommon.onCommand(NoLaggCommon.java:170) 10:57:01 AM CONSOLE: [SEVERE] at com.bergerkiller.bukkit.nolagg.NoLagg.command(NoLagg.java:120) 10:57:01 AM CONSOLE: [SEVERE] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) 10:57:01 AM CONSOLE: [SEVERE] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:185) 10:57:01 AM CONSOLE: [SEVERE] at com.bergerkiller.bukkit.common.PluginBase.onCommand(PluginBase.java:552) 10:57:01 AM CONSOLE: [SEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:532) 10:57:01 AM CONSOLE: [SEVERE] at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:913) 10:57:01 AM CONSOLE: [SEVERE] at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:824) 10:57:01 AM CONSOLE: [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:806) 10:57:01 AM CONSOLE: [SEVERE] at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:44) 10:57:01 AM CONSOLE: [SEVERE] at net.minecraft.server.NetworkManager.b(NetworkManager.java:282) 10:57:01 AM CONSOLE: [SEVERE] at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:111) 10:57:01 AM CONSOLE: [SEVERE] at net.minecraft.server.ServerConnection.b(SourceFile:35) 10:57:01 AM CONSOLE: [SEVERE] at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30) 10:57:01 AM CONSOLE: [SEVERE] at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:579) 10:57:01 AM CONSOLE: [SEVERE] at net.minecraft.server.DedicatedServer.r(DedicatedServer.java:215) 10:57:01 AM CONSOLE: [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:428) 10:57:01 AM CONSOLE: [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:818) 10:57:01 AM CONSOLE: [SEVERE] at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:496) 10:57:01 AM CONSOLE: jacool17 has logged in. 10:57:01 AM CONSOLE: [INFO] jacool17[/122.106.163.225:64063] logged in with entity id 6791 at ([world1] 54.78744488734282, 70.0, 463.63779265901115) 10:57:01 AM CONSOLE: xXpvpcurtisXx has log
-
View User Profile
-
Send Message
Posted Nov 9, 2012ould not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:45 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:45 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:45 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:45 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:45 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:45 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:45 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:45 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:45 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:45 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:45 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:45 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:45 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:45 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:45 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:45 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:45 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:45 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:45 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:45 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:45 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:45 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:45 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:45 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:45 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:45 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:45 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:45 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:45 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:45 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:45 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:45 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:45 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:45 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:46 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:46 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:46 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:46 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:46 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:46 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:46 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:46 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:46 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:46 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:46 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:46 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:46 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:46 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:46 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:46 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:46 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveEvent to NoLagg v1.88.9 02:15:46 AM CONSOLE: [SEVERE] Could not pass event EntityRemoveE
-
View User Profile
-
Send Message
Posted Nov 9, 2012@holyone801
I would also like to know this.