Skip to content

Commit 399a5c1

Browse files
committed
Version up FC-0.8
Fixed pom.xml (was still using 1.12.2 API) Updated plugin.yml (main class)
1 parent 138b8e7 commit 399a5c1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: BentoBox
2-
main: world.bentobox.bbox.BentoBox
2+
main: world.bentobox.bentobox.BentoBox
33
version: ${version}
44
api-version: 1.13
55

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<!-- <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId>
6464
<version>1.6</version> <executions> <execution> <phase>package</phase> <goals>
6565
<goal>shade</goal> </goals> <configuration> <transformers> <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
66-
<mainClass>world.bentobox.bbox.BSkyBlock</mainClass> </transformer> </transformers>
66+
<mainClass>world.bentobox.bentobox.BSkyBlock</mainClass> </transformer> </transformers>
6767
</configuration> </execution> </executions> </plugin> -->
6868

6969
<plugin>
@@ -168,7 +168,7 @@
168168
<dependency>
169169
<groupId>org.spigotmc</groupId>
170170
<artifactId>spigot-api</artifactId>
171-
<version>1.12.2-R0.1-SNAPSHOT</version>
171+
<version>1.13-R0.1-SNAPSHOT</version>
172172
<scope>provided</scope>
173173
</dependency>
174174
<dependency>
@@ -201,5 +201,5 @@
201201
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots</url>
202202
</repository>
203203
</repositories>
204-
<version>1.0</version>
204+
<version>FC-0.8</version>
205205
</project>

0 commit comments

Comments
 (0)