Skip to content
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
rainbowdashlabs committed May 30, 2024
1 parent 42dec2f commit a8ca486
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ package net.minecrell.pluginyml.bukkit
import net.minecrell.pluginyml.InvalidPluginDescriptionException
import net.minecrell.pluginyml.PlatformPlugin
import net.minecrell.pluginyml.collectLibraries
import net.minecrell.pluginyml.paper.PaperPlugin
import org.gradle.api.Project
import org.gradle.api.artifacts.result.ResolvedComponentResult

Expand All @@ -36,10 +35,8 @@ class BukkitPlugin : PlatformPlugin<BukkitPluginDescription>("Bukkit", "plugin.y
companion object {
@JvmStatic
private val VALID_NAME = Regex("^[A-Za-z0-9 _.-]+$")

@JvmStatic
private val VALID_API_VERSION = Regex("^1\\.[0-9]+$")

@JvmStatic
private val INVALID_NAMESPACES = listOf("net.minecraft.", "org.bukkit.", "io.papermc.", "com.destroystokoyo.paper.", "org.spigotmc")
}
Expand Down

0 comments on commit a8ca486

Please sign in to comment.