Deletes old Minecraft server logs automatically
Go to file
Govindas 5f35cbd2a4 Optimize imports 2021-10-21 11:12:22 +03:00
src/main Optimize imports 2021-10-21 11:12:22 +03:00
.gitignore Update .gitignore 2021-10-21 11:12:21 +03:00
LICENSE Initial commit 2021-10-21 11:12:21 +03:00
README.md Update README.md 2021-10-21 11:12:21 +03:00
pom.xml Initial commit 2021-10-21 11:12:21 +03:00

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