> For the complete documentation index, see [llms.txt](https://onic-studio.gitbook.io/solarplugins-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://onic-studio.gitbook.io/solarplugins-docs/plugins/solarcore/cai-dat.md).

# Cài đặt

## Cài đặt

1. Tải file `.jar` và đặt vào thư mục `plugins/`
2. Khởi động server để plugin tạo cấu hình
3. Chỉnh sửa `plugins/SolarCore/config.yml` và các file trong `modules/`
4. Dùng `/solarcore reload` để tải lại cấu hình

**Cấu trúc thư mục:**

```
plugins/SolarCore/
├── config.yml
├── messages.yml
├── sounds.yml
└── modules/
    ├── tpa.yml
    ├── spawn.yml
    ├── warps.yml
    ├── home.yml
    ├── rtp.yml
    ├── balance.yml
    ├── blocker.yml
    ├── sus.yml
    └── death.yml
```
