
Revaulting
Remove the one-time limit of Vaults and Ominous Vaults.
- Загрузки
- 8K
- Подписчики
- 37
- Обновлён
- 7 апреля 2026 г.
- Лицензия
- Unlicense
Опубликован 23 июня 2024 г.
Revaulting
Revaulting is a simple PaperMC plugin that removes the one-time limitation of Vaults and Ominous Vaults introduced in Minecraft 1.21’s Trial Chambers.
✨ Features
Multiple Openings By default, Vaults and Ominous Vaults can only be opened once per player. Revaulting removes this restriction, allowing players to open them multiple times.
Persistent Tracking The plugin uses Minecraft’s Persistent Data system to record how many times each player has opened a Vault. This means that other plugins can also read and make use of this information if needed.
Lightweight & Seamless No commands, no complicated setup. Just drop it in your plugins folder and enjoy.
🔧 Installation
- Download the latest release of Revaulting.
- Place the
.jarfile into your server’splugins/directory. - Restart (or reload) your PaperMC server.
- Vaults and Ominous Vaults in Trial Chambers are now reusable!
⚙️ Configuration
Revaulting is designed to work out-of-the-box, but you can optionally adjust cooldown reset timing.
- Config file location:
plugins/Revaulting/config.yml- The file is generated on first run.
- Time unit: values are in ticks (
20 ticks = 1 second). - Valid values: non-negative integers. Negative values (if set) are treated as
0.
Options
delay:
# Cooldown delay (ticks) for normal Vault blocks; 0 means immediate reset
vault: 0
# Cooldown delay (ticks) for ominous Vault blocks; 0 means immediate reset
ominous-vault: 0
delay.vault- Per-player cooldown reset delay for normal Vault blocks.
delay.ominous-vault- Per-player cooldown reset delay for ominous Vault blocks.
After changing the config, restart the server to apply it.
📊 Data Storage
Revaulting stores the number of times each player has opened a Vault using Persistent Data Containers. This data can be accessed by other plugins for advanced features or statistics.
📜 Compatibility
- Minecraft Version: 1.21.4 and above
- Server: PaperMC (and forks supporting Paper plugins)
🤝 Contributing
Issues and pull requests are welcome! If you have suggestions for improvements, feel free to share them.
📄 License
This project is released under the Unlicense. You are free to use, modify, and distribute it without restriction.
Ченджлог
0.5.0Бета26.1, 26.1.1 · 7 апреля 2026 г.
- Upgrade Java toolchain, Paper API, and Gradle dependencies
0.4.0Бета1.21.9, 1.21.10, 1.21.11 · 6 января 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.
0.3.1Бета1.21.9, 1.21.10, 1.21.11 · 9 декабря 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.
0.3.0Бета1.21.8, 1.21.9, 1.21.10 · 30 сентября 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.
0.2.5Бета1.21.5, 1.21.6, 1.21.7 · 9 июля 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
0.2.4Бета1.21.3, 1.21.4, 1.21.5 · 19 апреля 2025 г.
- Update Gradle wrapper to 8.13
- Update dependency plugins
- Update paper-api to 1.21.5-R0.1-SNAPSHOT
0.2.3Бета1.21.2, 1.21.3, 1.21.4 · 9 февраля 2025 г.
- Update plugins
- Update paper-api to 1.21.4-R0.1-SNAPSHOT
- Update dependency plugins
0.2.2Бета1.21.1, 1.21.2, 1.21.3 · 6 ноября 2024 г.
- Update plugins
- Update dependencies
- Remove org.jetbrains:annotations dependency
- Update paper-api to 1.21.3-R0.1-SNAPSHOT
Комментарии
Загружаем…