> 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/reference/default-file-layout.md).

# default file layout

StarGenerator uses this main data folder:

```
plugins/StarGenerator/
```

## Main Files

```
plugins/StarGenerator/config.yml
plugins/StarGenerator/table/
plugins/StarGenerator/recipe/
plugins/StarGenerator/group/
plugins/StarGenerator/pack/
plugins/StarGenerator/cache/
```

## Pack Layout

```
plugins/StarGenerator/pack/<pack-name>/
  README.md
  item_paths.yml
  group/
    *.yml
  recipe/
    *.yml
  table/
    *.yml
```

## Starter Ice Cream Layout

```
plugins/StarGenerator/pack/Starter_IceCream/
  README.md
  item_paths.yml
  group/
    icecream_ingredients.yml
    icecream_outputs.yml
  recipe/
    *.yml
  table/
    frostcraft.yml
    orchardcraft.yml
    sugarcraft.yml
    syrupcraft.yml
```

## Runtime Cache

Runtime table state is stored under:

```
plugins/StarGenerator/cache/
```

Typical cache files:

```
models.yml
everyTime.yml
fully.yml
craftOrder.yml
upgradeOrder.yml
cache-state.yml
deleted-tables.yml
backups/
bad/
```

Do not edit cache files while the server is running. Stop the server before manual recovery.

## External Provider Files

Depending on installed plugins, StarGenerator may generate starter content under:

```
plugins/ItemsAdder/contents/starter_icecream/
plugins/Nexo/items/starter_icecream.yml
plugins/Nexo/pack/assets/starter_icecream/
plugins/Oraxen/items/starter_icecream.yml
plugins/Oraxen/pack/
```

StarGenerator only copies bundled defaults when target files are missing. Set `default-content.enabled` to `false` to stop bundled default extraction.


---

# 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/reference/default-file-layout.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.
