Ascended Dino Level Clamp

Verified Ascended Dino Level Clamp 1.0

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.
Ascended Dino Level Clamp
Plugin to control current issues with cheaters/hackers spawning dinos with unusual high levels, even negative level dinos.Can delete those dinos or just broadcast them to discord

JSON:
{
  "DestroyDinosOverLevel": 1000, // destroys dinos over the level specified
  "EnableLevelWarning": true, // will warn to discord and console for above LevelWarningThreshold
  "LevelWarningThreshold": 400,
  "LevelWarningWebhook": "", // discord webhook to send to
  "MinDinoLevel": 0,
  "AutoDestroyDinosBelowMinLevel": true, // if true destroy dinos below min level
  "DestroyIncoherentDinos": true, // destroy dinos that its stat sum isn't correct (hacks usually)
  "DestroyDinosOverStatValue": true, // will destroy dinos that have more value than the below list, at least 1 of them
  "StatValueLimits": {
    "Health": 1000000,
    "Stamina": 1000000,
    "Oxygen": 1000000,
    "Food": 1000000,
    "Water": 1000000,
    "Weight": 1000000,
    "MeleeDamageMultiplier": 1000000,
    "SpeedMultiplier": 1000000
  },
  "WhitelistedDinos": [ // these dinos will not have any checks performed to them
    "Giant Bee"
  ]
}

RCON/Console commands
  • adlc.reload - Reloads config file
Tebex
Tempest Dedicated Servers
Back
Top