Uploading reference updates

This commit is contained in:
Norbi Peti 2016-08-22 19:39:31 +02:00
parent 69d0a3f0d7
commit 725067dc93
4 changed files with 8 additions and 8 deletions

View file

@ -9,7 +9,7 @@ import org.bukkit.Location;
import org.bukkit.OfflinePlayer;
import org.bukkit.entity.Player;
import buttondevteam.core.TBMCPlayer;
import buttondevteam.bucket.core.TBMCPlayer;
public class ChatPlayer extends TBMCPlayer {
public String UserName;

View file

@ -39,11 +39,11 @@ import org.bukkit.util.Vector;
import au.com.mineauz.minigames.MinigamePlayer;
import au.com.mineauz.minigames.Minigames;
import buttondevteam.core.TBMCPlayer;
import buttondevteam.core.TBMCPlayerAddEvent;
import buttondevteam.core.TBMCPlayerJoinEvent;
import buttondevteam.core.TBMCPlayerLoadEvent;
import buttondevteam.core.TBMCPlayerSaveEvent;
import buttondevteam.bucket.core.TBMCPlayer;
import buttondevteam.bucket.core.TBMCPlayerAddEvent;
import buttondevteam.bucket.core.TBMCPlayerJoinEvent;
import buttondevteam.bucket.core.TBMCPlayerLoadEvent;
import buttondevteam.bucket.core.TBMCPlayerSaveEvent;
import buttondevteam.thebuttonmcchat.commands.ucmds.KittycannonCommand;
import com.earth2me.essentials.Essentials;

View file

@ -19,7 +19,7 @@ import org.json.JSONArray;
import org.json.JSONObject;
import au.com.mineauz.minigames.mechanics.GameMechanics;
import buttondevteam.core.TBMCCoreAPI;
import buttondevteam.bucket.core.TBMCCoreAPI;
import buttondevteam.thebuttonmcchat.commands.CommandCaller;
import com.palmergames.bukkit.towny.Towny;

View file

@ -9,7 +9,7 @@ import org.apache.commons.io.FileUtils;
import org.bukkit.command.CommandSender;
import org.bukkit.plugin.Plugin;
import buttondevteam.core.TBMCCoreAPI;
import buttondevteam.bucket.core.TBMCCoreAPI;
import buttondevteam.thebuttonmcchat.PluginMain;
public class UpdatePlugin extends AdminCommandBase {