remove non existent depend

This commit is contained in:
Funnycube
2026-02-06 18:10:54 +11:00
parent 8c69b02fca
commit 85665f1089

View File

@@ -31,14 +31,6 @@ Use the below code example matching your project type and dependency manager.
<version>{papiVersion}</version>
<scope>provided</scope>
</dependency>
<!-- Optional: Component support on Paper Servers (Since 2.12.0) -->
<dependency>
<groupId>me.clip</groupId>
<artifactId>placeholderapi-paper</artifactId>
<version>{papiVersion}</version>
<scope>provided</scope>
</dependencies>
```
////