Remove the one-time limit of Vaults and Ominous Vaults.
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.
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.
.jar file into your server’s plugins/ directory.Revaulting is designed to work out-of-the-box, but you can optionally adjust cooldown reset timing.
plugins/Revaulting/config.yml20 ticks = 1 second).0.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.vaultdelay.ominous-vaultAfter changing the config, restart the server to apply it.
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.
Issues and pull requests are welcome!
If you have suggestions for improvements, feel free to share them.
This project is released under the Unlicense.
You are free to use, modify, and distribute it without restriction.