9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2025-12-19 15:09:24 +00:00
2024-08-23 16:51:44 +08:00
2024-08-23 16:51:44 +08:00
2024-08-23 16:51:44 +08:00
2024-08-23 16:51:44 +08:00
2022-07-05 15:43:01 +08:00
rp
2024-01-06 20:58:46 +08:00
2024-08-23 14:14:21 +08:00
2023-09-01 02:23:12 +08:00
2022-07-05 15:43:36 +08:00
2023-09-12 22:16:15 +08:00
2022-08-15 15:27:38 +08:00
2024-08-15 01:40:24 +08:00
2024-08-23 16:04:33 +08:00

Custom-Fishing

CodeFactor Grade Gitbook Scc Count Badge Code Size bStats Servers bStats Players GitHub

CustomFishing is a Paper plugin that provides minigames and a powerful condition & action system for fishing. With the new concept of weight system, CustomFishing brings unlimited customization possibilities and best performance.

How to build

Command Line

Install JDK 17 & 21.
Start terminal and change directory to the project folder.
Execute ".\gradlew build" and get the artifact under /target folder

IDE

Import the project and execute gradle build action.
Get the artifact under /target folder

Support the developer

Polymart: https://polymart.org/resource/customfishing.2723
Afdian: https://afdian.net/@xiaomomi

CustomFishing API

Maven

<repositories>
  <repository>
    <id>jitpack</id>
    <url>https://jitpack.io/</url>
  </repository>
</repositories>
<dependencies>
  <dependency>
    <groupId>com.github.Xiao-MoMi</groupId>
    <artifactId>Custom-Fishing</artifactId>
    <version>{VERSION}</version>
    <scope>provided</scope>
  </dependency>
</dependencies>

Gradle (Groovy)

repositories {
    maven { url 'https://jitpack.io' }
}
dependencies {
    compileOnly 'com.github.Xiao-MoMi:Custom-Fishing:{VERSION}'
}

Gradle (Kotlin)

repositories {
    maven("https://jitpack.io/")
}
dependencies {
    compileOnly("com.github.Xiao-MoMi:Custom-Fishing:{VERSION}")
}
Description
Fishing plugin with games and powerful loot system.
Readme GPL-3.0 79 MiB
Languages
Java 100%