Description: Add information(lore) to sword with how many kills did with it and the owner of the item (who did the first kill)
Features: » Configure which items counter will be aplied. » Configurable specific items name. E.g diamond sword with x name. » Counts Player, Mobs or Both kills. (Configurable) » Can count specific mobs. » Customizable lore style. » Available placeholders for lore: - %owner% - %player_kills% - %mob_kills% - %total_kills% (Sum of the player and mob kills)
Configuration: Options that you can configurate, config file:
#If item has some name from the list counter will be applied.
#If list is empty ([]) will work with any item name.
item-names: []
#Should the owner of the item change when another player instead of the owner kills someone?
change-owner-on-kill: false
#Types:
# MOB_KILLS = Kills of animals and monsters
# PLAYER_KILLS = Kills of others players.
# BOTH
count-type: PLAYER_KILLS
#List of mobs which counter will be applied.
#If list is empty ([]) will work with any mob.
#Only works if count-type is MOB_KILLS or BOTH
apply-counter-mobs: []
#Placeholders:
# %owner%
# %player_kills%
# %mob_kills%
# %total_kills% (Sum of the player and mob kills)
lore-style:
- "&4---------------------------"
- "&4Owner: %owner%"
- "&4Player Kills: %player_kills%"
- "&4---------------------------"