Structures Limit

Verified Structures Limit 2.5.1

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
Structures Limit
It limits structures per tribe/player in the whole map!

Features:
  • New Logic for checking structures instead of timed based intervals. (Performance Improvement!)
  • Global Structure Limit
  • Specific Structure Limit of any Structure
  • Tribe Merge Prevention
  • Tribe Invite Prevention
Upcoming Features:
  • TBA
Handles:
  • Structures placed
  • Structures removed/destroyed
  • Structures merging
  • Ignores C4 Charges
  • And more...
Chat Commands:
  • /ShowLimits - Shows the amount of player/tribe structures.
Console Commands:
  • sl.reload - Reloads config file.
  • UpdateStructures - Force structure count update (if needed).
  • GetBp - Prints to chat and server log target structure asset name.
RCON Commands:
  • sl.reload - Reloads config file from rcon
  • UpdateStructures - Force structure count update (if needed).
Dependencies:


Config Example:
JSON:
{
  "General": {
    "IgnoreAdmin": false, // option if we should prevent admins from building or not, needs to be in "Admins" group.
    "MaxAmount": 8000, // Global max amount of structures per tribe or player
    "NotificationDisplayTime": 4, // Display time for messages
    "NotificationScale": 1.3 // Display scale/size for messages
  },
  "Structures": {
    "Blueprint'/Game/ScorchedEarth/Structures/Adobe/Blueprints/SM_AdobeFloor_BP.SM_AdobeFloor_BP'": {
      "Name": "Adobe Foundation",
      "Count": 5 //Max amount for specific blueprint
    },
    "Blueprint'/Game/PrimalEarth/Structures/Stone/Stone_Floor/Floor_Stone.Floor_Stone'": {
      "Name": "Stone Foundation",
      "Count": 5 //Max amount for specific blueprint
    },
    "Blueprint'/Game/Mods/StructuresPlusMod/Structures/Foundations/Square/Wood/BP_Foundation_Wood.BP_Foundation_Wood'": {
      "Name": "SS Wood Foundation",
      "Count": 5
    }
  },
  "Messages": {
    "Sender": "Structure Limits:",
    "InvitingMergeFail": "Can't merge with this tribe, the tribe has too many structures!",
    "InvitedMergeFail": "The tribe you are trying to merge has too many structures combined with yours!",
    "InvitingTribeFail": "The player you are trying to invite has too many structures combined with yours!",
    "InvitedPlayerFail": "The tribe you are trying to join have has too structures combined with yours!",
    "ReachLimit": "You have reached your limit of that structure or the global structure limit!",
    "ShowLimitsCmd": "/ShowLimits",
    "ShowLimitMsg": "{}: {}/{}\n",
    "TotalLimitMsg": "Total Structures: {}/{}",
    "ShowLimitsType": "Notification", // "Chat" For old style or "Notification" For new style.
    "NotificationColor": { // Change color when using Notification style.
      "Red": 1,
      "Green": 0,
      "Blue": 0.5
    },
    "ShowLimitsDisplayTime": 10, //Display time for showlimit command when using Notification style.
    "ShowLimitsScale": 1.5 //Display scale for showlimit command when using Notification style.
  }
}

View attachment 3098
If you feel like donating to keep this project alive you do it here.

Latest updates

  1. 2.5.1

    Fixed a rare crash scenario when using some of Wooly's plugins where incorrect data was used
  2. 2.5

    Compatibility fix for other plugins that use building functions
  3. 2.4

    Added confirmation reply when reloading config Added UpdateStructures as RCON command Changed...
Tebex
Tempest Dedicated Servers
Back
Top