Releases: enels0n/SopLib
Releases · enels0n/SopLib
Release list
SopLib 1.0.2
- Improved modern corpse positioning for the shared corpse service.
- Snapped modern corpse rotation to cardinal directions for more stable visual placement.
- Re-applied corpse visual location/rotation after pose setup to avoid drift.
- Updated default corpse body forward offset to better align the body relative to the death point.
- This release mainly improves shared corpse rendering behavior for plugins such as SopAfterworld.
SopLib 1.0.1
- Added MiniMessage
<center>...</center>support in the shared text pipeline. - Added shifted centering support:
<center-10>...</center><center+10>...</center>
- Added public MiniMessage preprocessing through
TextUtils.prepareMiniMessage(...). - Shared MiniMessage-aware plugins can now use SopLib for common preprocessing instead of implementing their own local parsing logic.
- Updated documentation with centered MiniMessage examples.