Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
extendedclip committed Aug 14, 2015
1 parent 303f556 commit 561400e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="D:/Users/Vincent/Java Projects/workspace/PluginLibrary/libs/Autorank.jar">
<classpathentry kind="lib" path="libs/Autorank.jar">
<attributes>
<attribute name="javadoc_location" value="http://62.131.38.74:8080/job/Autorank/javadoc/"/>
</attributes>
Expand All @@ -26,14 +26,14 @@
<classpathentry kind="lib" path="libs/Factions.jar"/>
<classpathentry kind="lib" path="libs/OnTime.jar"/>
<classpathentry kind="lib" path="libs/afkTerminator.jar"/>
<classpathentry kind="lib" path="D:/Users/Vincent/Java Projects/workspace/PluginLibrary/libs/RoyalCommands.jar"/>
<classpathentry kind="lib" path="libs/RoyalCommands.jar"/>
<classpathentry kind="lib" path="libs/UltimateCore.jar"/>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="D:/Users/Vincent/Java Projects/workspace/PluginLibrary/libs/spigot.jar">
<classpathentry kind="lib" path="libs/spigot.jar">
<attributes>
<attribute name="javadoc_location" value="https://hub.spigotmc.org/javadocs/spigot/"/>
</attributes>
Expand Down
1 change: 1 addition & 0 deletions src/me/staartvin/plugins/pluginlibrary/PluginLibrary.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public void onEnable() {

loadedLibraries.clear();

//this is a test
logMessage(ChatColor.GOLD + "***== Loading libraries ==***");
logMessage(ChatColor.GOLD + "***== Loaded " + ChatColor.WHITE
+ loadLibraries() + ChatColor.GOLD + " libraries! ==***");
Expand Down

0 comments on commit 561400e

Please sign in to comment.