# Placeholders

Placeholders for use in the GUI:[ ](https://envyware.gitbook.io/mods/envysts)

| Placeholder     | Description                                                                                                 | Example Output                                                                                                                                                                                                      |
| --------------- | ----------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `%percentage%`  | Returns the players current Pokedex completion percentage                                                   | `18.35%`                                                                                                                                                                                                            |
| `%pokemon%`     | Returns the name of the Pokemons species                                                                    | `Weedle`                                                                                                                                                                                                            |
| `%pokedex%`     | Returns the pokedex number of the Pokemon                                                                   | `13`                                                                                                                                                                                                                |
| `%biomes%`      | Returns a comma separated list of biomes the Pokemon can spawn in                                           | `Swamp, Swamp Hills`                                                                                                                                                                                                |
| `%spawn_times%` | Returns a comma-separated list of spawn times for the Pokemon                                               | `Dawn, Morning, Day, Dusk, Night`                                                                                                                                                                                   |
| `%catch_rate%`  | Returns the catch rate of the Pokemon, separate and formatted by gender                                     | ![](https://4160325266-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIh7GmIag7T4Qijwz3SB0%2Fuploads%2FmbHI9tqHLmSXaNHC5yjF%2Fimage.png?alt=media\&token=5c77f00c-7036-471e-b19c-2e8f1e8dda5f) |
| `%sprite%`      | Returns the resource location for the Pokemons sprite image. This is used in the `UIImage` NBT data string. |                                                                                                                                                                                                                     |

Placeholders for use in the Config:[ ](https://envyware.gitbook.io/mods/envysts)

|            |                                                   |              |
| ---------- | ------------------------------------------------- | ------------ |
| `%player%` | Returns the players username, for use in rewards. | `Dinnerbone` |
