Skip to content

Commit

Permalink
Added support for 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Straikerinos committed Jun 24, 2024
1 parent 3039eb1 commit 4a4aeab
Show file tree
Hide file tree
Showing 6 changed files with 3,585 additions and 0 deletions.
40 changes: 40 additions & 0 deletions NmsProvider - 1.21.R1/.classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry combineaccessrules="false" kind="src" path="/Loader - Bukkit"/>
<classpathentry combineaccessrules="false" kind="src" path="/Shared"/>
<classpathentry kind="lib" path="D:/jars/mc/1.21_R1/adventure-api-4.17.0.jar"/>
<classpathentry kind="lib" path="D:/jars/mc/1.21_R1/adventure-key-4.17.0.jar"/>
<classpathentry kind="lib" path="D:/jars/mc/1.21_R1/authlib-6.0.54.jar"/>
<classpathentry kind="lib" path="D:/jars/mc/1.21_R1/brigadier-1.2.9.jar"/>
<classpathentry kind="lib" path="D:/jars/mc/1.21_R1/bungeecord-chat-1.20-R0.2-deprecated+build.18.jar"/>
<classpathentry kind="lib" path="D:/jars/mc/1.21_R1/datafixerupper-7.0.14.jar"/>
<classpathentry kind="lib" path="D:/jars/mc/1.21_R1/examination-api-1.3.0.jar"/>
<classpathentry kind="lib" path="D:/jars/mc/1.21_R1/examination-string-1.3.0.jar"/>
<classpathentry kind="lib" path="D:/jars/mc/1.21_R1/fastutil-8.5.12.jar"/>
<classpathentry kind="lib" path="D:/jars/mc/1.21_R1/gson-2.10.1.jar"/>
<classpathentry kind="lib" path="D:/jars/mc/1.21_R1/guava-32.1.2-jre.jar"/>
<classpathentry kind="lib" path="D:/jars/mc/1.21_R1/joml-1.10.5.jar"/>
<classpathentry kind="lib" path="D:/jars/mc/1.21_R1/jsr305-3.0.2.jar"/>
<classpathentry kind="lib" path="D:/jars/mc/1.21_R1/log4j-api-2.22.1.jar"/>
<classpathentry kind="lib" path="D:/jars/mc/1.21_R1/log4j-core-2.22.1.jar"/>
<classpathentry kind="lib" path="D:/jars/mc/1.21_R1/netty-buffer-4.1.97.Final.jar"/>
<classpathentry kind="lib" path="D:/jars/mc/1.21_R1/netty-codec-4.1.97.Final.jar"/>
<classpathentry kind="lib" path="D:/jars/mc/1.21_R1/netty-common-4.1.97.Final.jar"/>
<classpathentry kind="lib" path="D:/jars/mc/1.21_R1/netty-handler-4.1.97.Final.jar"/>
<classpathentry kind="lib" path="D:/jars/mc/1.21_R1/netty-resolver-4.1.97.Final.jar"/>
<classpathentry kind="lib" path="D:/jars/mc/1.21_R1/netty-transport-4.1.97.Final.jar"/>
<classpathentry kind="lib" path="D:/jars/mc/1.21_R1/netty-transport-classes-epoll-4.1.97.Final.jar"/>
<classpathentry kind="lib" path="D:/jars/mc/1.21_R1/netty-transport-native-epoll-4.1.97.Final-linux-aarch_64.jar"/>
<classpathentry kind="lib" path="D:/jars/mc/1.21_R1/netty-transport-native-epoll-4.1.97.Final-linux-x86_64.jar"/>
<classpathentry kind="lib" path="D:/jars/mc/1.21_R1/netty-transport-native-unix-common-4.1.97.Final.jar"/>
<classpathentry kind="lib" path="D:/jars/mc/1.21_R1/slf4j-api-2.0.9.jar"/>
<classpathentry kind="lib" path="D:/jars/mc/1.21_R1/spigot-1.21-R0.1-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="D:/jars/mc/1.21_R1/spigot-api-1.21-R0.1-SNAPSHOT.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Loading

0 comments on commit 4a4aeab

Please sign in to comment.