mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-14 10:35:15 +01:00
e864040e28
Hello, this is just a small update. Changes: - Updater Message has been moved to async to stop any lag from coming from it. - Internal auto updater has been moved to async to protect from making lag. Added: - New MCUpdate metrics. http://mcupdate.org/plugin?pl=61
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.8"/>
|
|
<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>
|