
XTransfer
A tool that help you transfer players' data between names or UUIDs.
47
2
Список изменений
Added
- Transactional file migration using a temporary staging directory to ensure all-or-nothing data transfer
- Non-blocking retry mechanism using
ScheduledExecutorServicewith configurable delay between attempts - Automatic rollback of backup files when the final atomic move operation fails
- Staging directory cleanup on transfer failure to prevent leftover temporary files
FilePairhelper class to encapsulate source, temporary destination, final destination, and critical/optional flag for each migrated file
Fixed
- Thread pool blocking caused by recursive
copyWithRetryconsuming worker threads during retry waits - Data inconsistency when some files succeed and others fail during a single transfer operation (partial transfer no longer possible)
- Backup file not being created before the main data copy, risking loss of the target player's original data
Changed
copyWithRetrynow usesScheduledExecutorServicefor delayed retries instead of recursive calls on the main executor poolcopyFilenow performs a single copy attempt and returns immediately, with retry logic handled externallytransferPlayerDataand related methods replaced bytransferAllFiles,copyAllToTemp, andmoveTempToTargetto support transactional migration- Backup creation and optional file transfers (stats, advancements) integrated into the unified transactional pipeline
ExecutorServicerenamed toexecutorfor clarity; newschedulerfield added for delayed retry scheduling
Removed
- Recursive retry logic (
copyWithRetrycalling itself withthenCompose) that blocked worker threads - Separate
backupIfNeeded,transferMainData,transferExtraData, andtransferFilemethods, consolidated intotransferAllFilesand supporting methods - Direct file overwrite approach that allowed partial transfer states
Файлы
XTransfer-1.3-alpha.jar(18.83 KiB)
ОсновнойМетаданные
Канал релиза
Alpha
Номер версии
1.3-alpha
Загрузчики
BukkitFoliaPaperPurpurSpigot
Версии игры
1.8–26.1.2
Загрузок
1
Дата публикации
вчера
