-
-
Notifications
You must be signed in to change notification settings - Fork 356
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add OfflinePlayer and UUID support to Economy backend (#7425)
* Vault offline player support * Add deprecated since javadocs. * Update config-migration version number. * Flip ternary right way around. * Remove the legacy debt account conversion. * Update admin command permission nodes to follow command structure->node pattern. Made depositall use the economyexecutor too. * Remove old comment that no longer applied. * Make economy provider sealed and fix trailing spaces * Change default npc uuid version * Fix TownyServerAccount initialization throwing NPE. * Add /ta eco info command. Takes town, nation, resident, and serveraccount as subcommands, and outputs the name, UUID, and balance of the EconomyHandler's Account. Fixes an issue with array index out of bounds when /ta eco was run without a sub command. Adds a HelpMenu for /ta eco and /ta eco info. * Add translations for convert command feedback * Set UUID in deprecated methods when available * Use economy executor for new command * Update default npc uuid version again * Re-modify npc uuids when converting * Don't endlessly suggest modern * Add help menu entry * Skip accounts with no balance during conversion * Deprecated unused Account#getBukkitWorld * Add debug messages to eco conversion * Cache constructed offline players * Fix config-migration.json * Add conversion progress messages. * Add online player warning before conversion. --------- Co-authored-by: LlmDl <[email protected]>
- Loading branch information
1 parent
401aaea
commit 8bd09a4
Showing
30 changed files
with
1,080 additions
and
369 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.