Minecraft UniqueKills mod 2026 download
logo
minecraft mod UniqueKills

UniqueKills

Game Version: CB 1.7.9-R0.2
Total Downloads: 284
Updated: Aug 9, 2014
Created: Aug 8, 2014
Download UniqueKillsDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
UniqueKills v1.0.1 release 10.69 KB Aug 9, 2014 CB 1.7.9-R0.2 284 download UniqueKills UniqueKills v1.0.1 releaseDownload

Description

Share this:

UniqueKills

This plugin causes console commands to be run when a player reaches a certain number of 'unique' kills. (unique meaning on different players)

Commands

/ukills

is the only command. It will tell the player how many unique kills they have.

The message it sends is configurable in config.yml under 'ukills-message'.

Permissions

uniquekills.ukills

allows the player to use the command

/ukills

Config

kills.yml does not need to be edited! It is used by the plugin to store the unique kills a player has.

If you wish to reset a player's unique kills, just delete kills.yml.

'Rewards' are run as console commands. Use '%k' (killer) to substitute the killer's name, '%v' (victim) to represent the victim's name, and '%s' (streak) to substitute their number of unique kills.

All commands can use color codes and will be run as the console.

Rewards may have an unlimited number of commands, and there may be rewards for any number of kills – just follow the layout in the default config.

Commands under 'all' will run on every unique kill.

Here is the default config for reference:

ukills-message: '&6[UniqueKills]&r You have %s unique kills.'
rewards:
  all:
    - 'say Player ''%k'' has %s unique kills! They killed ''%v'' for the first time. Someone give them a &6gold star&r!!'
    - 'give %k 397 1 3 {SkullOwner:%v}'
    - 'tell %v %k killed you for the first time!'
  5:
    - 'give %k diamond 1'
    - 'tell %k &2Nice streak&c! &rNext at &l&650&r&c!'
  50:
    - 'give %k diamond 576'
    - 'say &1%k&r has achieved the impossible! &c50 KILLS!!&r'

Comments

Add a comment