From a11f07d63eb0c8ed6b15695fdba128c0a901f152 Mon Sep 17 00:00:00 2001 From: triethyl Date: Tue, 17 Mar 2026 12:21:55 -0400 Subject: increased waystone prices, decreased kept backups, and added redstone pen mod --- config/simplebackup.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/simplebackup.json5') diff --git a/config/simplebackup.json5 b/config/simplebackup.json5 index 9bab081..a5b4e3e 100644 --- a/config/simplebackup.json5 +++ b/config/simplebackup.json5 @@ -39,7 +39,7 @@ "backupPath": "backup", //Maximum number of backups to keep at a given time. [default = 10] //If we generate a backup, but have more backups than this number, the oldest backup will be deleted. - "maxBackupsToKeep": 10, + "maxBackupsToKeep": 4, //True to enable manual backups, false to disable [default = true] "enableManualBackups": true, //Permission level to allow manual backups. [4 = Ops] [0 = everyone] [default = 4] -- cgit v1.2.3