mirror of
https://github.com/YouHaveTrouble/minecraft-optimization.git
synced 2026-05-12 06:16:55 +00:00
Merge remote-tracking branch 'origin/main' into main
This commit is contained in:
@@ -457,7 +457,7 @@ Absolutely unnecessary since they can be replaced with [merge radius](#merge-rad
|
||||
It's really hard to justify using one. Stacking naturally spawned entities causes more lag than not stacking them at all due to the server constantly trying to spawn more mobs. The only "acceptable" use case is for spawners on servers with a large amount of spawners.
|
||||
|
||||
## Plugins enabling/disabling other plugins
|
||||
Anything that enables or disables plugins on runtime is extremely dangerous. Loading a plugin like that can cause fatal errors with tracking data and disabling a plugin can lead to errors due to removing dependency. The `/reload` command suffers from exact same issues and you can read more about them in [me4502's blog post](https://matthewmiller.dev/blog/problem-with-reload/)
|
||||
Anything that enables or disables plugins on runtime is extremely dangerous. Loading a plugin like that can cause fatal errors with tracking data and disabling a plugin can lead to errors due to removing dependency. The `/reload` command suffers from exact same issues and you can read more about them in [me4502's blog post](https://madelinemiller.dev/blog/problem-with-reload/)
|
||||
|
||||
# What's lagging? - measuring performance
|
||||
|
||||
|
||||
Reference in New Issue
Block a user