Skip to content

A utility to clean up old/unaccessed worlds from PlotSquared from both filesystem and database.

Notifications You must be signed in to change notification settings

BuildersRefuge/WorldCleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Discord Invite Website


WorldCleaner

WorldCleaner is a utility to clean up worlds that have not been updated after a specific date. It will move the unchanged worlds to a dedicated location specified in the config file. It will also delete the world entry from the database to allow the world id to be reused.

How it works

Every world contains a level.dat file and it is this file WorldCleaner checks. The matchDatespecified

Folder structure

The target folder structured is

worlds\
    -1,1\
     0,0\
    1,-1\
worlds\
    current-date\
        owner-uuid\
            -1,1\
            0,0\
            1,-1\

About

A utility to clean up old/unaccessed worlds from PlotSquared from both filesystem and database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages