11# Custom-Fishing
22
33![ CodeFactor Grade] ( https://img.shields.io/codefactor/grade/github/Xiao-MoMi/Custom-Fishing )
4- ![ Code Size] ( https://img.shields.io/github/languages/code-size/Xiao-MoMi/Custom-Fishing )
5- ![ bStats Servers] ( https://img.shields.io/bstats/servers/16648 )
6- ![ bStats Players] ( https://img.shields.io/bstats/players/16648 )
7- ![ GitHub] ( https://img.shields.io/github/license/Xiao-MoMi/Custom-Fishing )
84[ ![ ] ( https://jitpack.io/v/Xiao-MoMi/Custom-Fishing.svg )] ( https://jitpack.io/#Xiao-MoMi/Custom-Fishing )
95<a href =" https://mo-mi.gitbook.io/xiaomomi-plugins/plugin-wiki/customfishing " alt =" GitBook " >
106<img src =" https://img.shields.io/badge/docs-gitbook-brightgreen " alt =" Gitbook " />
117</a >
8+ ![ GitHub] ( https://img.shields.io/github/license/Xiao-MoMi/Custom-Fishing )
9+ ![ Code Size] ( https://img.shields.io/github/languages/code-size/Xiao-MoMi/Custom-Fishing )
10+ ![ bStats Servers] ( https://img.shields.io/bstats/servers/16648 )
11+ ![ bStats Players] ( https://img.shields.io/bstats/players/16648 )
1212
1313CustomFishing is a Paper plugin that provides minigames and a powerful condition & action system for fishing.
1414With the new concept of weight system, CustomFishing brings unlimited customization possibilities and best performance.
@@ -33,7 +33,7 @@ If you are using a proxy, configurate the proxy in gradle.properties. Otherwise
3333Polymart: https://polymart.org/resource/customfishing.2723 \
3434Afdian: https://afdian.net/@xiaomomi
3535
36- ## Use CustomFishing API
36+ ## CustomFishing API
3737
3838### Maven
3939
@@ -50,7 +50,7 @@ Afdian: https://afdian.net/@xiaomomi
5050 <dependency>
5151 <groupId>com.github.Xiao-MoMi</groupId>
5252 <artifactId>Custom-Fishing</artifactId>
53- <version>{LATEST }</version>
53+ <version>{VERSION }</version>
5454 <scope>provided</scope>
5555 </dependency>
5656</dependencies>
@@ -64,7 +64,7 @@ repositories {
6464```
6565```
6666dependencies {
67- compileOnly 'com.github.Xiao-MoMi:Custom-Fishing:{LATEST }'
67+ compileOnly 'com.github.Xiao-MoMi:Custom-Fishing:{VERSION }'
6868}
6969```
7070### Gradle (Kotlin)
@@ -76,6 +76,6 @@ repositories {
7676```
7777```
7878dependencies {
79- compileOnly("com.github.Xiao-MoMi:Custom-Fishing:{LATEST }")
79+ compileOnly("com.github.Xiao-MoMi:Custom-Fishing:{VERSION }")
8080}
8181```
0 commit comments