mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2025-12-19 15:09:24 +00:00
update README
This commit is contained in:
34
README.md
34
README.md
@@ -1,12 +1,32 @@
|
||||
# Note: This project is under recoding. New API would be available soon.
|
||||
# Custom-Fishing
|
||||
A fishing plugin that provides mini games.
|
||||
|
||||
### How to buy
|
||||

|
||||

|
||||

|
||||

|
||||
<a href="https://mo-mi.gitbook.io/xiaomomi-plugins/plugin-wiki/customfishing-2.0-beta" alt="GitBook">
|
||||
<img src="https://img.shields.io/badge/docs-gitbook-brightgreen" alt="Gitbook"/>
|
||||
</a>
|
||||
|
||||
https://afdian.net/@xiaomomi
|
||||
CustomFishing is a Paper plugin that provides minigames and a powerful condition & action library for fishing.
|
||||
With the new concept of weight system, CustomFishing brings unlimited customization possibilities and best performance.
|
||||
|
||||
https://polymart.org/resource/customfishing.2723
|
||||
## How to build
|
||||
|
||||
### About compilation
|
||||
./gradlew 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.
|
||||
|
||||
##### IDLE
|
||||
Import the project and execute gradle build action.
|
||||
|
||||
##### 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
|
||||
@@ -1,8 +1,8 @@
|
||||
systemProp.socks.proxyHost=127.0.0.1
|
||||
systemProp.socks.proxyPort=7890
|
||||
#systemProp.socks.proxyHost=127.0.0.1
|
||||
#systemProp.socks.proxyPort=7890
|
||||
|
||||
systemProp.http.proxyHost=127.0.0.1
|
||||
systemProp.http.proxyPort=7890
|
||||
#systemProp.http.proxyHost=127.0.0.1
|
||||
#systemProp.http.proxyPort=7890
|
||||
|
||||
systemProp.https.proxyHost=127.0.0.1
|
||||
systemProp.https.proxyPort=7890
|
||||
#systemProp.https.proxyHost=127.0.0.1
|
||||
#systemProp.https.proxyPort=7890
|
||||
@@ -360,9 +360,6 @@ public class FishingManagerImpl implements Listener, FishingManager {
|
||||
entity.remove();
|
||||
}
|
||||
}
|
||||
|
||||
// TODO It's unsure if the hook would hook into other entities when playing a game
|
||||
// TODO But it should not affect the game result
|
||||
}
|
||||
|
||||
private void onCaughtFish(PlayerFishEvent event) {
|
||||
|
||||
Reference in New Issue
Block a user