diff options
| author | triethyl <triethylammonium@pm.me> | 2026-03-17 12:21:55 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2026-03-17 12:21:55 -0400 |
| commit | a11f07d63eb0c8ed6b15695fdba128c0a901f152 (patch) | |
| tree | a521f0d985057d085c2bdabc0d252af8c04eea53 /config | |
| parent | 5b2d02004de88168b4306ac18608fbee1b234bc8 (diff) | |
increased waystone prices, decreased kept backups, and added redstone pen mod
Diffstat (limited to 'config')
| -rw-r--r-- | config/fwaystones/config.json5 | 4 | ||||
| -rw-r--r-- | config/simplebackup.json5 | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/config/fwaystones/config.json5 b/config/fwaystones/config.json5 index 041279c..a8453a6 100644 --- a/config/fwaystones/config.json5 +++ b/config/fwaystones/config.json5 @@ -8,8 +8,8 @@ "teleportation_cost": { "cost_type": "LEVEL", "cost_item": "minecraft:ender_pearl", - "base_cost": 1, - "cost_per_block_distance": 0.001, + "base_cost": 2, + "cost_per_block_distance": 0.0015, "cost_multiplier_between_dimensions": 2.0 }, "discover_with_item": "none", 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] |
