mirror of
https://github.com/YouHaveTrouble/minecraft-optimization.git
synced 2026-05-11 22:06:56 +00:00
Update to new URL of my blog
Title is self explanatory - blog is changing URLs, so update to the new URL.
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