mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
Move Updater to independent package due to custom changes being overwritten by other plugins using the updater.
This commit is contained in:
parent
a63f745c73
commit
8cb8dea642
@ -49,9 +49,9 @@ import com.gmail.nossr50.util.commands.CommandRegistrationManager;
|
|||||||
import com.gmail.nossr50.util.experience.FormulaManager;
|
import com.gmail.nossr50.util.experience.FormulaManager;
|
||||||
import com.gmail.nossr50.util.player.UserManager;
|
import com.gmail.nossr50.util.player.UserManager;
|
||||||
|
|
||||||
import net.h31ix.updater.Updater;
|
import net.h31ix.updater.mcmmo.Updater;
|
||||||
import net.h31ix.updater.Updater.UpdateResult;
|
import net.h31ix.updater.mcmmo.Updater.UpdateResult;
|
||||||
import net.h31ix.updater.Updater.UpdateType;
|
import net.h31ix.updater.mcmmo.Updater.UpdateType;
|
||||||
import net.shatteredlands.shatt.backup.ZipLibrary;
|
import net.shatteredlands.shatt.backup.ZipLibrary;
|
||||||
|
|
||||||
public class mcMMO extends JavaPlugin {
|
public class mcMMO extends JavaPlugin {
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* This class provides the means to safely and easily update a plugin, or check to see if it is updated using dev.bukkit.org
|
* This class provides the means to safely and easily update a plugin, or check to see if it is updated using dev.bukkit.org
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package net.h31ix.updater;
|
package net.h31ix.updater.mcmmo;
|
||||||
|
|
||||||
import javax.xml.stream.XMLEventReader;
|
import javax.xml.stream.XMLEventReader;
|
||||||
import javax.xml.stream.XMLInputFactory;
|
import javax.xml.stream.XMLInputFactory;
|
Loading…
Reference in New Issue
Block a user