Structures limit (Atlas)

Verified Structures limit (Atlas) 2.0b

No permission to download

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.
Structures limit (Atlas)
All Creds to @Michidu who created the plugin initially.
Structures limit

Tested:

  • Atlas
  • Blackwood
  • Hot Load and Unload.
  • Vanilla Structures
  • Modded Structures
Chat Commands:
  • /ShowLimits - Shows the amount of player/company structures.
Console Commands:
  • GetBp - Prints to chat and server log target structure asset name.
Load/Unload:
  • It is not recommended to unload/load during runtime as for now.
Config:
JSON:
{
  "General":{
    "MaxAmount":15000, // Global max amount of structures per company or player
    "CheckInterval":30,  // Update interval in seconds
    "NotificationDisplayTime":4.0,
    "NotificationScale":1.3
  },
  "Structures":{ // Specific structures limit, uses asset path
    "Blueprint'/Game/Atlas/Weapons/Large_Cannon/StructureLargeCannon_BP.StructureLargeCannon_BP'":{
      "Name":"Large Cannon", // Custom name for ShowLimit command
      "Count":9999 // limit for this structure
    },
    "Blueprint'/Game/YARK/ShipCombat/Test_Christian/StructureCannonBase_BP.StructureCannonBase_BP'":{
      "Name":"Medium Cannon",
      "Count":9999
    },
    "Blueprint'/Game/Atlas/Structures/Floors/Stone/Structures/StructureBP_Floor_Square_Stone.StructureBP_Floor_Square_Stone'":{
      "Name":"Stone Floor",
      "Count":100
    },
    "Blueprint'/Game/Atlas/Structures/Floors/Wood/Structures/StructureBP_Floor_Square_Wood.StructureBP_Floor_Square_Wood'":{
      "Name":"Wood Floor",
      "Count":100
    },
    "Blueprint'/Game/Atlas/Structures/Floors/Thatch/Structures/StructureBP_Floor_Square_Thatch.StructureBP_Floor_Square_Thatch'":{
      "Name":"Thatch Floor",
      "Count":100
    }
  },
  "Messages":{
    "Sender":"StructuresLimit",
    "ShowLimitsCmd":"/ShowLimits",
    "ReachLimit":"You have reached your limit of structures",
    "ShowLimitMsg":"{}: {}/{}\n",
    "TotalLimitMsg":"Total: {}/{}"
  }
}

Latest updates

  1. 2.0b

    Merge from ARK Version 2.3 Note: This release is almost untested and comes with zero guarantees!
Tempest Dedicated Servers
Tebex
Back
Top