You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be really awesome if you could schedule the release of a certain modpack version to a set date. This means you could make a new version ready for releases, set an automatic release date and after the set time is met the status of version x.x.x.x will change from "private" to "public".
This would be really great for larger servers that have a high load over the day. It would give you the possibility to plan an update for 06:00 in the morning (for example) and synchronize the release of the modpack update with an automatic server update (via bash script / cronjob / GitHub archive etc.) to let your users play disturbance free.
It would be really awesome if you could schedule the release of a certain modpack version to a set date. This means you could make a new version ready for releases, set an automatic release date and after the set time is met the status of version x.x.x.x will change from "private" to "public".
This would be really great for larger servers that have a high load over the day. It would give you the possibility to plan an update for 06:00 in the morning (for example) and synchronize the release of the modpack update with an automatic server update (via bash script / cronjob / GitHub archive etc.) to let your users play disturbance free.
Could be realized via MySQL events http://dev.mysql.com/doc/refman/5.6/en/events.html
The text was updated successfully, but these errors were encountered: