# For admins

{% hint style="info" %}
Get up to start visit <https://youtu.be/6iK-dTtyJQE> for a admin tutorial!
{% endhint %}

{% hint style="success" %}
Need preset biomes worlds? Dungeons? POIs? check <http://starcentral.mcgsoft.eu>

NOTE (this website is deprecated and will soon be moved to plugins.mcgsoft.eu)
{% endhint %}

Find more info about :&#x20;

{% content-ref url="/pages/-M2ijwBsEFN-D0wgBKbh" %}
[World and Galaxy Control](/mcg-starcraft/for-admins/world-and-galaxy-control.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M2ilfvmF5jz-PRcvTK3" %}
[Altering Buildings](/mcg-starcraft/for-admins/altering-buildings.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M5q6SGQYzdlei9ESdJn" %}
[Worldguard support](/mcg-starcraft/for-admins/worldguard-support.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M5q3CG5NpADsJMcWB1W" %}
[POI Management](/mcg-starcraft/for-admins/poi-management.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MLC8N6bBcIYbKNGn1hM" %}
[Creating worlds](/mcg-starcraft/for-admins/creating-worlds.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MLCDzKkvNz7DMecAzGQ" %}
[Dungeons](/mcg-starcraft/for-admins/dungeons.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M3g5RwfkeD\_xISI9IkI" %}
[The Config File](/mcg-starcraft/for-admins/the-config-file.md)
{% endcontent-ref %}

## What Are the permissions?

As simple as **MCGSC.admin** nothing more nothing less

\
\&#xNAN;*For world access :*\
defaulting to world.worldname\
can be changed in the worldconfig file if they **do not have** that perm they **WONT see** the planet on the map.

**To translate the items check :**

{% content-ref url="/pages/-LxfIklj4ON9YWLtvReq" %}
[Translate](/mcg-starcraft/for-admins/translate.md)
{% endcontent-ref %}

## What are the commands (per version 2.0)

| Command                                         | result                                  | example usage                        | allowed variables                                                                                                                                                                                                                                                                                                                                                                                                          |
| ----------------------------------------------- | --------------------------------------- | ------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| spaceadmin tp \[worldname]                      | teleports to given world                | spaceadmin tp aquatic                | world,aquatic,radiated,rocky,organic                                                                                                                                                                                                                                                                                                                                                                                       |
| spaceadmin give \[itemname]                     | gives provided item by name             | spaceadmin give airtankfull          | <p>airtankfull,airtankpoluted,airtankcarbon<br>,airtankempty,fueltankfull,titaniteore,conduitore,airupgrade1,airupgrade2,airupgrade3</p><p>,airupgrade4,fuelupgrade1,fuelupgrade2,fuelupgrade3,fuelupgrade4,<br>radiationupgrade1,radiationupgrade2,radiationupgrade3,radiationupgrade4<br>temperatureupgrade1,temperatureupgrade2,temperatureupgrade3,temperatureupgrade4,silicon<br>,thermoglue,titaniteplate</p><p></p> |
| spaceadmin generatestructure \[buildname]       | generates the building template         | spaceadmin generatestructure rocketn | <p>rocketn,rockete,rockets,rocketw</p><p>compressorn,compressorw,compressors,compressore</p><p>fueln,fuels,fuelw,fuele</p><p>buildplate</p>                                                                                                                                                                                                                                                                                |
| spaceadmin setair \[amount < 100] \[playername] | sets the air a person has. up to 99 max | spaceadmin setair 50 mmuziek         | <p>1 - 99 for air</p><p>any ingame name (online player recommended)</p>                                                                                                                                                                                                                                                                                                                                                    |
| spaceadmin giverecipebook \[playername]         | gives the recipebook to a player        | spaceadmin giverecipebook mmuziek    | any ingame name (online player only)                                                                                                                                                                                                                                                                                                                                                                                       |
| spaceadmin GUI                                  | opens the control gui                   | spaceadmin gui                       | None                                                                                                                                                                                                                                                                                                                                                                                                                       |

## What are airgenerators and what do those files do?

The airgenerator folder stores all air generators placed by your players.\
Deleting one doesnt delete the airgenerator but deactivates them on restart. \
If they are deactivated the player can click the generator again and it works again creating a new file.\
Each file has a Size of around the 10 KB (depending on the coordinates) if the coordinates are in the 1000 or more digits then it might increase a bit


---

# 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.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.
