Skip to content

Add placeholders for total balance and list of accounts#172

Merged
zefir-git merged 7 commits intomasterfrom
171-add-placeholderapi-placeholders
Mar 25, 2025
Merged

Add placeholders for total balance and list of accounts#172
zefir-git merged 7 commits intomasterfrom
171-add-placeholderapi-placeholders

Conversation

@zefir-git
Copy link
Member

@zefir-git zefir-git commented Mar 25, 2025

Added several new PlaceholderAPI placeholders.

  • %bankaccounts_balance% — the total balance of all of the player’s accounts (ex. 1234)
  • %bankaccounts_balance_formatted% — the formatted total balance of the player’s accounts (ex. $1,234)
  • %bankaccounts_account_list% — comma-separated list of account IDs owned by the player
  • %bankaccounts_account_names% — comma-separated list of account names owned by the player (uses IDs where names not available)
  • %bankaccounts_account_count% — number of accounts the player has

Created wiki page: Placeholders

Related: #44

@zefir-git zefir-git self-assigned this Mar 25, 2025
@zefir-git zefir-git requested a review from a team as a code owner March 25, 2025 16:34
@zefir-git zefir-git linked an issue Mar 25, 2025 that may be closed by this pull request
moving to the repo wiki on GitHub
@zefir-git zefir-git changed the title Add total balance and accounts list placeholders Add placeholders for total balance and list of accounts Mar 25, 2025
@zefir-git zefir-git merged commit 089605a into master Mar 25, 2025
4 checks passed
@zefir-git zefir-git deleted the 171-add-placeholderapi-placeholders branch March 25, 2025 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add PlaceholderAPI placeholders

2 participants