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.
Just look at the configured structure (the default config is the vault and storage box) and then type /collectbabies
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.
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.
Just look at the configured structure (the default config is the vault and storage box) and then type /collectbabies
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"
}
}
}
}
}