
Revaulting 0.5.0
beta7 апреля 2026 г.- Upgrade Java toolchain, Paper API, and Gradle dependencies
Revaulting 0.4.0
beta6 января 2026 г.-
Refactor Vault cooldown and reward tracking
Reworked Vault cooldown and reward handling to an event-driven model.
Introduced persistent, per-vault and per-player cooldown tracking using Persistent Data Containers, with configurable delays for normal and ominous Vaults.
Removed the global polling mechanism in favour of localised, scheduled checks near players, improving performance and thread safety. -
Document configuration and declare Folia support
Added a Configuration section to the README documenting the new cooldown options and their usage.
Clarified configuration file location, time units, and value constraints.
Declared Folia support inpaper-plugin.ymland bumped the plugin version to 0.4.0.
Revaulting 0.3.1
beta9 декабря 2025 г.- Update build tooling and dependencies
Bumped project version to 0.3.1 and updated the Minecraft target to 1.21.11 in the version catalogue.
Upgraded the Shadow plugin to 9.3.0, run-paper to 3.0.2, and updated the Gradle wrapper to use distribution 9.2.1.
All changes are limited to build and tooling updates; no application source code was modified.
Revaulting 0.3.0
beta1 октября 2025 г.-
Remove NBT-API and migrate to Paper API
Replaced NBT-API with equivalent Paper API calls for Vault reward data.
Storage and behaviour remain the same; dependency removal improves maintainability and compatibility. -
Migrate build to Kotlin DSL and add version catalogue
Moved from Groovybuild.gradleto Kotlin DSL withlibs.versions.toml.
Centralised versions, bumped to 0.3.0, and modernised build configuration includingshadowJarandrunPaper. -
Revamp README and update description
Reorganised README with clearer sections and added a bStats badge.
Simplifiedpaper-plugin.ymldescription to a single concise line.
Revaulting 0.2.5
beta9 июля 2025 г.- Update Gradle wrapper to 8.14.3
- Update dependency plugins
- Update plugins
- Fix import for Metrics class
- Update paper-api to 1.21.7-R0.1-SNAPSHOT
