Good plugin.Please make it more perfect,thank you.
But can you consider to improve that ark server do not need to restart when decay coming.
and please consider to improve that Structure Decay:
set Different Structure Decay Time,like so:
"AutoDecayEnabled":true,
"AutoDecay":96, //If tribe is offline more than 96 hours -> //Time in HOURS
"DecayDino":false, //Destroy tribe dinos
"UnclaimDino":true, //Unclaim tribe dinos
"DecayStructures":true, //Destroy tribe structures
Single Structure Decay Override
Decay Time: hour
Double Structures Decay Override
Decay Time: hour
Trio Structures Decay Override
Decay Time: hour
Single,Double and Trio Structure Decay Override,it will do not have any conflict for "AutoDecay":96
because we have a bad and painful issue that many players often place many Single Structure or Double Structures,now others can not build here again.
This problem has been bothering us all the time.Please consider it.
maby like so:
"SoloStructureOverrides": [ // If you want to disable that just leave the "[],"
{
"BlueprintPath": "Blueprint'/Game/Mods/StructuresPlusMod/Misc/AutoTurret/PrimalItemStructure_AutoTurret.PrimalItemStructure_AutoTurret'",
"DecayTime": {
"GivenIn": "HOURS",
"Value": 36
}
}
],
"DuoStructureOverrides": [ // If you want to disable that just leave the "[],"
{
"BlueprintPath": "Blueprint'/Game/Mods/StructuresPlusMod/Ladders/Wood/PrimalItemStructure_Ladder_Wood.PrimalItemStructure_Ladder_Wood'",
"PlacedOn": "Blueprint'/Game/Mods/StructuresPlusMod/Structures/Foundations/Square/Metal/PrimalItemStructure_Foundation_Metal.PrimalItemStructure_Foundation_Metal'",
"DecayTime": {
"GivenIn": "HOURS",
"Value": 32
}
},
{
"BlueprintPath": "Blueprint'/Game/Mods/StructuresPlusMod/Ladders/Metal/PrimalItemStructure_Ladder_Metal.PrimalItemStructure_Ladder_Metal'",
"PlacedOn": "Blueprint'/Game/Mods/StructuresPlusMod/Structures/Foundations/Square/Metal/PrimalItemStructure_Foundation_Metal.PrimalItemStructure_Foundation_Metal'",
"DecayTime": {
"GivenIn": "HOURS",
"Value": 24