Prime Backup
A powerful backup plugin for MCDR, an advanced backup solution for your Minecraft world
management
Installation command
!!MCDR plugin install prime_backupAuthor
Repository
Homepage
Synced at
...
Last update
...
Latest version
Total downloads
10868
Back to catalogue
PrimeBackup-v1.8.2.pyz
Version
1.8.2
Date
September 11, 2024
Size
148.12 KiB
Downloads
153
MD5
190f89dd9af98fa72de81cb8c1495afcSHA256
88530afcbc0cea1176ad0fa31c321905fa20a8f528fc795200445c3b095c7e2eDependencies
MCDR Plugin Dependencies
| Plugin ID | Requirement |
|---|---|
| mcdreforged | >=2.12.0 |
Python Package Requirements
| Python Package | Requirement |
|---|---|
| APScheduler | >=3.8,<4 |
| SQLAlchemy | >=2 |
| mcdreforged | >=2.12.0 |
| pathspec | |
| psutil | |
| pytz | |
| xxhash | >=3 |
| zstandard |
Python Package Installation Command
pip install "APScheduler>=3.8,<4" "SQLAlchemy>=2" "mcdreforged>=2.12.0" pathspec psutil pytz "xxhash>=3" zstandardRelease notes
Patches
- Fixed wrong field order in
restore.log(#42) - Fixed logging issue if
OnlinePlayerCounter.get_online_playersreturns None - Fixed compress comparing on file validation
- Fixed
DbSession.get_file_by_blob_hasheslimit handling (affects compress method / hash method migration)