Skip to content

Commit

Permalink
更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
lt-name committed Feb 9, 2024
1 parent dbaa09a commit b0ccaca
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
16 changes: 10 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>cn.lanink</groupId>
<artifactId>MurderMystery</artifactId>
<version>1.4.2<!-- -SNAPSHOT--></version>
<version>1.4.3-SNAPSHOT</version>

<licenses>
<license>
Expand Down Expand Up @@ -105,9 +105,13 @@
</build>

<distributionManagement>
<snapshotRepository>
<id>repo-lanink-cn</id>
<url>https://repo.lanink.cn/repository/maven-snapshots/</url>
</snapshotRepository>
<repository>
<id>maven-repo</id>
<url>file:/www/wwwroot/repo.lanink.cn</url>
<id>repo-lanink-cn</id>
<url>https://repo.lanink.cn/repository/maven-releases/</url>
</repository>
</distributionManagement>

Expand All @@ -134,7 +138,7 @@
</repository>
<repository>
<id>repo-lanink-cn</id>
<url>https://repo.lanink.cn/</url>
<url>https://repo.lanink.cn/repository/maven-public/</url>
</repository>
</repositories>

Expand All @@ -150,14 +154,14 @@
<dependency>
<groupId>cn.lanink</groupId>
<artifactId>MemoriesOfTime-GameCore</artifactId>
<version>1.6.11</version>
<version>1.6.13</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.smallaswater</groupId>
<artifactId>RsNPC</artifactId>
<version>2.3.1</version>
<version>2.4.3</version>
<scope>provided</scope>
</dependency>

Expand Down
1 change: 1 addition & 0 deletions src/main/java/cn/lanink/murdermystery/MurderMystery.java
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ public void onEnable() {
} catch (Exception ignored) {

}
//注册RsNPC变量
try {
Class.forName("com.smallaswater.npc.variable.BaseVariableV2");
com.smallaswater.npc.variable.VariableManage.addVariableV2("MurderMysteryVariable", RsNpcVariable.class);
Expand Down

0 comments on commit b0ccaca

Please sign in to comment.