Score hits to reactive targets relative to hit position with popup GUI and leader boards

Supported Games
GameServerKingsGameServerKings

Score hits to reactive targets relative to hit position of the target with popup GUI and leader boards

Top scores are calculated as (distance * score value). You can adjust each score value in the config

Chat Commands

  • /target top -- Show the top 10 scores across the server
  • /target pb -- Show your personal top 10 scores
  • /target scores <opt:playername> -- Check your stats/score, or enter a players name to view their stats/score
  • /target wipe -- Wipes all score data

/target top

/target pb

/target scores

Configuration

{
  "Score Values": {
    "Bullseye": 5.0,
    "Yellow": 4.0,
    "Red": 3.0,
    "Blue": 2.0,
    "Edge": 1.0
  },
  "Popup Options": {
    "Popup lifetime (seconds)": 5,
    "Maximum active popup elements": 15
  },
  "Target Options": {
    "Amount of damage to take to be knocked down": 100.0,
    "Amount of time it takes to reset the target": 6.0
  },
  "Send server wide notification if the top server score has been beaten": true,
  "Weapons allowed to be used for scoring": [
    "rifle.ak",
    "rifle.bolt",
    "rifle.l96",
    "rifle.lr300",
    "rifle.m39",
    "rifle.semiauto",
    "lmg.m249",
    "bow.compound",
    "bow.hunting",
    "crossbow",
    "smg.2",
    "smg.thompson",
    "smg.mp5",
    "pistol.semiauto",
    "pistol.revolver",
    "pistol.m92",
    "pistol.pythn",
    "pistol.nailgun"
  ],
  "Bullseye image URL": "",
  "Version": {
    "Major": 0,
    "Minor": 2,
    "Patch": 0
  }
}

MIT License


Copyright (c) 2019 k1lly0u


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.