SRTool-API-Plugin/README.md
2025-03-04 00:23:50 +08:00

19 lines
384 B
Markdown

## Web
Website: [srtools.pages.dev](https://srtools.pages.dev)
## Compiling
1. Compile with `./gradlew jar` from your system terminal.
2. Place the compiled jar file (`sr-tools.jar`) into your LunarCore plugins folder.
### HTTP Endpoint for website connection
```
POST /sr-tools
```
### HTTP Endpoint for exporting to `freesr-data.json`
```
GET /sr-tools-export?uid=YOUR_UID
```