MineBackup v5.9.3

Details

  • Filename
    MineBackup-5.9.3.jar
  • Uploaded by
  • Uploaded
    Apr 9, 2012
  • Size
    123.05 KB
  • Downloads
    43,487
  • MD5
    8e5e2c4855ef8aeec052b813c26c3df5

Supported Bukkit Versions

  • CB 1.2.5-R1.0

Changelog

v5.9.3

  • add debug message for values of loaded config
  • fix messages.action_done not being broadcast
  • fix exact time actions
  • made old map format warning dimension smart
  • remove stacktrace from HTTPExceptions (prettier Dropbox error messages)
  • fix missing leading zero in exact times (in status messages)

v5.9.2

  • added quick mode to upload thread
  • added nag message if old map format files exist
  • fixed upload action detection if actions_on_start is enabled
  • update upload command strings
  • cleaned up process() action switching
  • added friendly ftp errors (failed login/path not existant)

v5.9.1

  • add actions_on_startup to replace start_covered_in_dirt
  • fix extra persist.dat migration

v5.9

  • fix 'start_covered_in_dirt' setting being ignored
  • silence InterruptedException
  • split strings off from config.yml
  • added broadcast setting (sends backup action message to users)
  • a copy of configuration is made when invalid or migrated
  • 'upload' command added
  • add warning when queue gets too big from low interval settings

v0.5.8

  • convert to new event api
  • add ftp support (you need to make sure the folders for worlds exist on ftp server)

v0.5.5

  • tweak messages sent to console
  • add "cleanup" action
  • ignore .lck files by default
  • log ALL ioexception instead of dying on some

v0.5.4

  • fix chunks not unloading on save
  • [again] fix copy/compress action stopping if file is locked (reports to console in debug)

v0.5.3

  • fix ConcurrentModificationException, switched to callSyncMethod;
  • fix exclude-folders setting;
  • fix copy/compress action stopping if file is locked (reports to console in debug);
  • remove some extra buffering layers

v0.5.2

  • attempted to fix ConcurrentModificationException

v0.5.1

  • fix UnsupportedOperationException at ltguide.minebackup.TaskProcess.checkQueue(TaskProcess.java:52)

v0.5

  • staggered world-specific actions (save/copy/compress/dropbox) at a exact time or interval
  • backup plugins
  • tons more

v0.4.8.4

  • almost complete recode, too many changes to enumerate

v0.4.8.3

  • fix month off by one

v0.4.8.2

  • fix ConsoleCommandSender errors