This repository has been archived on 2025-01-17. You can view files and clone it, but cannot push or open issues or pull requests.
herobrine-for-bukkit-or-spigot/.classpath
David Berdik 2bb45ab770 *Updated plugin from Bukkit/Spigot 1.9.2 to 1.9.4
*Updated plugin.yml version number from 1.3.1 to 1.4.0
*Changed plugin internal version number from 14 to 15
*Added website attribute to plugin.yml
*Update checking now occurs on a separate thread
*Update checking now occurs once every 24 hours instead of only once when the server is started
*If an update check determines that a newer version is available, an update message will be displayed in the console once every hour
*If an update check determines that a newer version is available, server OPs will be presented with an update message when they log in
2016-05-14 18:15:13 -04:00

17 lines
826 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"/>
<classpathentry kind="lib" path="libs/Factions.jar"/>
<classpathentry kind="lib" path="libs/GriefPrevention.jar"/>
<classpathentry kind="lib" path="libs/MassiveCore.jar"/>
<classpathentry kind="lib" path="libs/PreciousStones.jar"/>
<classpathentry kind="lib" path="libs/Residence.jar"/>
<classpathentry kind="lib" path="libs/Towny.jar"/>
<classpathentry kind="lib" path="libs/worldedit-bukkit-6.1.jar"/>
<classpathentry kind="lib" path="libs/worldguard-6.1.jar"/>
<classpathentry kind="lib" path="libs/CustomItems-1.0.0.jar"/>
<classpathentry kind="lib" path="libs/craftbukkit-1.9.4.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>