Skip to content

Commit

Permalink
MiniText from paperMC
Browse files Browse the repository at this point in the history
  • Loading branch information
divios committed Jan 13, 2022
1 parent e8dd225 commit f087a71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
compileOnly 'me.clip:placeholderapi:2.11.1'

implementation 'org.jetbrains:annotations:22.0.0'
compileOnly 'net.kyori:adventure-platform-bukkit:4.0.0'
compileOnly 'net.kyori:adventure-platform-bukkit:4.0.1'
implementation 'net.kyori:adventure-text-minimessage:4.2.0-SNAPSHOT'

testImplementation('junit:junit:4.13.2')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public String unParse(final String s) {

private boolean adventureIsInstalled() {
try {
Class.forName("net.kyori.adventure.text.serializer");
Class.forName("net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer");
} catch (ClassNotFoundException e) {
System.out.println("Adventure not found");
return false;
Expand Down

0 comments on commit f087a71

Please sign in to comment.