Skip to content

Commit 4fc33b1

Browse files
committed
docs: fix AGENTS.md coords + JDK/Paper versions
1 parent da3724c commit 4fc33b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ SingularityPlugin is the **starter template** of the Singularity Project — a m
1313
```bash
1414
mvn clean package # shaded jar into target/
1515
```
16-
- Requires **JDK 23**, targets **Paper 1.21+** (`paper-api 1.21.8-R0.1-SNAPSHOT`, provided scope).
17-
- Depends on `com.github.pinont:SingularityLib:${singularity.version}` from JitPack.
16+
- Requires **JDK 25**, targets **Paper 26.2+** (`paper-api [26.2.build,)`, provided scope).
17+
- Depends on `io.github.pinont:singularitylib:${singularity.version}` — releases from Maven Central, snapshots from maven.pinont.me.
1818
- At runtime, expects the **SingularityLib jar installed as a separate server plugin**: `paper-plugin.yml` declares it as a required server dependency with `load: BEFORE` and **`join-classpath: true`** so the template can see lib classes without shading them.
1919

2020
## Code layout

0 commit comments

Comments
 (0)