Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 18 additions & 7 deletions .classpath
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/Spigot 1.10.jar"/>
<classpathentry kind="lib" path="lib/Spigot-1.11.2.jar"/>
<classpathentry kind="lib" path="lib/spigot-1.12.jar"/>
<classpathentry kind="lib" path="lib/spigot-1.9-R0.1-SNAPSHOT-latest.jar"/>
<classpathentry kind="lib" path="lib/spigot-1.9.4-R0.1-SNAPSHOT-latest.jar"/>
<classpathentry kind="lib" path="/Users/slaymd/Epitech/Projects/Spigot/CaulCrafting/lib/spigot-1.13.jar"/>
<classpathentry kind="lib" path="lib/spigot/spigot-1.10.jar"/>
<classpathentry kind="lib" path="lib/spigot/spigot-1.11.2.jar"/>
<classpathentry kind="lib" path="lib/spigot/spigot-1.12.jar"/>
<classpathentry kind="lib" path="lib/spigot/spigot-1.9.jar"/>
<classpathentry kind="lib" path="lib/spigot/spigot-1.9.4.jar"/>
<classpathentry kind="lib" path="lib/spigot/spigot-1.13.jar"/>
<classpathentry kind="lib" path="lib/spigot/spigot-1.14.4.jar"/>
<classpathentry kind="lib" path="lib/spigot/spigot-1.15.2.jar"/>
<classpathentry kind="lib" path="lib/spigot/spigot-1.16.1.jar"/>
<classpathentry kind="lib" path="lib/spigot/spigot-1.16.2.jar"/>
<classpathentry kind="lib" path="lib/spigot/spigot-1.17.jar"/>
<classpathentry kind="lib" path="lib/spigot/spigot-1.18.1.jar"/>
<classpathentry kind="src" path="target/generated-sources/annotations">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/bin/
/releases/
classes/
src/META-INF/
src/main/
target/
.vscode/
.idea/
3 changes: 0 additions & 3 deletions .idea/.gitignore

This file was deleted.

30 changes: 0 additions & 30 deletions .idea/artifacts/CaulCrafting_jar.xml

This file was deleted.

11 changes: 0 additions & 11 deletions .idea/libraries/spigot_1_15_2.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

17 changes: 0 additions & 17 deletions .project

This file was deleted.

18 changes: 0 additions & 18 deletions .settings/org.eclipse.core.resources.prefs

This file was deleted.

12 changes: 0 additions & 12 deletions .settings/org.eclipse.jdt.core.prefs

This file was deleted.

Loading