VaultUnlocked
A modern drop-in Vault fork, with Folia support, and enhanced APIs.
76.3K
134
76.3K
134
2.19.1
release27 апреля 2026 г.2.19.1
- Added supported for 26.1
- Upgraded java requirement to 17+
VaultUnlocked 2.19.0
release7 февраля 2026 г.API Additions added canWithdraw and canDeposit methods to the Economy API. These allow consumers to check if a withdraw or deposit transaction is possible be performing it, providers may include various checks into this beyond just simply checking the balance.
VaultUnlocked 2.18.0
release16 января 2026 г.2.18.0
- Added modern Chat API! Located at: net.milkbowl.vault2.chat.ChatUnlocked
- Added Modern Permission API! Located at: net.milkbowl.vault2.permission.PermissionUnlocked
- Added support for 1.21.11
- Added support for Hytale using VaultUnlocked-Hytale.
VaultUnlocked 2.17.0
release3 ноября 2025 г.2.17
- Added support for 1.21.10
- Added clarity to documentation for default behavior if the provider doesn't support share accounts.
- Added clarity to documentation for default behavior if the provider does not support multi-currency.
- Added clarity to documentation for default behavior if the provider doesn't support multiple worlds.
- Deprecated
List<String> accountsAccessTo(@NotNull final String pluginName, @NotNull final UUID accountID, @NotNull final AccountPermission... permissions)- This method will be removed in a future release as the string return allows ambiguity.
- Deprecated
List<String> accountsMemberOf(@NotNull final String pluginName, @NotNull final UUID accountID)- This method will be removed in a future release as the string return allows ambiguity.
- Deprecated
List<String> accountsOwnedBy(@NotNull final String pluginName, @NotNull final UUID accountID)- This method will be removed in a future release as the string return allows ambiguity.
- Added
List<UUID> accountsWithAccessTo(@NotNull final String pluginName, @NotNull final UUID accountID, @NotNull final AccountPermission... permissions)- This method is a replacement for the now deprecated
List<String> accountsAccessTo(@NotNull final String pluginName, @NotNull final UUID accountID, @NotNull final AccountPermission... permissions)
- This method is a replacement for the now deprecated
- Added
List<UUID> accountsWithMembershipTo(@NotNull final String pluginName, @NotNull final UUID accountID)- This method is a replacement for the now deprecated
List<String> accountsMemberOf(@NotNull final String pluginName, @NotNull final UUID accountID)
- This method is a replacement for the now deprecated
- Added
List<UUID> accountsWithOwnerOf(@NotNull final String pluginName, @NotNull final UUID accountID)- This method is a replacement for the now deprecated
List<String> accountsOwnedBy(@NotNull final String pluginName, @NotNull final UUID accountID)
- This method is a replacement for the now deprecated
VaultUnlocked 2.16.0
release1 октября 2025 г.- Supported for 1.21.9
Совместимость
Создатели
Детали
Лицензия:LGPL-3.0-or-later
Опубликован:1 год назад
Обновлён:1 неделю назад