Skip to content

Commit e398597

Browse files
author
handy
committed
1.5.8 修复超长报错
1 parent c8115be commit e398597

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
<groupId>cn.handyplus.menu</groupId>
88
<name>PlayerMenu</name>
99
<artifactId>PlayerMenu</artifactId>
10-
<version>1.5.8</version>
10+
<version>1.5.9</version>
1111
<description>一个有点好用的玩家菜单插件</description>
1212

1313
<properties>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1515
<spigot-api.vesion>1.21.4-R0.1-SNAPSHOT</spigot-api.vesion>
1616
<placeholderapi.version>2.11.6</placeholderapi.version>
1717
<lombok.version>1.18.36</lombok.version>
18-
<HandyLib.version>3.17.7</HandyLib.version>
18+
<HandyLib.version>3.17.8</HandyLib.version>
1919
<VaultAPI.vesion>1.7</VaultAPI.vesion>
2020
<PlayerPoints.version>3.2.7</PlayerPoints.version>
2121
<PlayerGuild.version>2.0.0</PlayerGuild.version>

src/main/java/cn/handyplus/menu/enter/MenuItem.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ public class MenuItem {
1818
@TableField(value = "id", comment = "ID")
1919
private Integer id;
2020

21-
@TableField(value = "item_stack", comment = "物品", length = 10000, notNull = true)
21+
@TableField(value = "item_stack", comment = "物品", length = 20000, notNull = true)
2222
private String itemStack;
2323
}

src/main/resources/plugin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: PlayerMenu
22
main: cn.handyplus.menu.PlayerMenu
3-
version: 1.5.8
3+
version: 1.5.9
44
author: handy
55
api-version: 1.13
66
website: https://ricedoc.handyplus.cn/wiki/PlayerMenu/log/

0 commit comments

Comments
 (0)