Releases: EpicBanItemTeam/VirtualChest
VirtualChest v0.2.4
Command aliases are available for opening chest GUIs. The plugin provides four default aliases.
可以使用命令简写打开箱子GUI了。插件默认提供了四个命令简写。
Example chest GUI configurations can be extracted manually by using the command '/virtualchest reload extract-examples'. Ensure that the old examples are removed first.
箱子GUI界面的示例配置可以通过“/virtualchest reload extract-examples”命令手动再次生成了。记得把旧的示例配置删掉。
VirtualChest v0.2.3
Placeholders in click actions can be replaced.
点击行为中的占位符可以被替换了。
Comments will be added to the main configuration file 'virtualchest.conf'.
主配置文件“virtualchest.conf”中将会出现方便理解的注释。
VirtualChest v0.2.2
Add reload command and command descriptions.
添加了重新加载配置的命令,同时完善了命令描述。
VirtualChest v0.2.1
Remove middle actions because the client does not support middle actions.
移除了中键点击特性,因为Minecraft客户端事实上并不支持这一特性。
Fix the problem of disordered characters.
修正了乱码问题。
VirtualChest v0.2.0
Fix several bugs.
修复若干BUG。
Add support for hidden enchantments and placeholders.
添加了隐藏附魔和占位符的支持。
Add support for delay, based on asynchronization.
添加延时的功能,基于异步操作。
VirtualChest v0.1.0
Add basic features for virtual chest GUIs, such as click actions, lores, custom names, and enchantments.
添加了虚拟箱子GUI的基本特性,如点击操作,LORE,自定义物品名,以及自定义附魔。
Click actions have four types: normal (run command directly), console (run command by the server console), tell (send a message to player), and title (send a message to the action bar above the experience bar).
点击操作有四种:normal(直接执行命令),console(以服务端控制台的身份执行命令),tell(向玩家发送消息),以及title(向玩家在位于经验条上方的Action Bar发送消息)。