9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2025-12-19 15:09:24 +00:00

Fix reference

This commit is contained in:
XiaoMoMi
2024-09-18 17:15:11 +08:00
parent 67bba6c9a0
commit d6fdc64ff3
2 changed files with 4 additions and 2 deletions

View File

@@ -63,6 +63,8 @@ dependencies {
compileOnly("com.willfp:libreforge:4.58.1")
// wg we
compileOnly("com.sk89q.worldguard:worldguard-bukkit:7.0.9")
// cache
compileOnly("com.github.ben-manes.caffeine:caffeine:${rootProject.properties["caffeine_version"]}")
}
java {

View File

@@ -17,8 +17,8 @@
package net.momirealms.customfishing.bukkit.integration.papi;
import io.lumine.mythic.bukkit.utils.caffeine.cache.Cache;
import io.lumine.mythic.bukkit.utils.caffeine.cache.Caffeine;
import com.github.benmanes.caffeine.cache.Cache;
import com.github.benmanes.caffeine.cache.Caffeine;
import me.clip.placeholderapi.expansion.PlaceholderExpansion;
import net.momirealms.customfishing.api.BukkitCustomFishingPlugin;
import net.momirealms.customfishing.api.mechanic.statistic.FishingStatistics;