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:
14
README.md
14
README.md
@@ -53,7 +53,7 @@ Afdian: https://afdian.net/@xiaomomi
|
||||
</dependency>
|
||||
</dependencies>
|
||||
```
|
||||
### Gradle
|
||||
### Gradle (Groovy)
|
||||
|
||||
```
|
||||
repositories {
|
||||
@@ -64,4 +64,16 @@ repositories {
|
||||
dependencies {
|
||||
compileOnly 'com.github.Xiao-MoMi:Custom-Fishing:{LATEST}'
|
||||
}
|
||||
```
|
||||
### Gradle (Kotlin)
|
||||
|
||||
```
|
||||
repositories {
|
||||
maven("https://jitpack.io/")
|
||||
}
|
||||
```
|
||||
```
|
||||
dependencies {
|
||||
compileOnly("com.github.Xiao-MoMi:Custom-Fishing:{LATEST}")
|
||||
}
|
||||
```
|
||||
@@ -151,11 +151,11 @@ public class IntegrationManagerImpl implements IntegrationManager {
|
||||
hookMessage("BetonQuest");
|
||||
}
|
||||
}
|
||||
if (plugin.isHookedPluginEnabled("NotQuests")) {
|
||||
NotQuestHook notQuestHook = new NotQuestHook();
|
||||
notQuestHook.register();
|
||||
hookMessage("NotQuests");
|
||||
}
|
||||
// if (plugin.isHookedPluginEnabled("NotQuests")) {
|
||||
// NotQuestHook notQuestHook = new NotQuestHook();
|
||||
// notQuestHook.register();
|
||||
// hookMessage("NotQuests");
|
||||
// }
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user