Skip to content

v1.3 — Performance & Vault Flexibility Update

Latest

Choose a tag to compare

@groundbreakingmc groundbreakingmc released this 17 Jan 21:04

🚀 Features

  • Vault provider selection via system properties
    Now you can explicitly choose which Vault provider to use (e.g., -Dvault.Economy=Essentials). If unspecified, the default Vault
    priority-based provider is applied. Minimal provider debug logging added for easier troubleshooting.

🔧 Refactoring / Performance

  • Optimized number formatting cache
    Replaced Map<Integer, NumberFormat> with Int2ObjectMap to avoid boxing overhead in frequently accessed caches, improving
    performance in number formatting operations.

🛠 Chores

  • Bumped plugin version to 1.3
  • Updated Shadow plugin to 9.3.1