Moved files
This commit is contained in:
parent
c2bbf14fe0
commit
ab84dcbfdd
9 changed files with 13 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
package buttondevteam.bucket;
|
||||
package buttondevteam.core;
|
||||
|
||||
import java.util.logging.Logger;
|
||||
|
||||
|
@ -6,6 +6,8 @@ import org.bukkit.Bukkit;
|
|||
import org.bukkit.plugin.PluginDescriptionFile;
|
||||
import org.bukkit.plugin.java.JavaPlugin;
|
||||
|
||||
import buttondevteam.bucket.MainPlugin;
|
||||
|
||||
public class MainPlugin extends JavaPlugin {
|
||||
public static MainPlugin Instance;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package buttondevteam.bucket;
|
||||
package buttondevteam.core;
|
||||
|
||||
import org.bukkit.event.EventHandler;
|
||||
import org.bukkit.event.EventPriority;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package buttondevteam.bucket;
|
||||
package buttondevteam.core;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.FileNotFoundException;
|
||||
|
@ -17,6 +17,8 @@ import com.google.gson.JsonElement;
|
|||
import com.google.gson.JsonObject;
|
||||
import com.google.gson.JsonParser;
|
||||
|
||||
import buttondevteam.bucket.MainPlugin;
|
||||
|
||||
public final class TBMCCoreAPI {
|
||||
/**
|
||||
* Updates or installs the specified plugin. The plugin must use Maven.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package buttondevteam.bucket;
|
||||
package buttondevteam.core;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.IOException;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package buttondevteam.bucket;
|
||||
package buttondevteam.core;
|
||||
|
||||
import org.bukkit.event.Event;
|
||||
import org.bukkit.event.HandlerList;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package buttondevteam.bucket;
|
||||
package buttondevteam.core;
|
||||
|
||||
import org.bukkit.event.Event;
|
||||
import org.bukkit.event.HandlerList;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package buttondevteam.bucket;
|
||||
package buttondevteam.core;
|
||||
|
||||
import org.bukkit.configuration.file.YamlConfiguration;
|
||||
import org.bukkit.event.Event;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package buttondevteam.bucket;
|
||||
package buttondevteam.core;
|
||||
|
||||
import org.bukkit.event.Event;
|
||||
import org.bukkit.event.HandlerList;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package buttondevteam.bucket;
|
||||
package buttondevteam.core;
|
||||
|
||||
import org.bukkit.configuration.file.YamlConfiguration;
|
||||
import org.bukkit.event.Event;
|
||||
|
|
Loading…
Reference in a new issue