- ItemStack itemStack = new ItemStack(Material.GLASS_PANE,1); //创建物品
- [10:34:45] [Server thread/ERROR]: Fatal error trying to convert yanewxun v1.0:com/king/POJO/GuiPOJO.class
- org.bukkit.plugin.AuthorNagException: No legacy enum constant for GLASS_PANE. Did you forget to define a modern (1.13+) api-version in your plugin.yml?
只能使用 LEGACY 开头的过时枚举
本帖最后由 Neige 于 2022-4-17 10:56 编辑
如报错所说,你应该在plugin.yml中指定api版本
如报错所说,你应该在plugin.yml中指定api版本
这是API版本出错了吧qwq到plugin.yml看一下是不是