-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Middle_Sand edited this page Dec 15, 2024
·
1 revision
- Download the latest release.
- Place the .jar into your server's
pluginsfolder.
Maven:
<dependencies>
<!-- ... -->
<dependency>
<groupId>co.dotarch.paper</groupId>
<artifactId>x</artifactId>
<version><!-- Latest version number --></version>
<scope>provided</scope>
</dependency>
<!-- ... -->
</dependencies>Gradle:
compileOnly 'co.dotarch.paper:x:<!-- Latest version number -->' // The full Spigot server with no shadowing. Requires mavenLocal.Note: I haven't tried using this with Gradle, if this is wrong please PR the correct usage. Sorry - I don't really use gradle XD