1
mirror of https://github.com/CarmJos/ScriptItems synced 2026-06-05 13:21:11 +08:00

fix(null): 修复物品可能为空导致的报错问题

This commit is contained in:
2023-02-08 20:11:00 +08:00
parent 629bdbeac9
commit 2259965496
5 changed files with 67 additions and 51 deletions
+9 -1
View File
@@ -18,7 +18,7 @@
<groupId>cc.carm.plugin</groupId>
<artifactId>scriptitems</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<name>ScriptItems</name>
<description>物品操作绑定插件,给予玩家可执行对应操作的物品,基于EasyPlugin实现。</description>
@@ -99,6 +99,14 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>cc.carm.lib</groupId>
<artifactId>easyplugin-listener</artifactId>
<version>${deps.easyplugin.version}</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>cc.carm.lib</groupId>
<artifactId>easyplugin-githubchecker</artifactId>