Skip to content

Socialismus 2.0.0-RC6

Latest

Choose a tag to compare

@whereareiam whereareiam released this 15 Apr 17:22
5b84d99

Update 2.0.0-RC6 – Breaking Changes

This is the sixth release candidate for version 2.0.0, focusing on bug fixes, API, requirements, and compatibility improvements since RC5.

You can use Socialismus on your server now, as it has been considered stable since RC2. However, it will remain as RC until we migrate all features from the legacy version.

The documentation has been moved to the GitHub Wiki and will be completed before the official release. In the meantime, you can contact me for assistance via Discord.

What’s new

  • Requirements: Added support for trigger-based and message-based requirements.
  • Cache: Added a local cache service with TTL support and periodic cleanup.
  • Compatibility: Added support for newer Minecraft versions, including the new version format used after 1.21.11.

What changed

  • API: Introduced type-safe custom player data storage.
  • API: Introduced a dedicated chat rendering and placeholder resolution system. BREAKING
  • API: Migrated the requirement registry to use namespaced RequirementKeys and unified requirement registration. BREAKING
  • API: Replaced Player references with Actor in command handling. BREAKING
  • API: Added a platform-agnostic playSound method to SocialismusPlayer.
  • API: Added a scope parameter to serialize methods.
  • API: Added SocialismusPlayerAdapter and synced player serialization support.

Fixes

  • Platform: Fixed Paper and Bukkit integrity checks, including version detection, compatibility warnings, and Paper-specific environment checks.
  • Reload: Re-register integrations in the serializer engine on reload so integrations continue working correctly.
  • Synchronization: Synchronize only global chats.
  • Logging: Improved logging for selected chat and format.

Full Changelog: 2.0.0-RC5...2.0.0-RC6