Fix json relocation issue. Make plot areas dump their default flags and add progress output for flag conversion.

This commit is contained in:
Alexander Söderberg
2020-04-11 17:58:08 +02:00
parent 546b857b9d
commit 7931390ae4
6 changed files with 47 additions and 3 deletions

View File

@ -6,6 +6,12 @@
<artifactId>PlotSquared-Bukkit</artifactId>
<version>latest</version>
<dependencies>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20190722</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.intellectualsites.plotsquared</groupId>
<artifactId>Core</artifactId>