Skip to content

Commit

Permalink
General update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Staartvin committed Jan 28, 2016
1 parent 71282e9 commit 4454c0e
Show file tree
Hide file tree
Showing 20 changed files with 37 additions and 301 deletions.
79 changes: 37 additions & 42 deletions .classpath
Original file line number Diff line number Diff line change
@@ -1,42 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry including="**/*.java" kind="src" output="target/classes" path="src">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="libs/Autorank.jar">
<attributes>
<attribute name="javadoc_location" value="http://62.131.38.74:8080/job/Autorank/javadoc/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="libs/Stats.jar">
<attributes>
<attribute name="javadoc_location" value="http://ci.lolmewn.nl/job/Stats/javadoc/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="libs/mcMMO.jar"/>
<classpathentry kind="lib" path="libs/MassiveCore.jar"/>
<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="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="libs/spigot.jar">
<attributes>
<attribute name="javadoc_location" value="https://hub.spigotmc.org/javadocs/spigot/"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry including="**/*.java" kind="src" output="target/classes" path="src">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="libs/Autorank.jar">
<attributes>
<attribute name="javadoc_location" value="http://62.131.38.74:8080/job/Autorank/javadoc/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="libs/Stats.jar">
<attributes>
<attribute name="javadoc_location" value="http://ci.lolmewn.nl/job/Stats/javadoc/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="libs/mcMMO.jar"/>
<classpathentry kind="lib" path="libs/MassiveCore.jar"/>
<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="libs/RoyalCommands.jar"/>
<classpathentry kind="lib" path="libs/UltimateCore.jar"/>
<classpathentry kind="lib" path="libs/spigot.jar">
<attributes>
<attribute name="javadoc_location" value="https://hub.spigotmc.org/javadocs/spigot/"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>
6 changes: 0 additions & 6 deletions .project
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,8 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
146 changes: 0 additions & 146 deletions pom.xml

This file was deleted.

3 changes: 0 additions & 3 deletions src/me/staartvin/plugins/pluginlibrary/PluginLibrary.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@

import me.staartvin.plugins.pluginlibrary.hooks.LibraryHook;
import me.staartvin.plugins.pluginlibrary.hooks.customstats.CustomStatsManager;
import net.md_5.bungee.api.ChatColor;

import org.bukkit.plugin.java.JavaPlugin;

/**
* Main class of PluginLibrary
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

import java.util.UUID;

import me.edge209.afkTerminator.AfkDetect;
import me.edge209.afkTerminator.AfkDetect.AFKMACHINES;
import me.staartvin.plugins.pluginlibrary.Library;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,8 @@
import java.util.List;
import java.util.UUID;

import me.armar.plugins.autorank.Autorank;
import me.armar.plugins.autorank.playerchecker.requirement.Requirement;
import me.armar.plugins.autorank.playerchecker.result.Result;
import me.staartvin.plugins.pluginlibrary.Library;

import org.bukkit.entity.Player;

/**
* Autorank library, <a href="https://www.spigotmc.org/resources/autorank.3239/">link</a>.
* <p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@
import me.staartvin.plugins.pluginlibrary.Library;
import me.staartvin.plugins.pluginlibrary.hooks.factions.Faction;

import org.bukkit.Location;

import com.massivecraft.factions.Factions;
import com.massivecraft.factions.entity.BoardColl;
import com.massivecraft.factions.entity.FactionColl;
import com.massivecraft.factions.entity.MPlayer;
import com.massivecraft.massivecore.ps.PS;

/**
* Factions, <a
* href="https://www.spigotmc.org/resources/factions.1900/">link</a>.
Expand Down
2 changes: 0 additions & 2 deletions src/me/staartvin/plugins/pluginlibrary/hooks/LibraryHook.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

import me.staartvin.plugins.pluginlibrary.PluginLibrary;

import org.bukkit.Bukkit;

/**
* Represents a hook to another plugin
* <p>
Expand Down
17 changes: 0 additions & 17 deletions src/me/staartvin/plugins/pluginlibrary/hooks/McMMOHook.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,6 @@

import me.staartvin.plugins.pluginlibrary.Library;

import org.bukkit.OfflinePlayer;
import org.bukkit.entity.LivingEntity;
import org.bukkit.entity.Player;
import org.bukkit.plugin.Plugin;

import com.gmail.nossr50.mcMMO;
import com.gmail.nossr50.api.AbilityAPI;
import com.gmail.nossr50.api.ChatAPI;
import com.gmail.nossr50.api.ExperienceAPI;
import com.gmail.nossr50.api.PartyAPI;
import com.gmail.nossr50.api.SkillAPI;
import com.gmail.nossr50.api.exceptions.InvalidFormulaTypeException;
import com.gmail.nossr50.api.exceptions.InvalidPlayerException;
import com.gmail.nossr50.api.exceptions.InvalidSkillException;
import com.gmail.nossr50.api.exceptions.InvalidXPGainReasonException;
import com.gmail.nossr50.datatypes.party.Party;

/**
* mcMMO library, <a
* href="https://www.spigotmc.org/resources/mcmmo.2445/">link</a>.
Expand Down
4 changes: 0 additions & 4 deletions src/me/staartvin/plugins/pluginlibrary/hooks/OnTimeHook.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
import java.util.HashMap;
import java.util.Map;

import me.edge209.OnTime.DataIO;
import me.edge209.OnTime.OnTimeAPI;
import me.edge209.OnTime.OnTimeAPI.topData;
import me.edge209.OnTime.PlayingTime;
import me.staartvin.plugins.pluginlibrary.Library;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

import me.staartvin.plugins.pluginlibrary.Library;

import org.bukkit.OfflinePlayer;
import org.bukkit.entity.Player;
import org.bukkit.inventory.Inventory;
import org.royaldev.royalcommands.RoyalCommands;
import org.royaldev.royalcommands.WorldManager;

/**
* RoyalCommands library, <a
* href="http://dev.bukkit.org/bukkit-plugins/royalcommands/">link</a>.
Expand Down
7 changes: 0 additions & 7 deletions src/me/staartvin/plugins/pluginlibrary/hooks/StatsHook.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@
import me.staartvin.plugins.pluginlibrary.Library;
import me.staartvin.plugins.pluginlibrary.hooks.customstats.FoodEatenStat;
import me.staartvin.plugins.pluginlibrary.hooks.customstats.MobKilledStat;
import nl.lolmewn.stats.api.stat.Stat;
import nl.lolmewn.stats.api.stat.StatEntry;
import nl.lolmewn.stats.api.user.StatsHolder;
import nl.lolmewn.stats.bukkit.BukkitMain;

import org.bukkit.Material;
import org.bukkit.entity.EntityType;

/**
* Stats library, <a
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package me.staartvin.plugins.pluginlibrary.hooks;

import me.staartvin.plugins.pluginlibrary.Library;
import bammerbom.ultimatecore.bukkit.UltimateCore;

/**
* UltimateCore library, <a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
import java.util.HashMap;
import java.util.Map;

import nl.lolmewn.stats.api.stat.Stat;
import nl.lolmewn.stats.api.stat.StatEntry;
import nl.lolmewn.stats.api.storage.DataType;

/**
* Stat that tracks what kind of food is eaten by a player
* <p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
import java.util.HashMap;
import java.util.Map;

import nl.lolmewn.stats.api.stat.Stat;
import nl.lolmewn.stats.api.stat.StatEntry;
import nl.lolmewn.stats.api.storage.DataType;

/**
* Stat that tracks special mobs killed, such as 'charged creeper' or 'elder
* guardian'
Expand Down
Loading

0 comments on commit 4454c0e

Please sign in to comment.