Automatically set your dino settings on claim!
Plugin features:
- Make dinos passive on claim.
- Make dinos stop ally looking on claim.
- Rename dinos as stats or player name on claim.
- Set preferred stats to display and minimum level for them to display.
- Prevent name dialog on creature taming.
Commands:
AutoDinoSettings.Reload - Reload plugin configuration.
JSON:
{
"PreventNameDialogOnTame": true, # Prevents Name Dialog when you tame a dino.
"MakePassiveOnClaim": true, # Make dinos passive when they have been claimed.
"NoAllyLookOnClaim": true, # Block Ally Looking when dinos are claimed.
"RenameClaimed": true, # Rename dinos when they have been claimed.
"RenameAsPlayerName": false, # Rename dinos as name of a player who claimed them.
"StatTypes": { # If RenameAsPlayerName is False then it will rename them as their stats.
"BabyCryoRenameDinos": true, # Rename baby dinos that were just thrown out of cryopod.
"RenameNewborns": true, # Rename newborns. (overrides DescriptiveName)
"MinBabyAgeToRename": 0.1, # Min baby age to rename.
"Health": {
"IsEnabled": true, # Is enabled to display this stat?
"MinDisplay": 5, # Minimal stat required to display in name.
"Display": "H{} " # Form of the display, where {} is stat number.
},
"Stamina": {
"IsEnabled": true,
"MinDisplay": 5,
"Display": "S{} "
},
"Oxygen": {
"IsEnabled": false,
"MinDisplay": 5,
"Display": "O{} "
},
"Food": {
"IsEnabled": true,
"MinDisplay": 5,
"Display": "F{} "
},
"Weight": {
"IsEnabled": true,
"MinDisplay": 5,
"Display": "W{} "
},
"Melee": {
"IsEnabled": true,
"MinDisplay": 5,
"Display": "M{} "
}
}
}

