You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe provide the functionality to customize it for plugins that shades PacketEvents?
For example adding an option called MappingExemptStrategy with ALL, CURRENT_VERSION, NONE, and load the mappings that matches the strategy etc etc.
I would be more in favor of a system property or just reverting back to lazy-loading the mappings.
On spigot/paper everything except the server version isn't used anyway, as far as I know.
Is your feature request related to a problem? Please describe.
Due to the nature of being on a 1.8 server with zero budget, heap space is gold.
For my purposes (which I'd imagine many relate to) this heap space is wasted space.
Describe the solution you'd like
Allow for not loading the
WrappedBlockState
s when using theSpigotPacketEventsBuilder
.Kind of like this, but not awful.
Describe alternatives you've considered to solve your solution without us adding this as a feature?
sun.misc.Unsafe
to free the memory (technically unsafe, as the name implies)The text was updated successfully, but these errors were encountered: