Skip to content

Commit

Permalink
Merge pull request #7 from MrPibbly/patch-1
Browse files Browse the repository at this point in the history
Update Currency.kt
  • Loading branch information
WillFP authored Dec 11, 2023
2 parents 4d13bb3 + a520e5b commit 9679e84
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,15 @@ class Currency(
}
)

PlaceholderManager.registerPlaceholder(
PlayerPlaceholder(
plugin,
"${id}_integer"
) {
it.getBalance(this).toInt().toString()
}
)

PlaceholderManager.registerPlaceholder(
PlayerlessPlaceholder(
plugin,
Expand Down

0 comments on commit 9679e84

Please sign in to comment.