diff --git a/seven-days-settings-undead-legacy-stable.xml b/seven-days-settings-undead-legacy-stable.xml
index 964ac05..ff6ddbd 100644
--- a/seven-days-settings-undead-legacy-stable.xml
+++ b/seven-days-settings-undead-legacy-stable.xml
@@ -201,4 +201,8 @@
+
+
+
+
diff --git a/seven-days-to-dieconfig.json b/seven-days-to-dieconfig.json
index ddfe85c..30b4766 100644
--- a/seven-days-to-dieconfig.json
+++ b/seven-days-to-dieconfig.json
@@ -192,6 +192,21 @@
"DefaultValue":"100",
"EnumValues":{},
"Suffix": "level"
+ },{
+ "DisplayName":"Persistent Player Profiles",
+ "Category":"7d2d - Server Settings",
+ "Description":"Enable/Disable players joining with the same profile they last logged in with.",
+ "Keywords":"Profile,Persistent,Enabled",
+ "FieldName":"PersistentPlayerProfiles",
+ "InputType":"checkbox",
+ "IsFlagArgument":false,
+ "ParamFieldName":"/ServerSettings/property[@name='PersistentPlayerProfiles']/@value",
+ "IncludeInCommandLine":false,
+ "DefaultValue":"false",
+ "EnumValues":{
+ "False": "false",
+ "True": "true"
+ }
},{
"DisplayName":"Control Panel Enabled",
"Category":"7d2d - Server Settings",
@@ -1243,7 +1258,7 @@
"EnumValues":{},
"Suffix": "zombies"
},{
- "DisplayName":"Death Penalty - Experimental Only",
+ "DisplayName":"Death Penalty",
"Category":"7d2d - Undead Legacy Settings",
"Description":"Sets what will be the consequences to your progression when you die in the game: No penalty - you will not get XP debt as well as no debuff, that lowers your Attributes. Beginner - near Death Trauma debuff Vanilla like experience. Moderate - same as beginner, but also with loss of random Action skills. Standard - same as moderate, but also you will respawn with partial health, food and water.",
"Keywords":"Death,Penalty",
@@ -1260,7 +1275,7 @@
"3": "Standard"
}
},{
- "DisplayName":"POI Tier Loot Scale - Experimental Only",
+ "DisplayName":"POI Tier Loot Scale",
"Category": "7d2d - Undead Legacy Settings",
"Description":"Multiplier determining how important a POI Tier is when scaling Loot Stage. 0% - Disabled Default, 100% Vanilla Scaling. Acceptable values are integers from 0 to 100",
"Keywords":"POI,Tier,Loot,Scale",