Archived
0

Initial commit

This commit is contained in:
Pepich
2017-11-15 18:38:45 +01:00
parent 9e9b4df5b7
commit 51380d886e
54 changed files with 1900 additions and 0 deletions

11
.classpath Normal file
View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="/Users/Pepich/Desktop/redstoner/spigot.jar"/>
<classpathentry kind="lib" path="/Users/Pepich/Desktop/redstoner/plugins/vault.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/ChatAPI"/>
<classpathentry combineaccessrules="false" kind="src" path="/ChestAPI"/>
<classpathentry combineaccessrules="false" kind="src" path="/CommandManager"/>
<classpathentry kind="output" path="bin"/>
</classpath>