No Wander

Verified No Wander 1.86

No permission to download

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Website User Information:

On GameServersHub, developers can earn a "Verified" prefix tag for their resources. This tag indicates that the developer has been granted a website role to upload verified resources, which are generally of higher quality than unverified ones. By consistently providing dedicated and quality results for the gaming community, developers can earn this tag and showcase their commitment to providing top-notch content. So, if you're looking for the best gaming resources, be sure to keep an eye out for the "Verified" tag on GameServersHub.
No Wander

The plugin is a very simple quality of life change. (ATLAS release available on discord)

The plugin will do the following if the setting is enabled.

New baby dinos will not wander at all now (very small 6% chance this fails and they move once)
When you claim a new baby this can automatically set it to Passive.
When you claim a new baby this can automatically set it to ignore group whistles.
When you tame/claim a new dino this can automatially set it to No Ally Looking.
Plus More...

Randomly set dino names when claiming it.
Set the dino name to the player name claiming it.
Set default targeting range to high when claiming it.
Set to target only conscious when claiming it.

Tribes are now able to override your server default settings based on their personal preferences.

Commands:
  • /NoWander (Will give usage information in game similar to this information)
  • /NoWander ? (provides a list of server options and their default setting)
  • /NoWander tribe (provides a list of tribe settings that you have set with the server default shown as well.)
  • /NoWander <option> <on/off> (Using the option number and on or off you can change a setting. The <option> value can be obtained using the ? command)
    • /NoWander 7 on (Will change your tribe settings to Randomly Name Dinos when claiming.)
    • /NoWander 7 off (Will change your tribe settings to turn off the option to Randomly Name Dinos.)
  • /NoWander stats (provides base breeding stats of the dino you are looking at tribe only or all dinos depending on server setting "DinoStatsTribeOnly")

Dependencies:
Configuration:
JSON:
{
    "General": {
        "DinoStatsTribeOnly": true,
        "AutoNoWandering": true
    },
    "Commands": {
        "CommandText": "/NoWander",
        "ServerList": "?",
        "TribeList": "tribe",
        "DinoStats": "stats"
    },
    "ServerDefaults": {
        "AutoNoAllyLook": {
            "Id": 1,
            "Name": "No Ally Looking",
            "Default": true
        },
        "AutoPassive": {
            "Id": 2,
            "Name": "Passive",
            "Default": true
        },
        "AutoIgnoreGroupWhistles": {
            "Id": 3,
            "Name": "Ignore Group Whistles",
            "Default": false
        },
        "AutoUnfollow": {
            "Id": 4,
            "Name": "Unfollow",
            "Default": true
        },
        "AutoOnlyTargetConscious": {
            "Id": 5,
            "Name": "Target Conscious Only",
            "Default": false
        },
        "AutoTargetingRangeHigh": {
            "Id": 6,
            "Name": "Target Range High",
            "Default": false
        },
        "AutoRandomName": {
            "Id": 7,
            "Name": "Randomly Name Dino",
            "Default": false
        },
        "AutoPlayerName": {
            "Id": 8,
            "Name": "Player Name on Dino",
            "Default": false
        },
        "AutoDisableDinoNamePopup": {
            "Id": 9,
            "Name": "Do Not Prompt for Dino Name",
            "Default": false
        },
        "AutoStatsName": {
            "Id": 10,
            "Name": "Dino Stats Naming",
            "Default": false
        },
        "AutoStatsPointName": {
            "Id": 11,
            "Name": "Dino Stats Point Naming",
            "Default": false
        }
    },
    "AlwaysWander": [
        "Mosa_Character_BP",
        "Cherufe_Character_BP",
        "Dunkle_Character_BP"
    ],
    "Messages": {
        "Sender": "NoWander",
        "SettingChanged": "Your setting was updated",
        "Error": "<RichColor Color=\"1, 0, 0, 1\">Something went wrong!</>",
        "Owner": "<RichColor Color=\"1, 0, 0, 1\">Only the tribe owner is allowed to use this feature!</>",
        "NoTribe": "<RichColor Color=\"1, 0, 0, 1\">You must be in a tribe to use this feature.</>",
        "Usage": "Usage: /NoWander <option number> <on/off> - will set your tribe option setting (Tribe Owners Only)\n/NoWander ? - will provide a list of valid option numbers\n/NoWander tribe - will show your tribes current option settings"
    },
    "Mysql": {
        "UseMysql": false,
        "MysqlHost": "localhost",
        "MysqlUser": "sqlusername",
        "MysqlPass": "sqlpassword",
        "MysqlDB": "mydatabasename"
    }
}
Configuration Details:
General:
  • DinoStatsTribeOnly: True will prevent getting wild or enemy tribe dino stats.
  • AutoNoWandering: True will force baby dinos to not wander server wide. False will force baby dinos to wander server wide.
Commands:
  • CommandText: Change this if you want to make the command in game different. /NoWander
  • ServerList: Is the secondary command that provides the server default settings. /NoWander ?
  • TribeList: Is the secondary command that provides the list of tribe settings that were changed. /NoWander tribe
ServerDefaults:
  • Lines that start with "Auto" like "AutoNoAllyLook" cannot be changed or plugin will not function.
  • Id: Do not change this or you will have issues with tribe settings.
  • Name: You can change this to say whatever you like in whatever language.
  • Default: true or false are the only valid settings here.
    • true = Feature is on by default
    • false = Feature is off by default
    • Tribes can override this on their own and I suggest setting the more common settings all players will use to true and leave the uncommon ones as false. I have set the default config how I would use it.
AlwaysWander:
  • Any dinos added to this section will wander when born to help with large dinos where babies are born inside them. Once the baby is claimed wandering will be disabled.
Messages:
  • Change or translate these however you want but only the text to the right of the :
MySQL: (OPTIONAL)
  • If you are using this you will already know what to do. It works the same as all other plugins using it.
  • Keeping this disabled the plugin automatically uses Sqlite as the database which requires no setup.

Note: Only new babies or tames will be affected by this plugin.

Donations: If you feel like donating for my time please use the button below.



Latest updates

  1. 1.86

  2. 1.85

  3. 1.84

    Fixed negative stats in dino naming after they reach above 128.
Tempest Dedicated Servers
Tebex
Back
Top