Skip to content

Commit

Permalink
feat(plugin): update spigot to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
iGabyTM committed Jul 28, 2024
1 parent 6f6c443 commit 73776b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ subprojects {
dependencies {
if (project.name != 'comet') {
compileOnly 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
compileOnly 'org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT'
compileOnly 'org.spigotmc:spigot-api:1.21-R0.1-SNAPSHOT'
}
}
}
2 changes: 2 additions & 0 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ dependencies {

// PAPI
compileOnly 'me.clip:placeholderapi:2.10.10'

implementation 'org.apache.commons:commons-text:1.12.0'
}

compileKotlin {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import net.kyori.adventure.text.format.TextDecoration
import net.kyori.adventure.text.minimessage.ParsingException
import net.kyori.adventure.text.minimessage.tag.resolver.TagResolver
import net.md_5.bungee.api.ChatColor
import org.apache.commons.lang.StringUtils
import org.apache.commons.lang3.StringUtils
import org.bukkit.Bukkit
import org.bukkit.Color
import org.bukkit.OfflinePlayer
Expand Down

0 comments on commit 73776b0

Please sign in to comment.