更新示例api插件地址

This commit is contained in:
ZhangYuheng 2024-10-11 11:52:03 +08:00
parent 8e251504fa
commit 7fff24dacf
3 changed files with 10 additions and 9 deletions

View File

@ -15,7 +15,7 @@ repositories {
} }
dependencies { dependencies {
compileOnly("cn.lunadeer:DominionAPI:2.0-SNAPSHOT") compileOnly("cn.lunadeer:DominionAPI:2.1-SNAPSHOT")
} }
``` ```
@ -28,7 +28,7 @@ repositories {
} }
dependencies { dependencies {
compileOnly("cn.lunadeer:DominionAPI:2.0-SNAPSHOT") compileOnly("cn.lunadeer:DominionAPI:2.1-SNAPSHOT")
} }
``` ```
@ -47,7 +47,7 @@ dependencies {
<dependency> <dependency>
<groupId>cn.lunadeer</groupId> <groupId>cn.lunadeer</groupId>
<artifactId>DominionAPI</artifactId> <artifactId>DominionAPI</artifactId>
<version>2.0-SNAPSHOT</version> <version>2.1-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
</dependencies> </dependencies>
@ -94,4 +94,4 @@ public void onEnable() {
} }
``` ```
[示例项目地址](https://github.com/ColdeZhang/DominionPluginExample)。 [示例项目地址](https://github.com/ColdeZhang/DominionAddonExample)。

View File

@ -94,4 +94,4 @@ public void onEnable() {
} }
``` ```
[示例项目地址](https://github.com/ColdeZhang/DominionPluginExample)。 [示例项目地址](https://github.com/ColdeZhang/DominionAddonExample)。

View File

@ -15,7 +15,7 @@ repositories {
} }
dependencies { dependencies {
compileOnly("cn.lunadeer:DominionAPI:2.0-SNAPSHOT") compileOnly("cn.lunadeer:DominionAPI:2.1-SNAPSHOT")
} }
``` ```
@ -28,7 +28,7 @@ repositories {
} }
dependencies { dependencies {
compileOnly("cn.lunadeer:DominionAPI:2.0-SNAPSHOT") compileOnly("cn.lunadeer:DominionAPI:2.1-SNAPSHOT")
} }
``` ```
@ -47,7 +47,7 @@ dependencies {
<dependency> <dependency>
<groupId>cn.lunadeer</groupId> <groupId>cn.lunadeer</groupId>
<artifactId>DominionAPI</artifactId> <artifactId>DominionAPI</artifactId>
<version>2.0-SNAPSHOT</version> <version>2.1-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
</dependencies> </dependencies>
@ -93,4 +93,5 @@ public void onEnable() {
} }
} }
``` ```
[示例项目地址](https://github.com/ColdeZhang/DominionPluginExample)。
[示例项目地址](https://github.com/ColdeZhang/DominionAddonExample)。