mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Got rid of that auto-optimize-imports option
This commit is contained in:
parent
37e4a652dd
commit
634802ef98
@ -1,9 +1,30 @@
|
|||||||
package com.plotsquared.bukkit.util;
|
package com.plotsquared.bukkit.util;
|
||||||
|
|
||||||
import com.intellectualcrafters.plot.flag.Flag;
|
import com.intellectualcrafters.plot.flag.Flag;
|
||||||
import com.intellectualcrafters.plot.object.*;
|
import com.intellectualcrafters.plot.object.Location;
|
||||||
|
import com.intellectualcrafters.plot.object.Plot;
|
||||||
|
import com.intellectualcrafters.plot.object.PlotArea;
|
||||||
|
import com.intellectualcrafters.plot.object.PlotCluster;
|
||||||
|
import com.intellectualcrafters.plot.object.PlotId;
|
||||||
|
import com.intellectualcrafters.plot.object.PlotPlayer;
|
||||||
|
import com.intellectualcrafters.plot.object.Rating;
|
||||||
import com.intellectualcrafters.plot.util.EventUtil;
|
import com.intellectualcrafters.plot.util.EventUtil;
|
||||||
import com.plotsquared.bukkit.events.*;
|
import com.plotsquared.bukkit.events.ClusterFlagRemoveEvent;
|
||||||
|
import com.plotsquared.bukkit.events.PlayerClaimPlotEvent;
|
||||||
|
import com.plotsquared.bukkit.events.PlayerEnterPlotEvent;
|
||||||
|
import com.plotsquared.bukkit.events.PlayerLeavePlotEvent;
|
||||||
|
import com.plotsquared.bukkit.events.PlayerPlotDeniedEvent;
|
||||||
|
import com.plotsquared.bukkit.events.PlayerPlotHelperEvent;
|
||||||
|
import com.plotsquared.bukkit.events.PlayerPlotTrustedEvent;
|
||||||
|
import com.plotsquared.bukkit.events.PlayerTeleportToPlotEvent;
|
||||||
|
import com.plotsquared.bukkit.events.PlotClearEvent;
|
||||||
|
import com.plotsquared.bukkit.events.PlotComponentSetEvent;
|
||||||
|
import com.plotsquared.bukkit.events.PlotDeleteEvent;
|
||||||
|
import com.plotsquared.bukkit.events.PlotFlagAddEvent;
|
||||||
|
import com.plotsquared.bukkit.events.PlotFlagRemoveEvent;
|
||||||
|
import com.plotsquared.bukkit.events.PlotMergeEvent;
|
||||||
|
import com.plotsquared.bukkit.events.PlotRateEvent;
|
||||||
|
import com.plotsquared.bukkit.events.PlotUnlinkEvent;
|
||||||
import com.plotsquared.bukkit.object.BukkitPlayer;
|
import com.plotsquared.bukkit.object.BukkitPlayer;
|
||||||
import org.bukkit.Bukkit;
|
import org.bukkit.Bukkit;
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
|
Loading…
Reference in New Issue
Block a user