> For the complete documentation index, see [llms.txt](https://template.groupez.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://template.groupez.dev/basic-usage/structure.md).

# Structure

Here is the structure of the template folders

```
|- command
  |- commands
|- exceptions
|-inventory
  |- inventories
|- listener
|- save
|- scoreboard
|- zcore
  |- enums
  |- logger
  |- utils
    |- builder
    |- commands
    |- gson
    |- interfaces
    |- inventory
    |- loader
    |- map
    |- nms
    |- players
    |- plugins
    |- storage
    |- yaml
Template.java
```

The main class of the project is Template.java, you can rename it to match your project.
