Skip to content

Commit 7432a4c

Browse files
committed
Build against SportPaper-Paper intersect jar
1 parent f9ba2b0 commit 7432a4c

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

pom.xml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
</repositories>
3939

4040
<dependencies>
41-
<!-- SportPaper 1.8 -->
41+
<!-- Intersected 1.8-1.21.1 jar -->
4242
<dependency>
43-
<groupId>app.ashcon</groupId>
44-
<artifactId>sportpaper</artifactId>
45-
<version>1.8.8-R0.1-SNAPSHOT</version>
43+
<groupId>dev.pgm.paper</groupId>
44+
<artifactId>paper-api</artifactId>
45+
<version>1.8_1.21.1-SNAPSHOT</version>
4646
<scope>provided</scope>
4747
</dependency>
4848

@@ -52,6 +52,14 @@
5252
<artifactId>acf-bukkit</artifactId>
5353
<version>0.5.1-SNAPSHOT</version>
5454
</dependency>
55+
56+
<!-- BungeeCord api, same as in Paper 1.21 -->
57+
<dependency>
58+
<groupId>net.md-5</groupId>
59+
<artifactId>bungeecord-api</artifactId>
60+
<version>1.20-R0.2</version>
61+
<scope>provided</scope>
62+
</dependency>
5563
</dependencies>
5664

5765
<build>

src/main/java/tc/oc/occ/environment/EnvironmentCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import co.aikar.commands.annotation.Dependency;
99
import co.aikar.commands.annotation.Subcommand;
1010
import java.util.Set;
11-
import net.md_5.bungee.api.ChatColor;
11+
import org.bukkit.ChatColor;
1212
import org.bukkit.command.CommandSender;
1313

1414
@CommandAlias("env")

0 commit comments

Comments
 (0)