1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-07-14 11:34:43 +02:00

Request on bukkit forums, I don't plan to update this. Feel free to use the code however you wish.

This commit is contained in:
nossr50
2011-02-05 18:18:20 -08:00
parent f50a3ae6a2
commit 7627b7f7e4
9 changed files with 190 additions and 0 deletions

7
BackOff/.classpath Normal file

@ -0,0 +1,7 @@
<?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.6"/>
<classpathentry kind="lib" path="C:/MC Server/bukkit.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>