KillTracker icon

KillTracker -----

Give players rewards from killing mobs and players




Fixed mythic mobs placeholder not working
----------, Oct 7, 2021

Added support for 1.16.6, Java 16 is required
----------, Oct 7, 2021

You can now add custom entity groups and give rewards for them.
The rewards are defined the same way as in entity reward files, except there is a list of entities above it. The example file would look like this:

Code (YAML):

# mobs in the group
mobs
:
 - SKELETON
  - WITHER_SKELETON
# Number of kills
kills
:
  1
:
    # Rewards
    1
:
      # reward type
      type
: command
      command
: give %player% wither_skeleton_skull
    2
:
      type
: message
      message
: You have killed 1 skeleton group!
    3
:
      type
: items
      items
:
        1
:
          material
: BOW
          amount
: 1
        2
:
          material
: ARROW
          amount
: 64
    4
:
      type
: head
      # random texture
      texture
: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGE3MTI5ZmY4OWNmZDI1MTNiZDdjODk3YzNkNmE0YjJjMWIyZDk5Y2NmOTI2NmFlZDVhZjY0NmY3ZDk2M2VlOCJ9fX0=
      item-name
: "%name%'s head"
      lore
:
       - ' '
        - "%name%'s kills"
# applies every x kills
milestones
:
  5
:
    1
:
      # reward type
      type
: command
      command
: effect give %player% wither 10 10
    2
:
      type
: message
      message
: '&3You have completed a milestone of killing a skeleton group!'
    3
:
      type
: items
      items
:
        1
:
          material
: BONE
          amount
: 3
        2
:
          material
: COAL
          amount
: 1
 
----------, Oct 3, 2021

GNU General Public License v3.0
----------, Sep 25, 2021

Support for MythicMobs was added.
This has caused there to be some changes in how config files must be setup.

Firstly, when you specify "type" in menu.yml, the mob name must match including case, for example wither skeleton would be WITHER_SKELETON.
Same goes for file names.

Items in the rewards section now MUST use a format like this

Code (YAML):

items
:
    1
:
        material
: DIAMOND
        amount
: 4
        # etc
    2
:
        material
: DIAMOND
        amount
: 4
        # etc
Instead of

Code (YAML):

items
:
    diamond
: 1
 
----------, Sep 23, 2021

The SQLite database was being created before the config files, causing the plugin to crash.
----------, Sep 17, 2021

A message will be sent to opped players on login if there is a new version available.
----------, Sep 16, 2021

Removed looping through all player kills to get total player kills, instead it is stored as a variable and updated when a player gets a kill.
----------, Sep 15, 2021

Fixed a bug with items loading.
If you previously had an item in the config that was configured like
[material]: 1
It has to be changed to
[material]:
amount: x

(Sorry for the double update).
----------, Sep 14, 2021

Support was added for player / mob heads with placeholders as rewards.
Placeholders are:
%name% - Mob type / player name

To add the head reward to config is just like the other rewards.
In the config, in the list of rewards, add "head"
The options are:
item-name (text)
texture (text)
lore (list)
----------, Sep 14, 2021

You can now use placeholders with KillTracker.
The placeholders are:
- %killtracker_playerkills_{playername}% (remove brackets).
- %killtracker_mobkills_{mob}% (remove brackets).
- %killtracker_mobkills_{mobgroup}% (remove brackets).
----------, Sep 12, 2021

Added bstats to track plugin metrics.
----------, Sep 12, 2021

Resource Information
Author:
----------
Total Downloads: 462
First Release: Sep 11, 2021
Last Update: Oct 7, 2021
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings