%slimefun_total_xp_levels_spent% placeholder didn't work.
variananora opened this issue ยท 1 comments
๐ Description (REQUIRED)
%slimefun_total_xp_levels_spent% placeholder is not working supposedly.
๐ Steps to reproduce the Issue (REQUIRED)
- Use the placeholder (/papi parse me %slimefun_total_xp_levels_spent%)
- It will return the placeholder, not the value
๐ก Expected behavior (REQUIRED)
Returns the value of level spent on Slimefun
๐ Server Log
There is no server log.
๐ /error-reports/ Folder
There is no server log.
๐งญ Environment (REQUIRED)
The wiki is wrong it supposed to be %slimefun_researches_total_xp_levels_spent%
According to https://github.com/Slimefun/Slimefun4/blob/2ced45b485c58639c95fb7dc2e9ff0feeb61d3ef/src/main/java/io/github/thebusybiscuit/slimefun4/integrations/PlaceholderAPIIntegration.java
if (isPlaceholder(p, true, params, "researches_total_xp_levels_spent")) {