Version up FC-0.8

Fixed pom.xml (was still using 1.12.2 API)
Updated plugin.yml (main class)
This commit is contained in:
Florian CUNY 2018-08-01 11:29:45 +02:00
parent 138b8e7568
commit 399a5c1518
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
name: BentoBox
main: world.bentobox.bbox.BentoBox
main: world.bentobox.bentobox.BentoBox
version: ${version}
api-version: 1.13

View File

@ -63,7 +63,7 @@
<!-- <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId>
<version>1.6</version> <executions> <execution> <phase>package</phase> <goals>
<goal>shade</goal> </goals> <configuration> <transformers> <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>world.bentobox.bbox.BSkyBlock</mainClass> </transformer> </transformers>
<mainClass>world.bentobox.bentobox.BSkyBlock</mainClass> </transformer> </transformers>
</configuration> </execution> </executions> </plugin> -->
<plugin>
@ -168,7 +168,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.12.2-R0.1-SNAPSHOT</version>
<version>1.13-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
@ -201,5 +201,5 @@
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots</url>
</repository>
</repositories>
<version>1.0</version>
<version>FC-0.8</version>
</project>