Skip to content

Releases: lewdev-uk/StandModelLib

Stable Build & Better Performance

28 May 14:51
Compare
Choose a tag to compare

Performance improvements & Better handling of animated models

Optimised Model Ticking

  • Removed HashSets being created every update tick
  • Removed un-required list object copying and concatination operations

Breaking Changes:

  • Now use AnimatedModel for a Model with animations
  • animationTick renamed to doAnimationTick.
  • Parameter "playersInAnimationDistance" HashSet no longer provided. Use getPlayersInAnimDistance() or playersInAnimationDistance variable directly

Public Beta

28 Jun 22:36
Compare
Choose a tag to compare
Public Beta Pre-release
Pre-release

Plugin has been debugged locally and it's ready for some keen people to start having a go!

Initial Release

27 Jun 21:46
cf75e06
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release
0.1

Update README.md