Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
Platforms
Creators
Details
Changelog
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
Files
Metadata
Release channel
ReleaseVersion number
2.17.0Loaders
Game versions
1.13–1.21.10Downloads
1554Publication date
November 2, 2025 at 11:25 PMPublisher
creatorfromhell
Member

