SimpleFileManager - Ability to automatically cleanup old logs, and many other features

This is a discussion topic for the Ore project, SimpleFileManager. View the full project on Ore for downloads and more information.


Features

  • Automatically cleanup old server logs
  • Delete custom defined files / directories on server startup

Default Configuration

Main {
    DeleteManager {
        # If true, all specified files will be deleted on startup.
        enabled=false
        files=[
            "testfile.txt",
        ]
    }
    LogManager {
        delete-files-older-than=6
        directory=logs
        # If true, all logs older than x days will be deleted.
        enabled=true
    }
}

A new version has been released for SimpleFileManager, it is available for download here.


Ability to automatically cleanup old logs, and many other features.