You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the issue? Describe it like you would tell a friend.
I'm using the Statistic placeholders to track player stats in my spigot 1.16.1 server. However, when some statistics such as "blocks broken" and "items crafted" are increased, the value increases by double that of what happened. E.g I break 1 block, the scoreboard displaying the placeholder increases by 2 instead. I craft 4 wooden planks, the scoreboard increases by 8
Expected behaviour
What should PlaceholderAPI do?
Display the correct statistic.
Actual behaviour
What does PlaceholderAPI actually do?
Display the statistic as double the true value.
How to reproduce
What steps did you made, to get this bug?
Use SimpleScore scoreboard plugin and display %statistic_mine_block% or %statistic_craft_item% on the scoreboard.
Break a block or craft some items.
Observe the scoreboard increase by double the correct amount.
The text was updated successfully, but these errors were encountered:
Issue
Expected behaviour
Actual behaviour
How to reproduce
The text was updated successfully, but these errors were encountered: