Skip to content

Releases: EpicBanItemTeam/VirtualChest

VirtualChest v0.2.4

11 Mar 07:30
Compare
Choose a tag to compare
VirtualChest v0.2.4 Pre-release
Pre-release

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

10 Mar 12:41
Compare
Choose a tag to compare
VirtualChest v0.2.3 Pre-release
Pre-release

Placeholders in click actions can be replaced.
点击行为中的占位符可以被替换了。

Comments will be added to the main configuration file 'virtualchest.conf'.
主配置文件“virtualchest.conf”中将会出现方便理解的注释。

VirtualChest v0.2.2

09 Mar 02:28
Compare
Choose a tag to compare
VirtualChest v0.2.2 Pre-release
Pre-release

Add reload command and command descriptions.
添加了重新加载配置的命令,同时完善了命令描述。

VirtualChest v0.2.1

08 Mar 14:56
Compare
Choose a tag to compare
VirtualChest v0.2.1 Pre-release
Pre-release

Remove middle actions because the client does not support middle actions.
移除了中键点击特性,因为Minecraft客户端事实上并不支持这一特性。

Fix the problem of disordered characters.
修正了乱码问题。

VirtualChest v0.2.0

08 Mar 14:30
Compare
Choose a tag to compare
VirtualChest v0.2.0 Pre-release
Pre-release

Fix several bugs.
修复若干BUG。

Add support for hidden enchantments and placeholders.
添加了隐藏附魔和占位符的支持。

Add support for delay, based on asynchronization.
添加延时的功能,基于异步操作。

VirtualChest v0.1.0

06 Mar 14:42
Compare
Choose a tag to compare
VirtualChest v0.1.0 Pre-release
Pre-release

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发送消息)。