-
Notifications
You must be signed in to change notification settings - Fork 6
Optimizing
Jay edited this page Aug 15, 2025
·
7 revisions
-
- These are fixed values that will be added to the calculated culling bounds, increasing the bounds by the set value
- 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.
Tip
If memory usage increases heavily due to this setting, considering disabling this feature and instead store animations locally.

If you choose to not use packet-based groups, consider decreasing the entity-tracking-range value in your server's spigot.yml file. This can be beneficial for performance if the number of individual display entities exceeds several thousands.

From spigotmc.org