Deletes old Minecraft server logs automatically
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Govindas 5f35cbd2a4
Optimize imports
1 year ago
src/main Optimize imports 1 year ago
.gitignore Update .gitignore 1 year ago
LICENSE Initial commit 1 year ago
README.md Update README.md 1 year ago
pom.xml Initial commit 1 year ago

README.md

AutomaticLogDeleter

Deletes old server logs automatically

Config

#AutomaticLogDeleter plugin config
#lines that start with a hashtag are comments
#delete logs older than 24 hours by default
#you can set it to -1 to simply delete all logs
#default value: 86400
delete-logs-older-than-seconds: 86400

#by default old logs are deleted only on startup
#default value: false
also-delete-logs-on-shutdown: false