.
This commit is contained in:
parent
dc5dd62b6e
commit
bcce74a050
6 changed files with 18 additions and 9 deletions
|
|
@ -9,7 +9,7 @@ plugins {
|
|||
}
|
||||
|
||||
group = "de.kentoj"
|
||||
version = "1.0.0"
|
||||
version = "1.2.0"
|
||||
|
||||
fun scrowRepo(handler: RepositoryHandler) = handler.maven {
|
||||
name = "scrow"
|
||||
|
|
@ -38,7 +38,7 @@ dependencies {
|
|||
// https://mvnrepository.com/artifact/org.jetbrains/annotations
|
||||
implementation("org.jetbrains:annotations:26.0.2-1")
|
||||
|
||||
api("de.kentoj:kencommandapi-core:1.0.0")
|
||||
api("de.kentoj:kencommandapi-core:1.2.0")
|
||||
|
||||
api("org.spigotmc:spigot-api:1.21.11-R0.1-SNAPSHOT")
|
||||
implementation("org.spigotmc:spigot-api:1.21.11-R0.1-SNAPSHOT")
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ import org.bukkit.OfflinePlayer;
|
|||
import java.util.Set;
|
||||
import java.util.UUID;
|
||||
|
||||
// TODO
|
||||
@NoArgsConstructor(access = AccessLevel.PRIVATE)
|
||||
public class OfflinePlayerArgumentType implements ArgumentType<OfflinePlayer> {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue