Skip to content

v1.7.1

Choose a tag to compare

@github-actions github-actions released this 31 Mar 13:48
· 12 commits to master since this release
4b7fe0f

Automated release v1.7.1
Commit: 4b7fe0f - Merge pull request #13 from integr-dev/develop

Performance & Stability

  • Optimized task scheduling for smoother server performance and tick synchronization.
  • Improved shutdown procedures to ensure all tasks and listeners are properly cleared, preventing memory leaks.
  • enhanced thread safety for script loading and command execution to prevent server crashes.

Placeholder & Scripting Systems

  • Refactored the placeholder API for better reliability and faster data retrieval in menus or chat.
  • Added support for dynamic placeholder registration within scripts.
  • Expanded script compilation to include dependencies from all loaded plugins, allowing for better cross-plugin integration.

Technical Improvements

  • Clean shutdown for bStats metrics collection.
  • Improved internal code organization and import management for long-term maintainability.