Resource icon

Unverified [ATLAS] AutoDecay [Anti-Autobreed][Grid Support][Combined Structures] 1.3

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:

When a resource is labeled as "unverified," it means that the developer has not yet completed the necessary steps to become a verified resource. However, this tag should not be interpreted as a sign that the resource is dangerous or insecure. Rather, it serves as a reminder that the developer still needs to meet specific requirements to attain verified status. On the other hand, verified resources are those that come from developers who have already met these requirements. These resources can be considered trustworthy and reliable, as they are created by developers who actively engage with the community and consistently provide high-quality content. By using verified resources, users can ensure that they are accessing safe and secure content that has been thoroughly vetted.

Developer Information:

To obtain the verified tag, you must first meet the specific requirements mentioned in the link below. Once you have confirmed that you meet the requirements, the next step is to join our Discord Server. After joining the server, you must create an API support ticket and apply for the verified tag.

How to apply: Click Me To Learn More

Resource icon
Feel free to join my Discord Server!


Hey - you server administrator out there
,

Are you fed up with players placing structures all over the map but not decaying ..?
Or even players who claim good spots (especially on PvP servers), but then just leaving for some reason?

Then you came to the right plugin!

This plugin allows you to set a specific time to remove structures from players who were not online in this time.

Lets say you configure 48h in the config file - this would mean that every player can be offline for 47 hours without loosing any structure. If the player exceed this time all structures on the map of the player / tribe will get removed.

This plugin will give you:
  • better Performance
  • more Players
  • a balanced contrast for Protection Plugins / Mods

Please Note that the plugin only has been tested with MariaDB - Other DBMS can cause a malfunction of the whole plugin or even to a loss of all dinos / structures on the entire map!

Configuration:

JSON:
{
   "Backend": {
    "useMySQL": true, // Enable MySQL
    "ServerPrefix": "Unique", // Set a unique server prefix for each different server you got
    "SynchronizeOnCluster": false, // false = only update time on server where the player joins | true = update any connected server (grid)
    "MySQL": {
      "Host": "127.0.0.1",
      "Port": 3306,
      "User": "user",
      "Password": "secret",
      "Database": "database"
    }
  },
  "Decay": {

   "Commands": {
      "CheckCommandEnabled": true,
      "CommandLabel": "decaytime"
       },
    "AnnounceCheck": true,
    "AddAlreadyExisting": true, // Add already(before plugin have been installed) existing actors to Database
    "VIPGroup": "vip", // VIP Group for VIPTime
    "CheckSteps": 10, // Amount of actors getting processed per second (lower checksteps will give a performance improve)
    "UseInterval": true, // true = use CheckInterval
    "CheckInterval": {
      "GivenIn": "HOURS",
      "Value": 6
    },
    "ScheduledCheckTime": 22, // one check @22:00 each day
    "Structures": {
      "Enabled": true, // Enables decaying of structures
      "DecayTime": {
        "GivenIn": "HOURS",
        "Value": 48
      },
      "VIPDecayTime": {
        "GivenIn": "HOURS",
        "Value": 60
      }
    },
    "Dinos": {
      "Enabled": true, // Enables decaying of dinos
     "UnclaimDino": false,
      "DecayTime": {
        "GivenIn": "HOURS",
        "Value": 48
      },
      "VIPDecayTime": {
        "GivenIn": "HOURS",
        "Value": 60
      }
    }
  },
  "AutoBreed": { // Enables the automatic decaying / killing of unclaimed dinos so people don't throw 1000 eggs at once
    "Enabled": true, // Enables / Disables the feature
    "CheckInterval": {
      "GivenIn": "SECONDS",
      "Value": 10
    },
    "MaxUnclaimedTime": { // Maximum time beeing unclaimed before getting killed / decayed
      "GivenIn": "SECONDS",
      "Value": 60
    }
  },
  "SoloStructureOverrides": [ // If you want to disable that just leave the "[],"

    {
      "BlueprintPath": "Blueprint'/Game/Atlas/Structures/Pillars/Small/Stone/PrimalItemStructure_Pillar_S_Stone.PrimalItemStructure_Pillar_S_Stone'",
      "DecayTime": {
        "GivenIn": "HOURS",
        "Value": 36
      }
    }
  ],
  "DuoStructureOverrides": [ // If you want to disable that just leave the "[],"

    {
      "BlueprintPath": "Blueprint'/Game/Atlas/Structures/Ladders/Static/Wood/PrimalItemStructure_Ladder_Static_Wood.PrimalItemStructure_Ladder_Static_Wood'",
      "PlacedOn": "Blueprint'/Game/Atlas/Structures/Floors/Stone/PrimalItemStructure_Floor_Stone.PrimalItemStructure_Floor_Stone'",
      "DecayTime": {
        "GivenIn": "HOURS",
        "Value": 24
      }
    }
  ],
}

Supported TimeUnits:
JSON:
{
    "GivenIn": "SECONDS",
    "GivenIn": "MINUTES",
    "GivenIn": "HOURS",
    "GivenIn": "DAYS"
}




NOTE #1: Please ensure that you're the running the Atlas ServerAPI version 1.4 or newer!

NOTE #2: If you're getting errors from the Permission plugin on console, please make sure you're running the latest Version of Permission(now called Atlas Permissions

Please join my Discord *Click me* after buying it to clarify anything else

Special thanks to Ronnie who helped me testing it on a well visited server :)

Latest updates

  1. RAM Leak resolved & Cleanup

    finally resolved the RAM Leak - it came from an ARK internal function (yay)
  2. Added log file for ATLAS version

    Added log file for ATLAS version
  3. Fixed a crash

    Fixed a crash while checking
Tebex
Tempest Dedicated Servers
Back
Top