-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.classpath
More file actions
19 lines (19 loc) · 840 Bytes
/
.classpath
File metadata and controls
19 lines (19 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="../Library/Extern/worldedit-5.5.8.jar"/>
<classpathentry kind="lib" path="/PermissionsBukkit/bin"/>
<classpathentry kind="lib" path="../Library/Extern/Vault-1.2.15.jar"/>
<classpathentry kind="lib" path="../Library/Spigot-API.jar">
<attributes>
<attribute name="javadoc_location" value="https://hub.spigotmc.org/javadocs/spigot/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="../Library/Spigot-Server.jar">
<attributes>
<attribute name="javadoc_location" value="https://hub.spigotmc.org/javadocs/spigot/"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>