> For the complete documentation index, see [llms.txt](https://docs.mcgsoft.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mcgsoft.eu/mcg-starcraft/for-players/player-rockets.md).

# Player Rockets

## How to get started!

First of lets check the requirements:

* A normal Chest
* A Oak\_Sign (By default server owner can change this)
* A launchpad

{% hint style="info" %}
if you do not have a launchpad and do not know how to build it checkout the [Building plans page!](/mcg-starcraft/for-players/building-plans.md)
{% endhint %}

#### How to make your rocket

First start building the rocket as u wish. keep in mind the rocket may not extend higher then 15 blocks above the lauchpad and may also not be bigger then the launchpad.

Now make sure there is a chest in the rocket thats reachable to put fuel in.

Write down the coordinates of the middle block of the launchpad.

And last step go to the area where u wanna stand at launch (cockpit)

Place the oaksign against the wall and write the following:

```
[rocket]
x/y/z
(where XYZ are the coordinates u just wrote down)
```

if all goes well and u click the sign it should give you either a error if something is wrong or a final score!

if the score is on the sign u can also see the base fuel usage on the last line of the sign if u put fuel in your chest and click the sign again you can start launching!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.mcgsoft.eu/mcg-starcraft/for-players/player-rockets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
