
EnfStatTrack
StatTrack is a counter that shows the number of different actions on a given tool.
17
0
StatTrack is a plugin that allows you to track and store different actions performed with tools and weapons in the game. Each pickaxe, sword, or any other item can have its own stat counter, which updates dynamically as the player uses it.
For example:
- a sword can count killed players, killed mobs, damage dealt, or the number of successful hits,
- a pickaxe can count the number of mined blocks,
- and more stats can be easily added for different tools and weapons.
All tracked data is displayed directly in the item’s lore, so players can instantly check their progress and achievements.
config.yml
# ------------------------------------------------#
# EnfStatTrack configuration #
# Author: Enif #
# ------------------------------------------------#
command:
name: 'stattrack'
permission: 'enf.statTrack'
aliases:
- 'crafttrack'
correct-usage: '&cCorrect usage: &4/stattrack <player> <id>'
messages:
dont-have-permission: '&cYou dont have permission to use this command!'
player-is-offline: '&cPlayer is offline!'
stattrack-not-found: '&cNot found StatTrack with this id!'
stat-tracks:
item1:
type: SWORD
id: 'diamond_sword'
material: 'DIAMOND_SWORD'
name: '&aStatTrack &cSword'
lore:
- '<#34eb52>Killed players: &2%killed_players%'
- '&aKilled mobs: &2%killed_mobs%'
- '&aDamage dealt: &2%damage_dealt%'
- '&aHits dealt: &2%hits_dealt%'
item2:
type: PICKAXE
id: 'diamond_pickaxe'
material: 'DIAMOND_PICKAXE'
name: '&aStatTrack &cPickaxe'
lore:
- '&aMine blocks: &2%mine_blocks%'
Совместимость
Minecraft: Java Edition
1.21.x1.20.x1.19.x1.18.x1.17.x1.16.x1.13.x1.8.x
Платформы
Поддерживаемые окружения
Сервер
Создатели
Детали
Лицензия:MIT
Опубликован:6 месяцев назад
Обновлён:4 месяца назад
