added default value handling to setup wizard

added table to store the default values of the whole system, to not require the property files
added ability to cancel setup wizard
This commit is contained in:
Sheldan
2020-05-22 20:13:24 +02:00
parent 992357b2cb
commit 3714fd2582
37 changed files with 535 additions and 69 deletions

View File

@@ -0,0 +1 @@
Setup for ${featureName} has been cancelled.

View File

@@ -1 +1 @@
${featureName} has been successfully setup.
Setup for ${featureName} has been completed successfully.

View File

@@ -0,0 +1 @@
Starting setup of feature ${featureName}. Type 'exit' to stop or 'default' to keep the proposed default value.

View File

@@ -1 +1 @@
The value each gained experience is multiplied by. Default 1.0
The value each gained experience is multiplied by. Default: ${defaultValue}

View File

@@ -1 +1 @@
The maximum of experience given randomly. Default: 25
The maximum of experience given randomly. Default: ${defaultValue}

View File

@@ -1 +1 @@
The minimum experience given randomly. Default: 10
The minimum experience given randomly. Default: ${defaultValue}

View File

@@ -1 +1 @@
The amount of days after which a warning is decayed.
The amount of days after which a warning is decayed. Default: ${defaultValue}

View File

@@ -1 +1 @@
The text to close mod mail threads with.
The text to close mod mail threads with. Default: `${defaultValue}`