Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

Commit 28c84e6

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 2e8ca25 + 904cfc9 commit 28c84e6

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# BalanceFormatter
2+
3+
This plugin works with any plugin using PlaceholderAPI
4+
5+
![Preview](https://i.imgur.com/7aN1IiG.png)
6+
7+
**Placeholders:**
8+
- %balanceformatter%
9+
- {placeholderapi_balanceformatter} *(For plugins like FeatherBoard)*
10+
11+
12+
**Dependencies:**
13+
- Vault
14+
- PlaceholderAPI
15+
- A Economy Plugin

src/main/java/com/devkeni/balanceformatter/placeholder/PlaceholderHook.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ public String onPlaceholderRequest(Player player, @NotNull String params) {
3434
return NumberUtils.format(economy.getBalance(player));
3535
}
3636

37-
}
37+
}

0 commit comments

Comments
 (0)