VaultUnlocked icon

VaultUnlocked -----

A PR-friendly version of Vault; Where PRs are actually accepted. With Folia Support.




2.15.1
  • Fixed issue where the softdepend for PlaceholderAPI was missing causing a console message.
----------, Aug 3, 2025

Updated to 1.21.8
----------, Jul 23, 2025

2.14
  • Added a few new methods for grabbing accounts that specific accounts have access to.

/**
* Retrieves a list of account IDs owned by the specified account ID.
*
* @Param pluginName the name of the plugin
* @Param accountID the unique identifier of the account
* @Return a list of account names owned by the specified account ID
*
* @SINCE 2.14
*/
List<String> accountsOwnedBy( @NotNull final String pluginName, @NotNull final UUID accountID)

/**
* Retrieves a list of account IDs that the specified account is a member of.
*
* @Param pluginName the name of the plugin
* @Param accountID the UUID of the account to check membership for
* @Return a List of String values representing the accounts that the account is a member of
*
* @SINCE 2.14
*/
List<String> accountsMemberOf( @NotNull final String pluginName, @NotNull final UUID accountID)

/**
* Retrieves a list of account IDs that the specified account has the specified permissions for.
*
* @Param pluginName the name of the plugin
* @Param accountID the UUID of the account to check access for
* @Param permissions variable number of permissions to check for
* @Return a list of accounts that the account has the specified permissions to
*
* @SINCE 2.14
*/
List<String> accountsAccessTo( @NotNull final String pluginName, @NotNull final UUID accountID, @NotNull final AccountPermission... permissions)

Added placeholders. Find the list here.
----------, Jul 12, 2025

2.13
  • Added support for 1.21.7
----------, Jul 1, 2025

2.12.0
  • 1.21.6 support
----------, Jun 19, 2025

2.11.0
----------, Jun 1, 2025

2.10.0
API Changes
  • Implemented set api methods, which can be used to set the balance for accounts.
Code (Java):
  EconomyResponse set (@NotNull final String pluginName, @NotNull final UUID accountID, @NotNull final BigDecimal amount ) ;
  EconomyResponse set (@NotNull final String pluginName, @NotNull final UUID accountID, @NotNull final String worldName, @NotNull final BigDecimal amount ) ;
  EconomyResponse set (@NotNull final String pluginName, @NotNull final UUID accountID, @NotNull final String worldName, @NotNull final String currency, @NotNull final BigDecimal amount ) ;
----------, Mar 27, 2025

2.9.0
API Changes
  • Added standards for minimum Vault Unlocked Support. Projects that meet these standards may request a review to use the badge associated with the API type(economy, etc) that they use. Request review here.
  • Added balance methods in same format as the old getBalance methods.
Deprecations
  • Deprecated getBalance methods, these are marked for removal in 3 releases. Use balance methods instead.
  • Deprecated createAccount methods without nonPlayer. Use the methods that include the nonPlayer parameter.
----------, Dec 29, 2024

  • Added two new API methods to replace the current createAccount methods. The old methods have been deprecated for removal in a later release.
  • boolean createAccount(final UUID accountID, final String name, final boolean player)

  • boolean createAccount(final UUID accountID, final String name, final String worldName, final boolean player)
----------, Dec 20, 2024

- Added pluginName string to fractionalDigits, format methods, and getDefaultCurrency methods.
- Added deleteAccount method.
----------, Oct 25, 2024

Breaking API Changes
- Removed bank account methods.
- Added new API that allows fine tuned account permissions, individual members, and ownership.
- Added method to check if account is allowed to have a specific currency as part of their balance.
----------, Aug 30, 2024

Breaking API Changes
- Removed bank account methods.
- Added new API that allows fine tuned account permissions, individual members, and ownership.
- Added method to check if account is allowed to have a specific currency as part of their balance.
----------, Aug 30, 2024

Changelog
- Fixed incompatibility issue with plugins that inherited from the AbstractEconomy class instead of implementing the Economy interface.
----------, Aug 26, 2024

  • Disable Paper's Plugin Remapper(Thanks to HSGamer)
  • Support for API2 was added to the vault convert command.
----------, Aug 11, 2024

Updated some internals/API code.
----------, Jun 14, 2024

Resource Information
Author:
----------
Total Downloads: 7,261
First Release: Jun 12, 2024
Last Update: Aug 3, 2025
Category: ---------------
All-Time Rating:
7 ratings
Find more info at github.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings