File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
name : BentoBox
2
- main : world.bentobox.bbox .BentoBox
2
+ main : world.bentobox.bentobox .BentoBox
3
3
version : ${version}
4
4
api-version : 1.13
5
5
Original file line number Diff line number Diff line change 63
63
<!-- <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId>
64
64
<version>1.6</version> <executions> <execution> <phase>package</phase> <goals>
65
65
<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>
67
67
</configuration> </execution> </executions> </plugin> -->
68
68
69
69
<plugin >
168
168
<dependency >
169
169
<groupId >org.spigotmc</groupId >
170
170
<artifactId >spigot-api</artifactId >
171
- <version >1.12.2 -R0.1-SNAPSHOT</version >
171
+ <version >1.13 -R0.1-SNAPSHOT</version >
172
172
<scope >provided</scope >
173
173
</dependency >
174
174
<dependency >
201
201
<url >https://hub.spigotmc.org/nexus/content/repositories/snapshots</url >
202
202
</repository >
203
203
</repositories >
204
- <version >1.0 </version >
204
+ <version >FC-0.8 </version >
205
205
</project >
You can’t perform that action at this time.
0 commit comments