-
Notifications
You must be signed in to change notification settings - Fork 6
Optimizing
Jay edited this page Dec 11, 2025
·
8 revisions
-
- These are fixed values that will be added to the calculated culling bounds, increasing the bounds by the set value
Tip
If memory usage increases heavily with this setting enabled, considering disabling it and store animations locally if you aren't already.
-
When an animation is initially retrieved from its storage location, it is then stored in memory. This allows for quicker retrieval of animations, especially if the animation is stored on a database like
MYSQLorMONGODB.
-
If you choose to not use packet-based groups, consider decreasing the
entity-tracking-rangevalue in your server'sspigot.ymlfile. This can be beneficial for performance if the number of individual display entities exceeds several thousands.
From spigotmc.org