1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-16 03:24:31 +02:00

Cleanup :: Standardize import organization :: lots of comments :: remove unused eco systems

This commit is contained in:
Iaccidentally
2013-01-11 19:56:02 -05:00
parent 72ab21ac19
commit 859ca6e919
206 changed files with 526 additions and 1016 deletions

View File

@@ -12,6 +12,9 @@ import java.util.Enumeration;
import java.util.jar.JarEntry;
import java.util.jar.JarFile;
import java.util.logging.Level;
import net.ess3.api.IEssentials;
import net.ess3.bukkit.BukkitPlugin;
import net.ess3.commands.EssentialsCommandHandler;
import org.bukkit.Bukkit;
import org.bukkit.command.Command;
import org.bukkit.command.CommandMap;
@@ -20,9 +23,6 @@ import org.bukkit.command.TabExecutor;
import org.bukkit.plugin.PluginManager;
import org.bukkit.plugin.SimplePluginManager;
import org.bukkit.plugin.java.JavaPlugin;
import net.ess3.api.IEssentials;
import net.ess3.bukkit.BukkitPlugin;
import net.ess3.commands.EssentialsCommandHandler;
public class EssentialsExtra extends JavaPlugin

View File

@@ -2,12 +2,12 @@ package net.ess3.extra.commands;
import java.util.Random;
import org.bukkit.Location;
import org.bukkit.entity.EntityType;
import org.bukkit.entity.Ocelot;
import net.ess3.api.IUser;
import net.ess3.commands.EssentialsCommand;
import net.ess3.extra.AnnotatedCommand;
import org.bukkit.Location;
import org.bukkit.entity.EntityType;
import org.bukkit.entity.Ocelot;
@AnnotatedCommand(description = "Throw an exploding kitten at your opponent", usage = "/<command>")