LiteLoadLib - Lite Loading Library
LiteLoadLib is a user-friendly, server-optimized library designed for managing entities that undertake long-distance travel.
Features for Mod Developers
The library provides developers with advanced functionality for entity management:
- Entity registration is performed individually for each player
- Flexible handling of situations when players are offline (includes the option to freeze entities)
- Registered entities are automatically loaded in non-ticking chunks (always or only when players are online depending on server settings). While entities continue to receive ticks, other processes in these chunks remain unprocessed (or can be configured for full tick processing at the server administrator's discretion)
- Configurable registration limit per player
- Built-in networking system for synchronizing entity positions with the client, ensuring proper map display and visualization
This library was extracted from the vehicle registration system of the Little Logistics mod. LLL easily integrates with existing mods - check the implementation example on GitHub.
Technical support for developers is available in the Little Logistics Discord community.