misticos
Catch ESP hackers quickly and efficiently

Supported Games
GameServerKingsGameServerKings
depends on

Stash Traps automatically places stashes, which notify administrators when dug up. This is a useful tool to catch ESP cheaters since they see the traps!

Placeholder API

  • stashtraps.found - Amount of stashes found by a specific player.

Permissions

  • stashtraps.use - Basic command usage.
  • stashtraps.notice - Get notifications in chat.
  • stashtraps.ignore - Get ignored when digging up stashes.

Commands

  • st list - List existing stashes.
  • st teleport (ID) - Teleport to an existing stash.

Configuration

Default Configuration

{
  "Power Spawn Profile Name": "",
  "Commands": [
    "stashtraps",
    "st",
    "stashes"
  ],
  "Generated Stashes": 200,
  "Delete After Exposed In (Seconds)": -1.0,
  "Ignore Teammates": true,
  "Notify Admins": true,
  "Discord Settings": {
    "Enabled": false,
    "Webhook": "",
    "Setups": [
      {
        "Threshold": 1,
        "Color (HEX)": "ffad60",
        "Inline": true,
        "Content": "You could include pings here.",
        "Title: Player Stash Found": "**Player** stash found",
        "Title: Generated Stash Found": "**Generated** stash found",
        "Title: Stash": "Stash Information",
        "Text: Stash": "Network ID: {stash.id}\n`teleportpos \"{stash.position}\"`",
        "Title: Player": "Player",
        "Text: Player": "{player.id} ({player.name}) found **{stashtraps.found}** stashes"
      }
    ]
  },
  "Spawned Items": 2,
  "Items": [
    {
      "Shortname": "stones",
      "Minimum Amount": 100,
      "Maximum Amount": 200
    },
    {
      "Shortname": "arrow.wooden",
      "Minimum Amount": 6,
      "Maximum Amount": 12
    },
    {
      "Shortname": "corn",
      "Minimum Amount": 2,
      "Maximum Amount": 4
    }
  ]
}

How-To

Power Spawn Profile Name - Name of the Power Spawn profile. Empty by default, could be used to customize spawn points.

Notify Admins - Whether to notify staff members with permission.

Threshold - Minimum amount of reports in order for the setup to be sent.

Content - Text sent with webhook. You could include pings like <@&ID> where ID is the role ID or <@ID> where ID is a user ID.

Discord Settings may include Placeholder API placeholders.

Spawned Items - Amount of items spawned.

Localization

{
  "Notification: Stash Found": "<size=20><color=#ffad60>STASH FOUND</color></size>\n{player.id} ({player.name}) near {player.position}. Total found: {stashtraps.found}",
  "Command: No Permission": "You do not have enough permissions",
  "Command: Players Only": "This command is only available to players",
  "Command: Syntax": "Syntax:\nlist - List existing stashes\nteleport (ID) - Teleport to an existing stash",
  "Command: List: Format": "Stashes ({count}):\n{list}",
  "Command: List: Separator": "\n",
  "Command: List: Entry Format": "#{id}: {position}",
  "Command: Teleport: Unknown Stash": "There is no stash with such ID"
}

Donate

Click me

MIT License


Copyright (c) 2021 misticos


Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:


The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.


THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.