Update to WG 5.9, WE 5.6.3, WGCustomFlags 1.7, and CB 1.7.9-R0.2

recommended 0.70
Mike Primm 11 years ago
parent af9f05621e
commit fd331da5fb
  1. BIN
      WGCustomFlags-1.7.jar
  2. BIN
      WorldEdit-5.6.3.jar
  3. 14
      pom.xml
  4. BIN
      worldedit-5.5.8.jar
  5. BIN
      worldguard-5.8.jar
  6. BIN
      worldguard-5.9.jar

Binary file not shown.

@ -65,28 +65,28 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.6.4-R2.0</version>
<version>1.7.9-R0.2</version>
</dependency>
<dependency>
<groupId>com.sk89q</groupId>
<artifactId>WorldGuard</artifactId>
<version>5.8</version>
<version>5.9</version>
<scope>system</scope>
<systemPath>${project.basedir}/worldguard-5.8.jar</systemPath>
<systemPath>${project.basedir}/worldguard-5.9.jar</systemPath>
</dependency>
<dependency>
<groupId>com.sk89q</groupId>
<artifactId>WorldEdit</artifactId>
<version>5.5.8</version>
<version>5.6.3</version>
<scope>system</scope>
<systemPath>${project.basedir}/worldedit-5.5.8.jar</systemPath>
<systemPath>${project.basedir}/WorldEdit-5.6.3.jar</systemPath>
</dependency>
<dependency>
<groupId>com.sk89q</groupId>
<artifactId>WGCustomFlags</artifactId>
<version>1.6</version>
<version>1.7</version>
<scope>system</scope>
<systemPath>${project.basedir}/WGCustomFlags-1.6.jar</systemPath>
<systemPath>${project.basedir}/WGCustomFlags-1.7.jar</systemPath>
</dependency>
</dependencies>
</project>

Binary file not shown.

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save