From 48fb82c171c7a9f71283dfdb7ba9d5ed28305ef5 Mon Sep 17 00:00:00 2001 From: BuckarooBanzay Date: Wed, 2 Jun 2021 20:04:46 +0200 Subject: [PATCH] add settingtypes --- settingtypes.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/settingtypes.txt b/settingtypes.txt index 4aff28d..03959c0 100644 --- a/settingtypes.txt +++ b/settingtypes.txt @@ -6,3 +6,9 @@ mtinfo.screenshot_mod (the mod of the containing screenshot) string # Image on the start page mtinfo.screenshot_name (the name of the screenshot) string screenshot.png + +# mod activation +mtinfo.enabled (activates the page generation) bool false + +# auto shutdown behavior +mtinfo.autoshutdown (shutdown after generation) bool false \ No newline at end of file