# PlaceHolders

## How to use Placeholders

We are using PlaceHolderAPI for the placeholders. if you wanna use them install placeholderAPI the MCG Starcraft will detect it on startup and load them in.\
follow instructions on the PlaceHolderAPI website for usage.

### What are the placeholders?

|                 Placeholder                 |                                 Function                                 |   Arguments  |
| :-----------------------------------------: | :----------------------------------------------------------------------: | :----------: |
|              MCGSC\_currentair              |                        Current airtank fill level                        |       -      |
|              MCGSC\_currentfuel             |                        Current fueltank fill level                       |       -      |
|                MCGSC\_maxfuel               |                           Max fuel in fueltank                           |       -      |
|                MCGSC\_maxair                |                            Max air in airtank                            |       -      |
|          MCGSC\_suitlevel\_airtank          |                               Airtank level                              |       -      |
|          MCGSC\_suitlevel\_fueltank         |                              FuelTank Level                              |       -      |
|         MCGSC\_suitlevel\_radiation         |                        Radiation protection level                        |       -      |
|        MCGSC\_suitlevel\_temperature        |                       Temperature protection level                       |       -      |
|              MCGSC\_environment             |    Environmental Level display R/T (radiationlevel / Temperaturelevel)   |       -      |
|           MCGSC\_playerprotection           | Players protection Level display R/T (radiationlevel / Temperaturelevel) |       -      |
|               MCGSC\_worldtemp              |                    Temperature level for current world                   |       -      |
|            MCGSC\_worldradiation            |                     Radiation level for current world                    |       -      |
|                MCGSC\_galaxy                |                          Galaxy the world is in                          |       -      |
|                MCGSC\_needair               |                      Do u need a spacesuit (airtank)                     |       -      |
|              MCGSC\_lowgravity              |                    Is there low gravity on this world                    |       -      |
|             MCGSC\_meteorstrikes            |                   Can Meteorstrikes happen on the world                  |       -      |
|  MCGSC\_worldinfo-\[worldname]-temperature  |                      temperature level of the world                      | \[worldname] |
|   MCGSC\_worldinfo-\[worldname]-radiation   |                         radiation level the world                        | \[worldname] |
|     MCGSC\_worldinfo-\[worldname]-galaxy    |                            Galaxy of the world                           | \[worldname] |
|    MCGSC\_worldinfo-\[worldname]-needair    |                      Do u need a spacesuit (airtank)                     | \[worldname] |
|   MCGSC\_worldinfo-\[worldname]-lowgravity  |                    Is there low gravity on this world                    | \[worldname] |
| MCGSC\_worldinfo-\[worldname]-meteorstrikes |                   Can Meteorstrikes happen on the world                  | \[worldname] |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mcgsoft.eu/mcg-starcraft/for-admins/placeholders.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
