Setup
Maven
<repositories>
<repository>
<id>staffplusplus-repo</id>
<url>https://nexus.staffplusplus.org/repository/staffplusplus/</url>
</repository>
</repositories>
...
<dependencies>
<dependency>
<groupId>be.garagepoort.mcioc</groupId>
<artifactId>tubing-core</artifactId>
<version>${tubing.version}</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>be.garagepoort.mcioc</groupId>
<artifactId>tubing-bukkit</artifactId>
<version>${tubing.version}</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependencies>relocation
Plugin setup
Now what?
Last updated