/** * This is the core of PluginBase for use as a Bukkit Plugin. * <p/> * This package contains the classes you can use to design a plugin that is based on the Bukkit API. Simply have * your main plugin class extend AbstractBukkitPlugin instead of JavaPlugin and a slew of built in features will be * available for your plugin. * <p/> * Part of com.dumptruckman.minecraft.pluginbase:Bukkit. */ package pluginbase.bukkit;