### CustomFishing API Documentation Source: https://github.com/xiao-momi/custom-fishing/blob/main/README.md Documentation for the CustomFishing API, including repository setup and dependency declaration for integrating into other projects. ```APIDOC Repository: maven("https://repo.momirealms.net/releases/") Dependency: compileOnly("net.momirealms:custom-fishing:2.3.7") ``` -------------------------------- ### Build Custom-Fishing with Gradle Source: https://github.com/xiao-momi/custom-fishing/blob/main/README.md Instructions on how to build the Custom-Fishing plugin using Gradle via the command line. Requires JDK 17 or 21. ```sh ./gradlew build ``` -------------------------------- ### Add Custom-Fishing Dependency Source: https://github.com/xiao-momi/custom-fishing/blob/main/README.md How to add the Custom-Fishing plugin as a dependency in your project using Gradle. Specifies the repository and dependency coordinates. ```kotlin repositories { maven("https://repo.momirealms.net/releases/") } dependencies { compileOnly("net.momirealms:custom-fishing:2.3.7") } ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.