Damage control plugin

Welcome!

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

SignUp Now!
  • Public Service Announcement

    Hey Guest, I’ve got some exciting news to share! 🎉

    Starting this December, I’ll be moving the entire GameServersHub website away from WordPress and rebuilding it in Next.js! This upgrade will bring incredibly faster speeds, smoother performance, and a modern user experience that sets the stage for everything coming next.

    In 2026, GameServersHub will be entering a new era. I’ll be revamping the entire platform from the ground up and launching a brand-new, fully modernized marketplace. It’ll feature a cleaner design, improved functionality, and better tools for both creators and server owners.

    On top of that, development has already started on the GameServerListing project at https://gsl-six.vercel.app/, which is expected to launch in early Q1 2026. This new system will make discovering and managing servers easier than ever before.


    👉 Stay in the loop!
    Join our Discord for behind-the-scenes updates, early previews, and community discussions.

    » Click here to join our Discord! «

    ~ MrOwlSky

HurtUnsc

Member
Joined
Dec 13, 2021
Messages
5
I was wondering if any one could me out with what I might be filling out wrong on the config file.
 
I was wondering if any one could me out with what I might be filling out wrong on the config file.
Hi, If I'm not wrong you got help in discord right?
 
With getting the key entered yes. I am just confused about adding more then one dino.
 
so I have tried this way

"TamedDinos":[
{
"Blueprint": "Blueprint""/Game/Mods/AE/Dinos/Special/Tributes/TerraNova/TerraNova_Character_BP.TerraNova_Character_BP'",
"Blueprint": "Blueprint""/Game/Mods/AE/Dinos/Special/TitanGod/TitanGod_Character_BP.TitanGod_Character_BP'",
"Blueprint": "Blueprint""/Game/Mods/AE/Dinos/Robot/Extinction/Mek/Mek_Character_BP_AE.Mek_Character_BP_AE'",
"Blueprint": "Blueprint""/Game/Mods/Primal_Fear_Bosses/Chaos/Manticore/PFBChaosManticore_Character_BP_New_Child.PFBChaosManticore_Character_BP_New_Child'",
"Blueprint": "Blueprint""/Game/Mods/AE/Dinos/Darkstar/FeatheredDarkStar_Character_BP_Tamed.FeatheredDarkStar_Character_BP_Tamed'",
"Blueprint": "Blueprint""/Game/Mods/AE/Dinos/Darkstar/ArmoredDarkStar_Character_BP_Tamed.ArmoredDarkStar_Character_BP_Tamed'",
"Blueprint": "Blueprint""/Game/Mods/Primal_Fear/Dinos/Celestial/Argentavis/CelestialArgent_Character_BP.CelestialArgent_Character_BP'",
"Blueprint": "Blueprint""/Game/Mods/Primal_Fear_Bosses/Chaos/Manticore/PFBChaosManticore_Character_BP_New_Child.PFBChaosManticore_Character_BP_New_Child'",
""Player"": {
""AllowDamage"": true,
""AllowDamageText"": true,
""MaxDistance"": -1,
""DamageMultiplier"": 1,
""MaxDamage"": -1
},
""TamedDino"": {
""AllowDamage"": true,
""AllowDamageText"": true,
""MaxDistance"": -1,
""DamageMultiplier"": 1,
""MaxDamage"": -1
},
""WildDino"": {
""AllowDamage"": true,
""AllowDamageText"": true,
""MaxDistance"": -1,
""DamageMultiplier"": 1,
""MaxDamage"": -1
},
""Structure"": {
""AllowDamage"": false,
""AllowDamageText"": true,
""MaxDistance"": -1,
""DamageMultiplier"": 1,
""MaxDamage"": -1
}
}
],
 
along with this way
],
"TamedDinos": [
{
"Blueprint": "Blueprint""/Game/Mods/AE/Dinos/Special/Tributes/TerraNova/TerraNova_Character_BP.TerraNova_Character_BP'",
"Player": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"TamedDino": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"WildDino": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"Structure": {
"AllowDamage": false,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
}
}
{
"Blueprint": "Blueprint""/Game/Mods/AE/Dinos/Special/TitanGod/TitanGod_Character_BP.TitanGod_Character_BP'",
"Player": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"TamedDino": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"WildDino": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"Structure": {
"AllowDamage": false,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
}
}{
"Blueprint": "Blueprint""/Game/Mods/AE/Dinos/Robot/Extinction/Mek/Mek_Character_BP_AE.Mek_Character_BP_AE'",
"Player": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"TamedDino": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"WildDino": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"Structure": {
"AllowDamage": false,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
}
}{
"Blueprint": "Blueprint""/Game/Mods/Primal_Fear_Bosses/Chaos/Manticore/PFBChaosManticore_Character_BP_New_Child.PFBChaosManticore_Character_BP_New_Child'",
"Player": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"TamedDino": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"WildDino": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"Structure": {
"AllowDamage": false,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
}
}{
"Blueprint": "Blueprint""/Game/Mods/AE/Dinos/Darkstar/FeatheredDarkStar_Character_BP_Tamed.FeatheredDarkStar_Character_BP_Tamed'",
"Player": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"TamedDino": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"WildDino": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"Structure": {
"AllowDamage": false,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
}
}{
"Blueprint": "Blueprint""/Game/Mods/AE/Dinos/Darkstar/ArmoredDarkStar_Character_BP_Tamed.ArmoredDarkStar_Character_BP_Tamed'",
"Player": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"TamedDino": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"WildDino": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"Structure": {
"AllowDamage": false,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
}
}{
"Blueprint": "Blueprint""/Game/Mods/Primal_Fear/Dinos/Celestial/Argentavis/CelestialArgent_Character_BP.CelestialArgent_Character_BP'",
"Player": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"TamedDino": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"WildDino": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"Structure": {
"AllowDamage": false,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
}
}{
"Blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Rex/Rex_Character_BP.Rex_Character_BP'",
"Player": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"TamedDino": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"WildDino": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"Structure": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
}
}{
"Blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Rex/Rex_Character_BP.Rex_Character_BP'",
"Player": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"TamedDino": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"WildDino": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"Structure": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
}
}
],
"WildDinos": [
{
"Blueprint": "",
"Player": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"TamedDino": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
},
"Structure": {
"AllowDamage": true,
"AllowDamageText": true,
"MaxDistance": -1,
"DamageMultiplier": 1,
"MaxDamage": -1
}
}
],
 
Eu queria saber se alguém poderia me informar o que eu poderia estar preenchendo errado no arquivo de configuração.
[/CITAR]

siga seu arquivo corrigido, você deixou várias chaves abertas e algumas duplicatas faltando o fechamento
 
Support is provided in tickets in my discord
 
Back
Top