Moved player data and plugin updater (#5) from the chat plugin #6
7 changed files with 7 additions and 7 deletions
|
@ -6,7 +6,7 @@ import org.bukkit.plugin.PluginDescriptionFile;
|
|||
import org.bukkit.plugin.java.JavaPlugin;
|
||||
|
||||
import buttondevteam.alisolarflare.aliarrow.AliArrowSubPlugin;
|
||||
import buttondevteam.core.player.CoreSubPlugin;
|
||||
import buttondevteam.core.CoreSubPlugin;
|
||||
|
||||
public class MainPlugin extends JavaPlugin {
|
||||
private PluginDescriptionFile pdfFile;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package buttondevteam.core.player;
|
||||
package buttondevteam.core;
|
||||
|
||||
import java.util.logging.Level;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package buttondevteam.core.player;
|
||||
package buttondevteam.core;
|
||||
|
||||
import org.bukkit.event.EventHandler;
|
||||
import org.bukkit.event.EventPriority;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package buttondevteam.core.player;
|
||||
package buttondevteam.core;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.IOException;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package buttondevteam.core.player;
|
||||
package buttondevteam.core;
|
||||
|
||||
import org.bukkit.event.Event;
|
||||
import org.bukkit.event.HandlerList;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package buttondevteam.core.player;
|
||||
package buttondevteam.core;
|
||||
|
||||
import org.bukkit.configuration.file.YamlConfiguration;
|
||||
import org.bukkit.event.Event;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package buttondevteam.core.player;
|
||||
package buttondevteam.core;
|
||||
|
||||
import org.bukkit.configuration.file.YamlConfiguration;
|
||||
import org.bukkit.event.Event;
|
||||
|
|
Loading…
Reference in a new issue