Possible to add phases or config?Solved
My server is possibly looking at creating a custom faction mod and setup. I would LOVE to pair this in my server. I was curious if in time you are thinking of making the phase count or items configurable? I see in the code where it references the actual items which is awesome.

Thanks so much and love your mod!
Yes! You can already configure the time length for each phase and have as many or as few phases as you wish. Simply add or remove values to the "thresholds" array in the plugin's config file on your server. Below is a description of this configuration:

thresholds - An array of integers representing the number of minutes from the start of wipe before the next phase begins. The default values are 2880 and 5760, which are 2 days, and 4 days, respectively. This means phase 2 begins after two days from wipe, and phase 3 after 4 days from wipe. You can configure more than two thresholds to add more phases to your wipe period.

Please let me know if you have trouble with this.
Can we also config items/weapons for the phases? Thanks so much!
Yes you can! You can configure the items for each phase by modifying the items.json file in the Timed Progression plugin's data folder on your server.
Thank you very much!
Locked automatically