mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2026-02-04 23:53:20 +01:00
Use PlayerRef instead of Player, finalise expansion/replace api
This commit is contained in:
@@ -14,12 +14,16 @@ description = "An awesome placeholder provider!"
|
||||
repositories {
|
||||
mavenCentral()
|
||||
mavenLocal()
|
||||
|
||||
maven {
|
||||
url = uri("https://repo.codemc.io/repository/hytale/")
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("org.yaml:snakeyaml:2.5")
|
||||
|
||||
compileOnly(files("libs/HytaleServer.jar"))
|
||||
compileOnly("com.hypixel.hytale:Server:2026.01.17-4b0f30090")
|
||||
compileOnlyApi("org.jetbrains:annotations:23.0.0")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user