What is this placeholder? (vault)
It is like a mix between %vault_eco_balance_formatted% and %vault_eco_balance_commas%
but how do i get this?
Formatted would only show 284M
and comma, 284.080.000
14 Replies
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close
!close
!solved
!answered
Requested by vertrouwd#0
might be
%vault_eco_balance_<number>dp%
, as i suspect dp to mean decimal points
nothing else that really works out for this according to https://api.extendedclip.com/expansions/vault/definitely - https://github.com/PlaceholderAPI/Vault-Expansion/blob/master/src/main/java/at/helpch/placeholderapi/expansion/vault/EconomyHook.java from what i've seen here
GitHub
Vault-Expansion/src/main/java/at/helpch/placeholderapi/expansion/va...
Adds placeholders for Vault. Contribute to PlaceholderAPI/Vault-Expansion development by creating an account on GitHub.
i think its
%vault_eco_balance_2dp%
yeah no idea then
maybe you could create a javascript placeholder to do it or use the math expansion
there is only the dp, comma and fixed otherwise... idk maybe check the configs?
tho looking at the code of the vault expansion i wouldve thought that %vault_eco_balance_formatted% would work
unless it only works for 1 dp
sadly not :(
have you tried with 284.1M in your balance?
if it shows the .1 then it confirms its only showing 1 dp
could always modify the vault expansion
its not showing any decimal point
then no idea
!solved
post closed!
The post/thread has been closed!
Requested by vertrouwd#0