[Resource] Structures Limit

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

This prefix applies to all resources.
Maybe a Reload Command? Or it's only possible to apply changes in a server restart??
 
Hola, todavía no sé cómo agregar más estructuras en la configuración, agrego y ma arroja un error.
 
hmm, i cant limit the S+ Nanny to one...

Tested it with
"Blueprint'/Game/Mods/StructuresPlusMod/Misc/Nanny/PrimalItemStructure_Nanny.PrimalItemStructure_Nanny'":1,
"Blueprint'/Game/Mods/StructuresPlusMod/Misc/BP_Nanny.BP_Nanny'":1,

but i still can place more then one :/

EDIT:
Problem solved correct is: "Blueprint'/Game/Mods/StructuresPlusMod/Misc/Nanny/BP_Nanny.BP_Nanny'":1,
 
Last edited:
Hey, are you able to add a tchat command to show the tribe live structure count please ?

Like /structure

You actually have 53 structures left
 
All Structure limit is working for ma,
per type limit isnt working.
Any ideas?


{
"General":{
"MaxAmount":150,
"CheckInterval":30,
"NotificationDisplayTime":4.0,
"NotificationScale":1.3
},
"Structures":{
"Blueprint'/Game/Mods/TCsAutoRewards/Main/PrimalItemStructure_RewardVault.PrimalItemStructure_RewardVault'":2,
"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Metal/PrimalItemStructure_MetalFloor.PrimalItemStructure_MetalFloor'":10
},
"Messages":{
"ReachLimit":"You have reached your limit of this structure!"
}
}
 
Hi there! Specially for Michidu or other devs, I got a working plugin that:

- Tells you the number of total structures you already have set vs the server max config.
- Can reload the config

Almost done the part to tell you the number of total "specific" structures vs the limit (under "Structures" in config).

Should have a PR to github in a couple of days for the whole thing as per requests in the Reviews tab, just want to know whether someone is already working on this to avoid duplicate efforts.
 
Hi there! Specially for Michidu or other devs, I got a working plugin that:

- Tells you the number of total structures you already have set vs the server max config.
- Can reload the config

Almost done the part to tell you the number of total "specific" structures vs the limit (under "Structures" in config).

Should have a PR to github in a couple of days for the whole thing as per requests in the Reviews tab, just want to know whether someone is already working on this to avoid duplicate efforts.
If you're a plugin dev, You should get a invite to the exclusive discord soon. :cool:
 
Hi there! Specially for Michidu or other devs, I got a working plugin that:

- Tells you the number of total structures you already have set vs the server max config.
- Can reload the config

Almost done the part to tell you the number of total "specific" structures vs the limit (under "Structures" in config).

Should have a PR to github in a couple of days for the whole thing as per requests in the Reviews tab, just want to know whether someone is already working on this to avoid duplicate efforts.
Nice job. :)
 
How to modify this code to take effect "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Wooden/PrimalItemStructure_WoodFenceFoundation.PrimalItemStructure_WoodFenceFoundation'"
 
"Blueprint'/Game/PrimalEarth/Structures/Wooden/FenceFoundation.FenceFoundation'"
 
Back
Top