FlapKakker Posted August 18, 2021 Share Posted August 18, 2021 (edited) Hey everyone, I recently found the vault placeholders for papi and I was wondering if I could use them in skript. The following placeholders are available: Economy: %vault_eco_balance% %vault_eco_balance_commas% %vault_eco_balance_fixed% %vault_eco_balance_formatted% %vault_eco_top_balance_#% %vault_eco_top_balance_fixed_#% %vault_eco_top_balance_formatted_#% %vault_eco_top_balance_commas_#% %vault_eco_top_player_#% %vault_eco_top_rank% I need to get top balance of the server. Anyone knows an expression to make this work or to be able to use the placeholder? Fyi: I already tried the following which returned <none>. Thanks in advance! set {_rank} to placeholder "vault_eco_top_balance_1" send "%{_rank}%" Edited August 18, 2021 by FlapKakker Link to comment Share on other sites More sharing options...
aaaCya Posted August 18, 2021 Share Posted August 18, 2021 If you have placeholderapi + Skript-Placeholders you can do set {_rank} to placeholder "%%your placeholder here%%" to player I used to play Minehut I guess? Yeah, I still watch the forums for some reason. (15/5/2023) Link to comment Share on other sites More sharing options...
FlapKakker Posted August 18, 2021 Author Share Posted August 18, 2021 1 minute ago, pizzaschut said: If you have placeholderapi + Skript-Placeholders you can do set {_rank} to placeholder "%%your placeholder here%%" to player Quick response! I'll give it a shot Link to comment Share on other sites More sharing options...
FlapKakker Posted August 18, 2021 Author Share Posted August 18, 2021 (edited) Result still <none> and I tried the following code set {_rank} to placeholder "%%vault_eco_top_balance_1%%" send "%{_rank}%" PS: u added "to player" at the end of the set expression, i think that is supposed to go on the next line with send "%{_rank}%" Edited August 18, 2021 by FlapKakker Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now