mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2025-12-19 15:09:24 +00:00
2.2.0
This commit is contained in:
@@ -42,6 +42,7 @@ tasks.withType<JavaCompile> {
|
|||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
shadowJar {
|
shadowJar {
|
||||||
|
archiveFileName = "CustomFishing-${rootProject.properties["project_version"]}.jar"
|
||||||
relocate("net.kyori", "net.momirealms.customfishing.libraries")
|
relocate("net.kyori", "net.momirealms.customfishing.libraries")
|
||||||
relocate("dev.dejvokep", "net.momirealms.customfishing.libraries")
|
relocate("dev.dejvokep", "net.momirealms.customfishing.libraries")
|
||||||
relocate ("com.saicone.rtag", "net.momirealms.customfishing.libraries.rtag")
|
relocate ("com.saicone.rtag", "net.momirealms.customfishing.libraries.rtag")
|
||||||
|
|||||||
@@ -46,6 +46,7 @@ public class BattlePassQuest implements Listener {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private static class BPFishingQuest extends ActionQuestExecutor {
|
private static class BPFishingQuest extends ActionQuestExecutor {
|
||||||
|
|
||||||
public BPFishingQuest(JavaPlugin plugin) {
|
public BPFishingQuest(JavaPlugin plugin) {
|
||||||
super(plugin, "customfishing");
|
super(plugin, "customfishing");
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user