9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2025-12-19 15:09:24 +00:00
This commit is contained in:
XiaoMoMi
2024-07-12 00:12:38 +08:00
parent c5e6f75f64
commit d473a8e4e7
3 changed files with 2 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ tasks.withType<JavaCompile> {
tasks {
shadowJar {
archiveFileName = "CustomFishing-${rootProject.properties["project_version"]}.jar"
relocate("net.kyori", "net.momirealms.customfishing.libraries")
relocate("dev.dejvokep", "net.momirealms.customfishing.libraries")
relocate ("com.saicone.rtag", "net.momirealms.customfishing.libraries.rtag")

View File

@@ -46,6 +46,7 @@ public class BattlePassQuest implements Listener {
}
private static class BPFishingQuest extends ActionQuestExecutor {
public BPFishingQuest(JavaPlugin plugin) {
super(plugin, "customfishing");
}

Binary file not shown.