> For the complete documentation index, see [llms.txt](https://star-generator.gitbook.io/star-generator-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://star-generator.gitbook.io/star-generator-docs/getting-started/quick-start.md).

# quick start

{% stepper %}
{% step %}

## Install The Plugin

Install StarLibs and StarGenerator, then start the server once.

```
plugins/StarLibs.jar
plugins/StarGenerator-1.1.0.jar
```

For the starter pack, install one supported item provider: ItemsAdder, Nexo, or Oraxen.
{% endstep %}

{% step %}

## Get A Table Item

Use the `/sg get` command with a table id.

```
/sg get Starter_IceCream:frostcraft.yml
```

Starter Ice Cream `1.1.0` table ids:

```
Starter_IceCream:frostcraft.yml
Starter_IceCream:orchardcraft.yml
Starter_IceCream:sugarcraft.yml
Starter_IceCream:syrupcraft.yml
```

{% endstep %}

{% step %}

## Place And Open The Table

Place the table item in the world. Interact with the table entity to open its GUI.

If table owner protection is enabled, only the owner can open or break owned tables unless the player has admin bypass permission.
{% endstep %}

{% step %}

## Craft With Recipe List

Open the recipe list from the main table GUI, choose a recipe, then use the craft method page to move required items into the crafting grid.

If the table uses energy, add a valid energy item to the configured energy slot. Tables using `FULLY` replenishment can refill stored energy from the fuel slot until full when the machine reaches `0` energy or drops below the selected recipe's energy cost.
{% endstep %}

{% step %}

## Reload After Editing YAML

After editing StarGenerator YAML files, reload the plugin:

```
/sg reload
```

If you changed external item-provider assets, reload the provider too.
{% endstep %}
{% endstepper %}


---

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

```
GET https://star-generator.gitbook.io/star-generator-docs/getting-started/quick-start.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.
