Skip to content

Commit

Permalink
Add dynamic gui functions
Browse files Browse the repository at this point in the history
  • Loading branch information
virustotalop committed Oct 1, 2024
1 parent 7f7b731 commit 0ac70d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bukkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ tasks.shadowJar.dependsOn ':core:shadowJar'
dependencies {
implementation project(path: ':core')
compileOnly 'org.spigotmc:spigot-api:1.12.2-R0.1-SNAPSHOT'
compileOnly 'com.github.ClubObsidian.DynamicGui:core:7ffd6dc8ff'
compileOnly 'com.github.ClubObsidian.DynamicGui:api:6.3.0'
compileOnly name: 'ProtocolLib-4.4.0'
}
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public AddonManager getAddonManager() {
}

private boolean resolveDynamicGui() {
boolean classExists = this.classExists("com.clubobsidian.dynamicgui.core.function.Function");
boolean classExists = this.classExists("com.clubobsidian.dynamicgui.api.function.Function");
return Bukkit.getServer().getPluginManager().getPlugin("DynamicGui") != null && classExists;
}

Expand Down

0 comments on commit 0ac70d9

Please sign in to comment.