mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-10-31 09:33:43 +01:00 
			
		
		
		
	Trying to reduce reliance on Bukkit
This commit is contained in:
		| @@ -11,6 +11,7 @@ import com.intellectualcrafters.plot.object.PlotPlayer; | ||||
| import com.intellectualcrafters.plot.util.*; | ||||
| import com.plotsquared.bukkit.listeners.APlotListener; | ||||
| import com.plotsquared.bukkit.util.SetupUtils; | ||||
|  | ||||
| import org.slf4j.Logger; | ||||
| import org.spongepowered.api.Game; | ||||
| import org.spongepowered.api.Server; | ||||
| @@ -172,12 +173,6 @@ public class SpongeMain implements IPlotMain, PluginContainer { | ||||
|         return null; | ||||
|     } | ||||
|  | ||||
|     @Override | ||||
|     public void handleKick(UUID uuid, C c) { | ||||
|         // TODO Auto-generated method stub | ||||
|          | ||||
|     } | ||||
|  | ||||
|     @Override | ||||
|     public TaskManager getTaskManager() { | ||||
|         // TODO Auto-generated method stub | ||||
| @@ -327,4 +322,16 @@ public class SpongeMain implements IPlotMain, PluginContainer { | ||||
|         // TODO Auto-generated method stub | ||||
|         return null; | ||||
|     } | ||||
|  | ||||
|     @Override | ||||
|     public void startMetrics() { | ||||
|         // TODO Auto-generated method stub | ||||
|          | ||||
|     } | ||||
|  | ||||
|     @Override | ||||
|     public void setGenerator(String world) { | ||||
|         // TODO Auto-generated method stub | ||||
|          | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 boy0001
					boy0001