MrBlue
Creates a kill count for each player and displays on the death notice

Supported Games
GameServerKingsGameServerKings

Kill Counter is a simple plugin that creates a kill count for each player and displays it on the death notice.

Chat Commands

  • /kc - Shows all commands
  • /kc kills - See amount of kills you made
  • /kc top - See top 5 killers
  • /kc resetall - Resets all players kill count (admin permission only)

Permissions

  • No permission required to have a kill count
  • killcounter.use - Required for player commands
  • killcounter.admin - Required for admin commands

Configuration

{
    "ResetOnLoad": false,
    "SameStake": true,
    "SameClan": true
}
  • ResetOnLoad - If set to true, the kill count data will be reseted each time the plugin loads (for example: on server restart).
  • SameStake - If set to true, killing players from same OwnershipStake will not increase kill count.
  • SameClan - If set to true, killing players from same clan will not increase kill count.

Localization

{
  "no_permission": "You don't have permission to use this command.\nRequired: <color=orange>{perm}</color>.",
  "player": "{Name} now has {Kills} kills.",
  "playerkills": "You have {Kills} kill(s)!",
  "playernokills": "You have no kills!",
  "playertop": "========Top 5 players========",
  "playertopline": "{Number}. {Name} has {Kills} kills.",
  "kc_reset_all": "All players kill count have been reseted.",
  "kc_commands_list": "<color=yellow>Available KillCounter Commands</color>",
  "kc_cmds": "<color=orange>/kc top</color> - See top 5 killers.\n<color=orange>/kc kills</color> - See the amount of kills you made.",
  "kc_admincmds": "Admin commands:\n<color=orange>/kc resetall</color> - Resets all players kill count."
}

Credits

  • SouZa, the original author of this plugin
  • Speedy2M, for the original plugin icon

MIT License


Copyright (c) 2019 MrBlue


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.