Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Stampede2011 committed Nov 15, 2023
1 parent a5f1226 commit c14622d
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
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>

0 comments on commit c14622d

Please sign in to comment.