Hi,
Config on description tab does not match generated json from config folder on server, it is missing objects (see below for example)
"Animal install by item": [
{
"Item name": "Wolf",
"Item shortname": "furnace",
"Item skin": 1234,
"Return item back if player have despawned the animal via command or GUI?": false,
"Bot info": {
"The name of the animal to be selected through the command when spawning": "wolf1",
"Animal type (bear, boar, chicken, stag, wolf, polar-bear)": "wolf",
"Animal speed (slowest, slow, normal, fast)": "normal",
"Maximum health": 200,
"Animal spawn cooldown": 300.0,
"AI Stopping Distance": 0.1,
"Addons setup": {
"Enable the ability to ride an animal?": false,
"Add a bag to an animal to store resources?": true,
"Number of available slots in the bag (maximum 36)": 12
},
"Functions setup": {
"Can the animal attack objects?": true,
"Can an animal loot boxes?": true,
"Can the animal pick up resources?": true,
"Does the animal have to defend itself?": true,
"Should the animal protect the owner?": true,
"Can an animal collect resources within a radius of 50 meters? (/panimal auto-collect)": false,
"Only owner can open animal's bag after death?": true
},
"Damage, interactions and loot setup": {
"Animal damage rate": 2.0,
"Damage rate receive for an animal": 1.0,
"Can the animal damage players?": true,
"Can players damage the animal?": true,
"Despawn animal corpse after death?": false,
"Distance between animal and loot entity (collectible resources, loot boxes etc.)": 3.0,
"Distance between animal and enemy": 5.0,
"Setting up resource pickup rates": {
"stones": 5.0
},
"Black list of items that cannot be put in the bag": [
"rocket.launcher"
]
},
"Death Marker (marker will be only visible for owner)": {
"Show marker on bot's death position?": false,
"Display name on map": "Bot's death marker",
"Marker radius": 0.35,
"Outline color (hex)": "00FFFFFF",
"Main color (hex)": "00FFFF",
"Alpha": 0.5,
"Duration": 20
},
"Nutrition setup": {
"Turn on the animal feeding system?": true,
"Setting health for food eaten": {
"pumpkin": 10.0,
"corn": 5.0,
"apple": 5.0
}
}
}
}
],
Can we please have complete config and documentation or explanation why this is different ?