Не отображается топ убийств в голограмме через LeaderHeads

TRUEC0DER

Пользователь
Сообщения
197
Решения
1
Поставил всё вроде как правильно, но в консоль вылезает раз в несколько секунд ошибка, что указанного заполнителя не существует
[19:55:25 WARN]: [LeaderHeadsRevamped] The specified placeholder statistic is not an MvdWPlaceholderAPI or PlaceholderAPI placeholder
. Стоит PlaceholderAPI, версия сервера 1.12.2, версия плагина 4.0.5, HolographicExtension стоит
YAML:
# -----------------------------------------
#
#             Statistic config
#
#            Name: kills
#
# -----------------------------------------
#
#     Explanation of options:
#
#     statistic-name: the name of the statistic. If you change this, signs will no longer be linked to     this statistic. The statistic-name is mainly used for the database.
#
#     placeholder: the actual placeholder being used. By default this will be the set
#     the name of the file, but you can change this to something more complex that can't be represented
#     in the name of this file
#
#     order-mode: how this statistic will be ordered in the leaderboard. Options: descending, ascending
#
#     update-interval: the time in seconds between updates of this statistic
#
#     force-update: whether the plugin should update the data
#      of this statistic in the background even if no sign is made for its leaderboard
#
#     enable-commas: whether to add commas to the format of the statistic (e.g. 9,000,000)
#
#     statistic-type: which type of statistic this is. Options: default, time, money
#     Choose 'time' if your statistic returns a time in seconds and you want to format it properly
#     Choose 'money' if your statistic returns a large number that you want to format as money
#
#     sign-lines: the lines on the sign of the leaderboard. Variables: {rank}, {name}, {value}
#
#     menu-lines: the lines on the skulls in the menu of the leaderboard. Variables: {rank}, {name}, {value}
#
#     menu-enabled: whether the menu for checking the leaderboard players should be enabled
#
#     menu-title: the title of the menu for checking the leaderboard players. Variables: {page}
#
#     menu-command: the command used for opening the menu for checking the leaderboard players
#
#     menu-size: the size of the menu for checking the leaderboard players. If you set this higher
#     than 54, multiple pages will be created
#
#     citizens-nametag: the nametag that will be used when creating a Citizens NPC linked to a sign.
#     Variables: {rank}, {name}, {value}
#
#     armorstand-nametag: the nametag that will be used when creating an armorstand linked to a sign.    Set this to an empty string to disable this feature
#     Variables: {rank}, {name}, {value}
#
# -----------------------------------------

statistic-name: kills
placeholder: kills
order-mode: descending
update-interval: 30
statistic-type: default
force-update: false
enable-commas: true
alltime:
  sign-lines:
  - '&a{name} - &e{value}'
  menu-lines:
  - '&b{rank} - {name} - {value}'
  menu-enabled: true
  menu-title: '&1Ill Page &0{page}'
  menu-command: /topkills
  menu-size: 27
  citizens-nametag: '&6&l#{rank} &b{name} &f- &b{value}'
  armorstand-nametag: '&6&l#{rank} &b{name} &f- &b{value}'
daily:
  sign-lines:
  - '&c&m------------'
  - '&a{name}'
  - '&e{value}'
  - '&c&m------------'
  menu-lines:
  - '&f&m----&f< &b{rank} &f>&m----'
  - '&c&m------------'
  - '&a{name}'
  - '&e{value}'
  - '&c&m------------'
  menu-enabled: true
  menu-title: '&1Ill Daily Page &0{page}'
  menu-command: /topkillsdaily
  menu-size: 27
  citizens-nametag: '&6&l#{rank} &b{name} &f- &b{value}'
  armorstand-nametag: '&6&l#{rank} &b{name} &f- &b{value}'
weekly:
  sign-lines:
  - '&c&m------------'
  - '&a{name}'
  - '&e{value}'
  - '&c&m------------'
  menu-lines:
  - '&f&m----&f< &b{rank} &f>&m----'
  - '&c&m------------'
  - '&a{name}'
  - '&e{value}'
  - '&c&m------------'
  menu-enabled: true
  menu-title: '&1Ill Weekly Page &0{page}'
  menu-command: /topkillsweekly
  menu-size: 27
  citizens-nametag: '&6&l#{rank} &b{name} &f- &b{value}'
  armorstand-nametag: '&6&l#{rank} &b{name} &f- &b{value}'
