File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed
src/main/java/tc/oc/occ/environment Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 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
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 >
Original file line number Diff line number Diff line change 88import co .aikar .commands .annotation .Dependency ;
99import co .aikar .commands .annotation .Subcommand ;
1010import java .util .Set ;
11- import net . md_5 . bungee . api .ChatColor ;
11+ import org . bukkit .ChatColor ;
1212import org .bukkit .command .CommandSender ;
1313
1414@ CommandAlias ("env" )
You can’t perform that action at this time.
0 commit comments