Skip to content

Fishing plugin with games and powerful loot system.

License

Notifications You must be signed in to change notification settings

Alathra/Alathran-Custom-Fishing

 
 

Repository files navigation

Custom-Fishing

CodeFactor Grade Gitbook GitHub Code Size bStats Servers bStats Players

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

Windows

Command Line

Install JDK 17 and set the JDK installation path to JAVA_HOME as an environment variable.
Start powershell and change directory to the project folder.
Execute ".\gradlew build" and get the jar at /target/CustomFishing-plugin-version.jar.

IDE

Import the project and execute gradle build action.

About Proxy

If you are using a proxy, configurate the proxy in gradle.properties. Otherwise comment the lines in gradle.properties.

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}")
}

About

Fishing plugin with games and powerful loot system.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages

  • Java 100.0%