Skip to content

Commit 8da3f8c

Browse files
committed
1.19 Support
1 parent 6697c53 commit 8da3f8c

4 files changed

Lines changed: 4 additions & 6 deletions

File tree

CombatPlus.iml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
</content>
2222
<orderEntry type="inheritedJdk" />
2323
<orderEntry type="sourceFolder" forTests="false" />
24-
<orderEntry type="library" scope="PROVIDED" name="Maven: org.spigotmc:spigot-api:1.18.2-R0.1-SNAPSHOT" level="project" />
25-
<orderEntry type="library" scope="PROVIDED" name="Maven: commons-lang:commons-lang:2.6" level="project" />
24+
<orderEntry type="library" scope="PROVIDED" name="Maven: org.spigotmc:spigot-api:1.19-R0.1-SNAPSHOT" level="project" />
2625
<orderEntry type="library" scope="PROVIDED" name="Maven: com.google.guava:guava:31.0.1-jre" level="project" />
2726
<orderEntry type="library" scope="PROVIDED" name="Maven: com.google.guava:failureaccess:1.0.1" level="project" />
2827
<orderEntry type="library" scope="PROVIDED" name="Maven: com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava" level="project" />

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>me.nik</groupId>
88
<artifactId>CombatPlus</artifactId>
9-
<version>1.6.4</version>
9+
<version>1.6.5</version>
1010
<packaging>jar</packaging>
1111

1212
<name>CombatPlus</name>
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>org.spigotmc</groupId>
8181
<artifactId>spigot-api</artifactId>
82-
<version>1.18.2-R0.1-SNAPSHOT</version>
82+
<version>1.19-R0.1-SNAPSHOT</version>
8383
<scope>provided</scope>
8484
</dependency>
8585

src/main/java/me/nik/combatplus/files/Lang.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ public void reload() {
3838
}
3939

4040
public void addDefaults() {
41-
//lang.yml
4241
get().options().header("+----------------------------------------------------------------------------------------------+" + "\n" + "| |" + "\n" + "| Combat Plus |" + "\n" + "| |" + "\n" + "| Discord: https://discord.gg/m7j2Y9H |" + "\n" + "| |" + "\n" + "| Author: Nik |" + "\n" + "| |" + "\n" + "+----------------------------------------------------------------------------------------------+" + "\n");
4342
get().addDefault("prefix", "&f&l[&cCombat+&f&l]&f: ");
4443
get().addDefault("no_perm", "&cYou do not have permission to do that!");

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.4
1+
1.6.5

0 commit comments

Comments
 (0)