Bug au niveau du tableau de score (FeatherBoard)

Panoramix

Hérobrine de Minecraft.fr
9 Février 2013
417
22
125
Bonsoir,

donc mon problème est que sur mon tableau de scores, je n'arrive pas a mettre ce qu'on appel un 'Placeholder' et celui que je voudrais mettre est celui pour les Tokens qui vient du plugin TokenEnchant. J'ai bien le plugin PlaceholderAPI et les autres extension qui vont avec, mais rien ne va. J'ai vue qu'on devais télécharger ceci : https://www.spigotmc.org/resources/papi-tokenenchanttoken.30722/ j'ai fait ce qu'il y a écrit, mais une fois le plugin installé et ben sa ne va pas et donc ne fonctionne pas, voilà pourquoi je demande vôtre aide.

Config:
default:
# Every section here are different lines. The first section will be used as the title
# the following sections will be used as the lines on the scoreboard (max 15)
# Just as the scoreboard names you can name these 'lines' whatever you want. But to make
# things simple I will use logical names such as "title", "spacer", "header", ...
title:
# Every line has its own frames. The animation will loop through these frames on intervals
# that you configure below.
# Put all your frames under 'text:'. You can make as many lines as you want and use
# placeholders and preset effects.
# Keep in mind that there is a limit in line width!
text:
# To create cool looking animations you create yourself
# you can use the graphical tool AnimationCreator
# https://www.spigotmc.org/resources/animationcreator.6001/
# For all placeholders: https://www.spigotmc.org/wiki/mvdw-placeholders/
# For all preset effects: https://www.spigotmc.org/wiki/mvdw-effects/
- '<single><delay times="10">&l><</delay></single>'
- '<single>&f&ler</single>' # <single> will allow the frame to only run ONCE
- '<single>&f&lherB</single>'
- '<single>&f&lherBo</single>'
- '<single>&f&latherBoa</single>'
- '<single>&f&leatherBoar</single>'
- '<delay times="10">&c&lStatistiques: Prison</delay>' # <delay> will repeat the line X times
# Interval is the animation interval in TICKS (20 ticks is one second).
# Every X ticks the animation goes to the next frame (see above)
# Once all frames are finished it will start over from the first one
interval: 2
# If you don't want a static order of the frames and want to show each frame at random
# you can enable this option.
random: false
# A scoreboard is dynamic. The lines can change length due to smaller placeholders or scrolling text.
# that is why it is advised to have something on your scoreboard that is bigger then all other lines.
# These lines (usually a header or footer) are also good for decoration.
header:
text:
- '<rainbow>&m+------------------+</rainbow>'
interval: 10
random: true
player-label:
text:
- '&b&l> &e&lRang:'
interval: 100
random: false
player-line1:
text:
- '{ezrankspro_rankup_prefix}'
interval: 2
random: false
# For empty lines just add another 'section' but just don't put any text
# in it so it acts like an empty line.
spacer1:
text: []
interval: 100
random: false
news-info:
text:
- '&b&l> &e&lRankup:'
interval: 100
random: false
news:
# Lets create some animated news
# News is something you need to write quick
# and usually you don't want to spend ages on creating
# some cool effect. That is why FeatherBoard features
# several presets you can use.
text:
- '{ezrankspro_nextrankup_prefix}'
interval: 2 # When using preset effects. The interval will apply to that effect
# Do you want to randomize the animation frames?
random: false
# For empty lines just add another 'section' but just don't put any text
# in it so it acts like an empty line.
spacer2:
text: []
interval: 100
random: false
timesplayed-label: #Switch between site, times played and health
text:
- '&b&l> &e&lCout:'
interval: 100
random: false
timesplayed: #Switch between site, times played and health
text:
- '&7&l{ezrankspro_rankup_cost}$'
interval: 100
random: false
# For empty lines just add another 'section' but just don't put any text
# in it so it acts like an empty line.
spacer3:
text: []
interval: 100
random: false
server-label:
text:
- '&b&l> &e&lMonnaie:'
interval: 100
random: false
server-line1:
text:
- '&a&l$&f&l{ezrankspro_balance_formatted}' #Refresh the ram 200 times
- '&a&lTokens: {tokenchant_tokens}'
interval: 1
random: false
server-line2:
text:
- '{ezrankspro_progressbar} {ezrankspro_progressexact}%'
interval: 10
random: false
# This is the same as the header. It is not needed since you already use the header as the longest line
# but it looks cleaner having a footer.
footer:
text:
- '<rainbow>&m+------------------+</rainbow>'
interval: 10
random: true



Cordialement
 
Dernière édition: