%moneyNeeded% Not Found
kc9ryt opened this issue · 8 comments
I have MCPrison Installed and when i try to add the money needed into the scoreboard i get the error message "Cannot find variable with name: (VariableItem{textVariable=false, variable=rank, displayText=§9Money Needed, score=0}) Maybe you misspelled it or the replacer isnt available yet".
Here is what my code looks like. Is this not right?
# Main configuration
# Compatible mode for other plugins like HealthBar, ColoredTags, GhostPlayer, McCombatLevel, etc. ......
# or the vanilla scoreboard
# In case you miss the log message: this option requires the plugin called ProtocolLib
# This option will work around the Bukkit API and will send raw packets
compatibilityMode: true
# Should be the node disabled-worlds handled as whitelist or blacklist
disabled-worlds-whitelist: false
disabled-worlds:
Scoreboard:
Title: '&a&lYour Stats'
# seconds
# For instant updates you can or 1 and it will update every second
Update-delay: 2
Items:
# The Title must have under 48 characters
# Title: Type
'&9Online': '%online%'
'&9Money': '%money%'
'&9test': '%moneyNeeded%'
# Let ScoreboardStats track stats (kills, deaths, mobkills, killstreak) You need no plugin for this
enable-pvpstats: true
Temp-Scoreboard-enabled: true
Temp-Scoreboard:
Title: '&a&lTop Kills'
# %mob% | %kills% | %killstreak%
Type: '%kills%'
Color: '&9'
# How many Players would be displayed
Items: 5
Intervall-show: 300
Intervall-disappear: 300
pluginUpdate: true