mirror of
https://github.com/CarmJos/UltraDepository.git
synced 2026-06-04 08:38:25 +08:00
[v1.2.5] 版本更新
- [A] 针对物品能否出售的状态提供额外的配置。 - [A] 添加ActionBar提示(如需关掉仅需将消息设为"") - [A] 添加取回物品到背包的声音。 - [F] 修复SellGUI数量重调回0后(虽然不可能发生)物品仍然显示的问题 - [F] 修复SellGUI中可能存在的精度显示异常的问题。
This commit is contained in:
@@ -9,13 +9,13 @@
|
||||
<maven.compiler.target>11</maven.compiler.target>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
|
||||
<easyplugin.version>1.3.4</easyplugin.version>
|
||||
<easyplugin.version>1.3.5</easyplugin.version>
|
||||
</properties>
|
||||
|
||||
<groupId>cc.carm.plugin</groupId>
|
||||
<artifactId>ultradepository</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.2.4</version>
|
||||
<version>1.2.5</version>
|
||||
|
||||
<name>UltraDepository</name>
|
||||
<description>超级仓库插件,支持设定不同物品的存储仓库。</description>
|
||||
|
||||
Reference in New Issue
Block a user