Kals Corpse Finder

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

im interested in purchasing this but would like to know what the config looks like or if its possible to change the price on body recovery.
 
JSON:
{
  "LicenseKey": "",
  "TrackIntervalMs": 1000,
  "SuicideCommand": "/suicide",
  "ListBodiesCommand": "/bodies",
  "TrackBodyCommand": "/body",
  "RetrieveBodyCommand": "/getBody",
  "IncludeBodyItemCaches": true,
  "ShowBodyCountOnRespawn": true,
  "PermissionGroups": [
    {
      "PermissionGroupName": "Default",
      "Suicide": {
        "CanUse": true,
        "BlockWhenKnockedOut": true,
        "BlockWhenHandCuffed": true,
        "BlockWhenCarried": true,
        "BlockWhenGrappled": true,
        "PvpCooldownSec": 30,
        "CooldownSec": 0,
        "Points": {
          "UseShopPoints": false,
          "PointCost": 20
        },
        "TokenBank": {
          "UseTokenBank": false,
          "TokenCost": 1,
          "TokenType": "Suicide"
        }
      },
      "ListBodies": {
        "CanUse": true,
        "CooldownSec": 120,
        "DisplayTimeSec": 10,
        "ShowTimeLeft": true,
        "ShowDist": true,
        "ShowLatLon": true,
        "ShowItemCount": true,
        "Points": {
          "UseShopPoints": false,
          "PointCost": 20
        },
        "TokenBank": {
          "UseTokenBank": false,
          "TokenCost": 1,
          "TokenType": "ListBodies"
        }
      },
      "TrackBody": {
        "CanUse": true,
        "ShowTimeLeft": true,
        "ShowDist": true,
        "ShowLatLon": true,
        "TrackTimeSec": 60,
        "CooldownSec_AfterDoneTracking": 60,
        "Points": {
          "UseShopPoints": true,
          "PointCost": 20
        },
        "TokenBank": {
          "UseTokenBank": false,
          "TokenCost": 1,
          "TokenType": "TrackBody"
        }
      },
      "RetrieveBody": {
        "CanUse": false
      }
    },
    {
      "PermissionGroupName": "Donator",
      "RetrieveBody": {
        "CanUse": true,
        "CooldownSec": 120,
        "CooldownAfterRespawn": 20,
        "PvpCooldownSec": 30,
        "CanOnlyUseWithinXFoundations_0ToDisable": 0,
        "Points": {
          "UseShopPoints": true,
          "PointCost": 20
        },
        "TokenBank": {
          "UseTokenBank": false,
          "TokenCost": 1,
          "TokenType": "RetrieveBody"
        }
      }
    }
  ]
}

The first group is always Default and should have all 4
Everything else is an optional override per permission group
 
kalendell updated Kals Corpse Finder with a new update entry:

Version 0.5

+ Added ItemCount option to ListBodies command
+ Changed dist to be in fondations instead of lat/lon
+ Added pvp from structures and dinos to the pvp cooldown
+ Fixed issue where points weren't actually deducting
+ Fix for an issue where retrieve corpse was causing ping to spike
+ Fix for counting items in an inventory wrong

Read the rest of this update entry...
 
Is there a way to do "getbody" via console command rather than in chat?
 
Made me very embarrassed, because I have some other gap also involving suicide and backpack, worried that they have conflict
 
I have been having problems with foundation range not working since September and have posted twice but can't get a reply for assistance in Discord. I've checked and double checked my installs and versions and config and still bodies can be retrieved from any distance.
 
Back
Top