Optimize imports

This commit is contained in:
2022-01-27 15:23:01 -06:00
parent e0b98794c5
commit 087f6dc35a
56 changed files with 126 additions and 165 deletions

View File

@ -11,9 +11,6 @@ import org.bukkit.Location;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import java.util.Collections;
import java.util.List;
@CommandPermissions(level = Rank.ADMIN, source = RequiredCommandSource.IN_GAME)
@CommandParameters(name = "flatlands", description = "Teleport to the flatlands")
public class FlatlandsCMD extends PlexCommand