Update to WG 5.7, WE 5.5

recommended 0.40
Mike Primm 12 years ago
parent bcb5511101
commit 694fef4643
  1. BIN
      WorldGuard-5.5.3.jar
  2. 10
      pom.xml
  3. BIN
      worldedit-5.5.jar
  4. BIN
      worldguard-5.7.jar

Binary file not shown.

@ -84,7 +84,7 @@
<dependency>
<groupId>org.dynmap</groupId>
<artifactId>dynmap-api</artifactId>
<version>1.0</version>
<version>1.3</version>
</dependency>
<dependency>
<groupId>org.bukkit</groupId>
@ -94,16 +94,16 @@
<dependency>
<groupId>com.sk89q</groupId>
<artifactId>WorldGuard</artifactId>
<version>5.5.3</version>
<version>5.7</version>
<scope>system</scope>
<systemPath>${project.basedir}/WorldGuard-5.5.3.jar</systemPath>
<systemPath>${project.basedir}/worldguard-5.7.jar</systemPath>
</dependency>
<dependency>
<groupId>com.sk89q</groupId>
<artifactId>WorldEdit</artifactId>
<version>5.4.2</version>
<version>5.5</version>
<scope>system</scope>
<systemPath>${project.basedir}/worldedit-5.4.2.jar</systemPath>
<systemPath>${project.basedir}/worldedit-5.5.jar</systemPath>
</dependency>
</dependencies>
</project>

Binary file not shown.
Loading…
Cancel
Save