-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a5f1226
commit c14622d
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# ImpactorPlaceholders | ||
<img height="50" src="https://camo.githubusercontent.com/a94064bebbf15dfed1fddf70437ea2ac3521ce55ac85650e35137db9de12979d/68747470733a2f2f692e696d6775722e636f6d2f6331444839564c2e706e67" alt="Requires Fabric Kotlin"/> | ||
|
||
A Fabric (1.20.1) server-sided Impactor placeholders extension. Adds useful placeholders for Impactor to use anywhere that MiniPlaceholders, PlaceholderAPI, or Impactor placeholders are registered. | ||
|
||
## Placeholders | ||
### MiniPlaceholders | ||
| Placeholder | Return Type | | ||
| --------------------------------------- | ----------- | | ||
| <impactor_currency_plural:[currency]> | string | | ||
| <impactor_currency_singular:[currency]> | string | | ||
| <impactor_currency_symbol:[currency]> | string | | ||
| <impactor_balance:[currency]> | double | | ||
|
||
### Impactor | ||
| Placeholder | Return Type | | ||
| ----------------------------------------------- | ----------- | | ||
| <impactor_placeholders:currency_plural:[currency]> | string | | ||
| <impactor_placeholders:currency_singular:[currency]> | string | | ||
| <impactor_placeholders:currency_symbol:[currency]> | string | | ||
| <impactor_placeholders:balance:[currency]> | double | | ||
|
||
### PlaceholderAPI | ||
| Placeholder | Return Type | | ||
| --------------------------------------- | ----------- | | ||
| %impactor:currency_plural [currency]% | string | | ||
| %impactor:currency_singular [currency]% | string | | ||
| %impactor:currency_symbol [currency]% | string | | ||
| %impactor:balance [currency]% | double | | ||
|
||
## Support | ||
A community support Discord has been opened up for all Skies Development related projects! Feel free to join and ask questions or leave suggestions :) | ||
|
||
<a class="discord-widget" href="https://discord.gg/cgBww275Fg" title="Join us on Discord"><img src="https://discordapp.com/api/guilds/1158447623989116980/embed.png?style=banner2"></a> |