mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2025-12-19 15:09:24 +00:00
2.2.21
This commit is contained in:
16
README.md
16
README.md
@@ -1,14 +1,14 @@
|
||||
# Custom-Fishing
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
[](https://jitpack.io/#Xiao-MoMi/Custom-Fishing)
|
||||
<a href="https://mo-mi.gitbook.io/xiaomomi-plugins/plugin-wiki/customfishing" alt="GitBook">
|
||||
<img src="https://img.shields.io/badge/docs-gitbook-brightgreen" alt="Gitbook"/>
|
||||
</a>
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
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.
|
||||
@@ -33,7 +33,7 @@ If you are using a proxy, configurate the proxy in gradle.properties. Otherwise
|
||||
Polymart: https://polymart.org/resource/customfishing.2723 \
|
||||
Afdian: https://afdian.net/@xiaomomi
|
||||
|
||||
## Use CustomFishing API
|
||||
## CustomFishing API
|
||||
|
||||
### Maven
|
||||
|
||||
@@ -50,7 +50,7 @@ Afdian: https://afdian.net/@xiaomomi
|
||||
<dependency>
|
||||
<groupId>com.github.Xiao-MoMi</groupId>
|
||||
<artifactId>Custom-Fishing</artifactId>
|
||||
<version>{LATEST}</version>
|
||||
<version>{VERSION}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
@@ -64,7 +64,7 @@ repositories {
|
||||
```
|
||||
```
|
||||
dependencies {
|
||||
compileOnly 'com.github.Xiao-MoMi:Custom-Fishing:{LATEST}'
|
||||
compileOnly 'com.github.Xiao-MoMi:Custom-Fishing:{VERSION}'
|
||||
}
|
||||
```
|
||||
### Gradle (Kotlin)
|
||||
@@ -76,6 +76,6 @@ repositories {
|
||||
```
|
||||
```
|
||||
dependencies {
|
||||
compileOnly("com.github.Xiao-MoMi:Custom-Fishing:{LATEST}")
|
||||
compileOnly("com.github.Xiao-MoMi:Custom-Fishing:{VERSION}")
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user