d6afe986ea
Added NBT Utils Added Format util for color Fixed bounding box calculations in UtilBlock Improved getPlugin in UtilServer Added BuildDataCylinder Added Particle support for saving builds Added Debug command to BuildMavericks Changed some backend DB stuff for saving builds Added mavericks-review-hub plugin: *
24 lines
737 B
XML
24 lines
737 B
XML
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
<groupId>com.mineplex</groupId>
|
|
<artifactId>mineplex-plugin</artifactId>
|
|
<version>dev-SNAPSHOT</version>
|
|
<relativePath>../plugin.xml</relativePath>
|
|
</parent>
|
|
|
|
<name>mavericks-review-hub</name>
|
|
<artifactId>mavericks-review-hub</artifactId>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>${project.groupId}</groupId>
|
|
<artifactId>mineplex-minecraft-game-classcombat</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|