zTheSeek Posted August 1, 2023 Share Posted August 1, 2023 I created a custom economy, but I wish there was a placeholder (ex. %player's money%), how do I do it? Link to comment Share on other sites More sharing options...
devyy Posted August 4, 2023 Share Posted August 4, 2023 Install skript-placeholders addon and PlaceholderAPI and try this skript: on placeholderapi placeholder request for the prefix "player": if identifier = "money": # The placeholder would be %player_money% loop all players: set the result to {your::variable::with::money::of::%loop-player%} 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