Baby Dino Collector

Verified Baby Dino Collector 1.0

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.
Baby Dino Collector
PLEASE NOTE: After you purchase a license, please visit my Discord Channel for file access and Account ID
https://discord.gg/TFSY7fEqT7
IF YOU HAVE ANY ISSUES BUYING FROM HERE you can also purchase from my Official Webstore located at:
https://jraserverapi.tebex.io/


This plugin will add Baby Dino Collectors to your servers. Collectors are saved and reloaded with the map.

1659835231491.png



Just look at the configured structure (the default config is the vault and storage box) and then type /collectbabies

1659835274018.png


By default you must provide the cryopods in order to capture the baby dinos. But you can also disable that feature and the crypopods will be automatically created.

The Baby Dino Collector will not work if there are enemy tribe structures within the collection range.

JSON:
{
    "BabyDinoCollector":{    
        "AccountID": "",  // account id
        "Enabled": true,  // enable plugin
        "DiscordWebHook": "",  // discord webhook for logging
        "DatabaseSaveIntervalMinutes": 15,   // database save interval in minutes
        "BabyDinoCheckIntervalSeconds": 80, // how often to look for baby dinos

        "GroupPermission": {
            "Admins":{
                "Priority": 1, // admins should always be priority 1
             
                "CollectBabyDinosEnabled": true,     // enable feeder
                "CollectBabyDinosUseTokens": false,  // pay with tokens?
                "CollectBabyDinosLimit": 2,   // how many collectors per map?
                "CollectBabyDinosPrice": 0    // how much?
            },         
            "Default":{
                "Priority": 99,  // Default group should always be last

                "CollectBabyDinosEnabled": true,
                "CollectBabyDinosUseTokens": false,
                "CollectBabyDinosLimit": 2,
                "CollectBabyDinosPrice": 0
            }         
        }, 

        "Collector":{
            "Enabled": true,
            "RequireCryopods": true,      // true=required cryopods to be putin the structure to work. false=cryopods will be created automatically
            "ChatCommand": "/collectbabies",
            "TokenName": "CollectBabyDinos",
            "CommandCooldownInSeconds": 5,     // how often can the player spam this command?
            "FoundationDistanceLimit" : 5,    // how close the player has to be to use the command
            "MaxLimit": 20,            // the max number of newborns to grab per interval
            "FoundationRange" : 40,    // the range to look for newborns
         
            // the structures used as collectors
            "Structures": [
                "Blueprint'/Game/PrimalEarth/Structures/StorageBox_Huge.StorageBox_Huge'",
                "Blueprint'/Game/PrimalEarth/Structures/StorageBox_Large.StorageBox_Large'"
            ]             
        },

        "Messages":{
            "GroupPermission": {
                "Default":{
                    "Priority": 99,                 

                    "CollectFail": "This structure is already being used as a collector",
                    "CollectBabyDinos": "This structure will now collect Baby Dinos",
                    "CollectBabyDinosOff": "This structure is no longer collecting Baby Dinos",
                    "CollectBabyDinosMax": "You have reached the max limit for Baby Dino Collectors on this map",
                    "BabyDinos": "Baby Dinos",                 
                    "Collecting": "Collecting",
                    "NoPermission": "You do not have permission to use this command",
                    "SenderNameInChat": "SERVER",
                    "NotEnabled": "This feature is not enabled on the server",
                    "NotEnoughTokens": "You don't have enough tokens to use this command",
                    "NoPoints": "You do not have enough points ({} needed)",
                    "CommandPurchased": "Command purchased for {} points",
                    "CommandCooldown": "You cannot use this command so quickly, try again in a moment",                 
                    "Points": "Points",
                    "Tokens": "Tokens",
                    "Free": "Free"
                }
            }         
        }
    }
}
Tebex
Rogue Vikings Discord Server - Rogue Vikings Gaming Servers - Minecraft Prison Servers - Minecraft Creative Servers
Monetize your ARK server
Tempest Dedicated Servers
Back
Top