"EggsSettings": {
"AutoDestroyFertilizedEggs": true, // If enabled, it will automatically destroy dropped dinosaur eggs (e.g., when players drop wyvern eggs somewhere in the open world). It will not destroy eggs in nests and eggs laid by dinos. This setting only affects eggs dropped by players.
"AutoDestroyFertilizedEggsDelayInSeconds": 30, // Delay in seconds. This is the time after which the egg will be destroyed after the player drops it.
"DinoEggsForAutoDestroy": [ // List of dinos whose eggs need to be destroyed (this setting works with both vanilla wyverns and mod wyverns).
"Wyvern"
],
"StructuresForPreventingEggDestruction": [ // List of structures near which the egg will not be destroyed. If the egg is lying near any structure from the list, it will not be destroyed. You need the Blueprint of the structure, not the item. You can get it using the command "cheat GetTargetBP" while looking at the desired structure.
"Blueprint'/Game/PrimalEarth/Structures/Campfire.Campfire'",
"Blueprint'/Game/PrimalEarth/Structures/Electric/AirConditioner.AirConditioner'"
]
}