mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2025-03-12 13:29:04 +01:00
Hello, here is a small update that adds a couple requested things. Changes: - Updated Metrics. Added: - The help menu can now be changed in the Messages.yml. - Toggle: option to some of the items in the gui.
15 lines
768 B
XML
15 lines
768 B
XML
<?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-1.7"/>
|
|
<classpathentry kind="lib" path="/Users/Joe/Plugins/Spigot/Spigot 1.10.jar">
|
|
<attributes>
|
|
<attribute name="javadoc_location" value="jar:file:/Users/Joe/Desktop/Stuff/Spigot/Spigot%201.10%20JavaDoc.jar!/"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="lib" path="/Users/Joe/Plugins/Spigot/Spigot 1.9.4.jar"/>
|
|
<classpathentry kind="lib" path="/Users/Joe/Plugins/Spigot/Spigot 1.8.8.jar"/>
|
|
<classpathentry kind="lib" path="/Users/Joe/Plugins/Vault.jar"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|