monthly:
  sign-lines:
  - '&c&m------------'
  - '&a{name}'
  - '&e{value}'
  - '&c&m------------'
  menu-lines:
  - '&f&m----&f< &b{rank} &f>&m----'
  - '&c&m------------'
  - '&a{name}'
  - '&e{value}'
  - '&c&m------------'
  menu-enabled: true
  menu-title: '&1Ill Monthly Page &0{page}'
  menu-command: /topkillsmonthly
  menu-size: 27
  citizens-nametag: '&6&l#{rank} &b{name} &f- &b{value}'
  armorstand-nametag: '&6&l#{rank} &b{name} &f- &b{value}'
yearly:
  sign-lines:
  - '&c&m------------'
  - '&a{name}'
  - '&e{value}'
  - '&c&m------------'
  menu-lines:
  - '&f&m----&f< &b{rank} &f>&m----'
  - '&c&m------------'
  - '&a{name}'
  - '&e{value}'
  - '&c&m------------'
  menu-enabled: true
  menu-title: '&1Ill Yearly Page &0{page}'
  menu-command: /topkillsyearly
  menu-size: 27
  citizens-nametag: '&6&l#{rank} &b{name} &f- &b{value}'
  armorstand-nametag: '&6&l#{rank} &b{name} &f- &b{value}'
YAML:
killers:
  location: world, 326.498, 85.808, 24.503
  lines:
  - '{fast}%leaderheads_name_kills_alltime_1% - %leaderheads_value_kills_alltime_1%'
  - '{fast}%leaderheads_name_kills_alltime_2% - %leaderheads_value_kills_alltime_2%'
  - '{fast}%leaderheads_name_kills_alltime_3% - %leaderheads_value_kills_alltime_3%'
  - '{fast}%leaderheads_name_kills_alltime_4% - %leaderheads_value_kills_alltime_4%'
  - '{fast}%leaderheads_name_kills_alltime_5% - %leaderheads_value_kills_alltime_5%'
 
@The_stas, Даже так не помогло, но ошибка теперь немного другая
[13:39:56 WARN]: [LeaderHeadsRevamped] The specified placeholder kills is not an MvdWPlaceholderAPI or PlaceholderAPI placeholder
[13:41:15 INFO]: 10 Placeholder hooks registered:
[13:41:15 INFO]: bungee, crazycrates, gadgetsmenu, hdb, jobsr, leaderheads, luckperms, player, statistic, vault
 
Как была решена эта проблема. У меня тоже пишет:
[LeaderHeadsRevamped] The specified placeholder kills is not an MvdWPlaceholderAPI or PlaceholderAPI placeholder
Leaderheads самый новый, Placeholderapi тоже. Плагин Trhologram. Версия ядра 1.12.2
 
Может кто нашел решение данной проблемы по мимо смены версии? (мне не вариант откатываться)
Правильное использования LeaderHeads в PAPI:
Ник игрока: %leaderheads_player_kills_1%
Кол-во: %leaderheads_score_kills_1%
Заполнитель Statistic не требует.
Пишу только сегодня потому что сам натолкнулся на эту проблему.
 
Интересно решение данной проблемы, всё никак не могу завести нормальную статистику на голограммах.
Есть примеры?
интересуют последние версии >4.0.0
делаю стандарт плейсхолдеры на свои убийства - все прекрасно./
делаю топ - не отображается ничего. пишет вечно, что кривой плэйсхолдер.
 
Последнее редактирование:
Thin_Troll, напиши вот так: /leaderheads enable %statistic_player_kills%
этот плэйсхолдер работает, но он же выводит свои убийства.
А если выводить топы,пишет что плэйсхолдер некорректный

есть пример голограмки?
 
Последнее редактирование:
Назад
Сверху Снизу