Skip to content

Conversation

@creatorfromhell
Copy link
Member

  • 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)
  • 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)
  • 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)

- Added detailed clarification in the `Economy` interface documentation regarding default behavior for unsupported features.
- Deprecated ambiguous methods returning `List<String>` in favor of new methods returning `List<UUID>`.
- Updated Gradle build version to `2.17`.
- Updated changelog for changes in version `2.17`.
@creatorfromhell creatorfromhell merged commit 72d0af9 into master Oct 27, 2025
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants