GhostCDL
Useful plugin to set custom dino limit per tribe!
You can set differtent limits per dinos!
Price: FREE [See paid version]
Discord: https://discord.gg/49Ewp3AvMJ
PAID VERSION
-> Free:
Free version has a limit of 8 dinos.
You cant set custom limit for VIPS if has free version.
-> Configurable:
-> Admin Tab Commands:
->Rcon Commands:
Config:
Useful plugin to set custom dino limit per tribe!
You can set differtent limits per dinos!
Price: FREE [See paid version]
Discord: https://discord.gg/49Ewp3AvMJ
PAID VERSION
-> Free:
Free version has a limit of 8 dinos.
You cant set custom limit for VIPS if has free version.
-> Configurable:
-> Custom dinos! Set a limit per tribe of any dino!
-> Set different limits using Permissions plugin [Only for premium]
-> Choose to avoid deploy/tame/download.
-> Admin Tab Commands:
GhostCDL.Reload
->Rcon Commands:
GhostCDL.Reload
Config:
JSON:
{
"License": "FREE", //License here [put "FREE" if you arent premium]
"PreventDinoDeploy": true, //Prevent dino cryopod deploy if tribe has dino limit
"PreventDinoDownload": true, //Prevent dino data download if tribe has dino limit
"PreventDinoTame": true, //Prevent dino tame if tribe has dino limit
"CustomGroupForAllTribe": true, //If is true, the CustomGroupLimit will be avalidable tribe. [If is false, just the tribe member with the group can bypass the normal limit]
"CustomDinoLimit": {
"Raptor": { //Choise a name for the dino
"DinoBP": [ "Blueprint'/Game/PrimalEarth/Dinos/Raptor/Raptor_Character_BP.Raptor_Character_BP'", "Blueprint'/Game/PrimalEarth/Dinos/Raptor/BionicRaptor_Character_BP.BionicRaptor_Character_BP'", "Blueprint'/Game/PrimalEarth/Dinos/Raptor/Raptor_Character_BP_Aberrant.Raptor_Character_BP_Aberrant'" ], //Dinos BP
"MaxPerTribe": 30, //Max dinos of this type in the tribe.
"CustomGroupLimit": { //Set a diferent limit if a player has custom groups in Permissions plugin.
"VIP": {
"MaxPerTribe": 50
},
"MVP": {
"MaxPerTribe": 80
}
}
},
"Rex": {
"DinoBP": [ "Blueprint'/Game/PrimalEarth/Dinos/Rex/Rex_Character_BP.Rex_Character_BP'" ],
"MaxPerTribe": 20
}
},
"Messages": {
"CustomDinoLimitReached": "The dino tribe limit of {} has been reached {}/{}!"
}
}