|
208 | 208 | <pattern>org.enginehub.squirrelid.</pattern> |
209 | 209 | <shadedPattern>org.maxgamer.quickshop.shade.org.enginehub.squirrelid.</shadedPattern> |
210 | 210 | </relocation> |
211 | | - <relocation> |
212 | | - <pattern>net.kyori.</pattern> |
213 | | - <shadedPattern>org.maxgamer.quickshop.shade.org.net.kyori.</shadedPattern> |
214 | | - </relocation> |
215 | 211 | <relocation> |
216 | 212 | <pattern>com.squareup.</pattern> |
217 | 213 | <shadedPattern>org.maxgamer.quickshop.shade.org.com.squareup.</shadedPattern> |
218 | 214 | </relocation> |
| 215 | + <relocation> |
| 216 | + <pattern>net.kyori.examination.</pattern> |
| 217 | + <shadedPattern>org.maxgamer.quickshop.shade.net.kyori.examination</shadedPattern> |
| 218 | + </relocation> |
| 219 | + <relocation> |
| 220 | + <pattern>net.kyori.adventure.</pattern> |
| 221 | + <shadedPattern>org.maxgamer.quickshop.shade.kyori.adventure</shadedPattern> |
| 222 | + </relocation> |
219 | 223 |
|
220 | 224 |
|
221 | 225 |
|
|
406 | 410 | <id>minebench-repo</id> |
407 | 411 | <url>https://repo.minebench.de/</url> |
408 | 412 | </repository> |
409 | | - <repository> |
410 | | - <id>songoda-repo</id> |
411 | | - <url>https://repo.songoda.com/repository/public/</url> |
412 | | - </repository> |
| 413 | +<!-- <repository>--> |
| 414 | +<!-- <id>songoda-repo</id>--> |
| 415 | +<!-- <url>https://repo.songoda.com/repository/public/</url>--> |
| 416 | +<!-- </repository>--> |
413 | 417 | <repository> |
414 | 418 | <id>papermc</id> |
415 | 419 | <url>https://papermc.io/repo/repository/maven-public/</url> |
|
864 | 868 | <version>4.9.2</version> |
865 | 869 | <systemPath>${project.basedir}/lib/TNE.jar</systemPath> |
866 | 870 | </dependency> |
867 | | - <dependency> |
868 | | - <groupId>com.songoda</groupId> |
869 | | - <artifactId>skyblock</artifactId> |
870 | | - <version>2.2.13</version> |
871 | | - <scope>provided</scope> |
872 | | - <exclusions> |
873 | | - <exclusion> |
874 | | - <artifactId>MVdWPlaceholderAPI</artifactId> |
875 | | - <groupId>be.maximvdw</groupId> |
876 | | - </exclusion> |
877 | | - </exclusions> |
878 | | - </dependency> |
| 871 | +<!-- <dependency>--> |
| 872 | +<!-- <groupId>com.songoda</groupId>--> |
| 873 | +<!-- <artifactId>skyblock</artifactId>--> |
| 874 | +<!-- <version>2.2.13</version>--> |
| 875 | +<!-- <scope>provided</scope>--> |
| 876 | +<!-- <exclusions>--> |
| 877 | +<!-- <exclusion>--> |
| 878 | +<!-- <artifactId>MVdWPlaceholderAPI</artifactId>--> |
| 879 | +<!-- <groupId>be.maximvdw</groupId>--> |
| 880 | +<!-- </exclusion>--> |
| 881 | +<!-- </exclusions>--> |
| 882 | +<!-- </dependency>--> |
879 | 883 | <!-- <dependency>--> |
880 | 884 | <!-- <groupId>team.aura_dev.lib.slf4j-plugin.spigot</groupId>--> |
881 | 885 | <!-- <artifactId>slf4j-plugin-spigot</artifactId>--> |
|
956 | 960 | <systemPath>${project.basedir}/lib/IridiumSkyblock-3.1.1.jar</systemPath> |
957 | 961 | <scope>system</scope> |
958 | 962 | </dependency> |
959 | | - <dependency> |
960 | | - <groupId>net.kyori</groupId> |
961 | | - <artifactId>adventure-platform-bukkit</artifactId> |
962 | | - <version>4.0.0</version> |
963 | | - <scope>compile</scope> |
964 | | - </dependency> |
965 | | - <dependency> |
966 | | - <groupId>org.maxgamer.quickshop.externalhelper</groupId> |
967 | | - <artifactId>PaperAdventureLib</artifactId> |
968 | | - <version>1.0-SNAPSHOT</version> |
969 | | - <scope>compile</scope> |
970 | | - </dependency> |
971 | 963 | <!-- https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp --> |
972 | 964 | <dependency> |
973 | 965 | <groupId>com.squareup.okhttp3</groupId> |
|
982 | 974 | <version>2.11.0</version> |
983 | 975 | <scope>compile</scope> |
984 | 976 | </dependency> |
985 | | - |
| 977 | + <dependency> |
| 978 | + <groupId>net.kyori</groupId> |
| 979 | + <artifactId>adventure-text-serializer-gson</artifactId> |
| 980 | + <version>4.9.1</version> |
| 981 | + </dependency> |
| 982 | + <dependency> |
| 983 | + <groupId>net.kyori</groupId> |
| 984 | + <artifactId>adventure-api</artifactId> |
| 985 | + <version>4.9.1</version> |
| 986 | + </dependency> |
| 987 | + <dependency> |
| 988 | + <groupId>net.kyori</groupId> |
| 989 | + <artifactId>adventure-nbt</artifactId> |
| 990 | + <version>4.9.1</version> |
| 991 | + </dependency> |
| 992 | + <dependency> |
| 993 | + <groupId>net.kyori</groupId> |
| 994 | + <artifactId>adventure-key</artifactId> |
| 995 | + <version>4.9.1</version> |
| 996 | + </dependency> |
| 997 | + <dependency> |
| 998 | + <groupId>net.kyori</groupId> |
| 999 | + <artifactId>adventure-text-serializer-gson-legacy-impl</artifactId> |
| 1000 | + <version>4.9.1</version> |
| 1001 | + </dependency> |
| 1002 | + <dependency> |
| 1003 | + <groupId>net.kyori</groupId> |
| 1004 | + <artifactId>adventure-platform-bukkit</artifactId> |
| 1005 | + <version>4.0.0</version> |
| 1006 | + </dependency> |
| 1007 | + <dependency> |
| 1008 | + <groupId>net.kyori</groupId> |
| 1009 | + <artifactId>adventure-platform-api</artifactId> |
| 1010 | + <version>4.0.0</version> |
| 1011 | + </dependency> |
986 | 1012 | </dependencies> |
987 | 1013 | </project> |
0 commit comments