SR's Auto Dino Settings

Free SR's Auto Dino Settings 1.6.1

No permission to download
This resource is free

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{} "
        }
    }
}

Author
srdev
Downloads
58
Views
815
First release
Last update
Rating
5.00 star(s) 2 ratings

More resources from srdev

Latest updates

  1. v1.6.1 - Bugfix

    Fixed Rhynio being unclaimable when "RenameNewborns" is true. Updated commented_config.

Latest reviews

Great plugin that saves time for repro
Works like a charm. No more setting every dino to passive and stop ally looking.

You can even setup a config for autoname your dino on claim.
Back
Top