Skip to content

Commit

Permalink
Require 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MetallicGoat committed Jan 15, 2024
1 parent 7203ecd commit fc57447
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
Binary file added libs/public/BedwarsAPI-5.3.3.jar
Binary file not shown.
11 changes: 9 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.metallicgoat</groupId>
<artifactId>Gen-Splitter</artifactId>
<version>v3.1.2</version>
<version>4.0.0</version>

<repositories>
<repository>
Expand All @@ -26,10 +26,17 @@
<version>1.8.8-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<!-- <dependency>-->
<!-- <groupId>de.marcely.bedwars</groupId>-->
<!-- <artifactId>API</artifactId>-->
<!-- <version>5.4</version>-->
<!-- </dependency>-->
<dependency>
<groupId>de.marcely.bedwars</groupId>
<artifactId>API</artifactId>
<version>5.3.1</version>
<version>5.3.3</version>
<scope>system</scope>
<systemPath>${basedir}/libs/public/BedwarsAPI-5.3.3.jar</systemPath>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

public class GenSplitterPlugin extends JavaPlugin {

private static final byte MBEDWARS_API_NUM = 15;
private static final String MBEDWARS_API_NAME = "5.0.15";
private static final byte MBEDWARS_API_NUM = 100;
private static final String MBEDWARS_API_NAME = "5.4";
private static GenSplitterPlugin instance;
private final Server server = getServer();
private GenSplitterAddon addon;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 3.1.2
version: 4.0.0
name: Gen-Splitter
author: MetallicGoat
main: me.metallicgoat.gensplitter.GenSplitterPlugin
Expand Down

0 comments on commit fc57447

Please sign in to comment.