A new version has been released for VirtualChest, it is available for download here.
Support both PlaceholderAPI 3.x and 4.x
Fix a bug that player cannot take any item out of his own inventory
Add support for restrictions of high frequency clicks, which can be configured in two ways:
Set the acceptable-action-interval-tick option (the minimal interval between two clicks in the same menu) in config/virtualchest/virtualchest.conf, default is 0 (no restrictions)
Add the AcceptableActionIntervalTick option in the menu config files (please see the example config file stored in the pluginās jar), and it will override the rule set by the option in config/virtualchest/virtualchest.conf
There will not be any new features add to VirtualChest v0.3.x, instead the author will focus on VirtualChest v0.4.0 which contains many new features (such as JavaScript) while it will not be compatible with the configuration files based on v0.3.x
A new version has been released for VirtualChest, it is available for download here.
Add auto completion for selection menus by commands
Add Requirements option which uses JavaScript to check the players
Change the structure of two options, PrimaryAction and SecondaryAction
VirtualChest v0.4.0 is not compatible with the configuration files based on v0.3.x, and if you are able to upgrade your configurations to v0.4.0, there are some changes which should be mentioned:
Position-X-X becomes SlotX now, and Position-1-1 corresponds with Slot0, Position-9-6 corresponds with Slot53, etc.
RequiredBalances, RequiredPermissions, and RejectedPermissions are not available now, which should be replaced by Requirements
PrimaryRequiredItem, PrimaryAction, and KeepOpen are combined (altogether with SecondaryRequiredItem and SecondaryAction), and they are all available in the PrimaryAction section. For example:
Hello,
Nice to see the new version, but unfortunatelly, I cantt get it work. I tried to delete the whole config folder and its generated a new one. On the server I canāt open any of the default examples. It just says "The specified chest GUI (example) is not found.
Do you know, why is this happening?
Sponge 1.10.2, API 5.2.0. Everything load correctly.
A new version has been released for VirtualChest, it is available for download here.
Fix a mistake in the codes that players cannot open menus by commands because of the wrong permission judgement
VirtualChest v0.4.1 is not compatible with the configuration files based on v0.3.x, and if you are able to upgrade your configurations to v0.4.1, there are some changes which should be mentioned:
Position-X-X becomes SlotX now, and Position-1-1 corresponds with Slot0, Position-9-6 corresponds with Slot53, etc.
RequiredBalances, RequiredPermissions, and RejectedPermissions are not available now, which should be replaced by Requirements
PrimaryRequiredItem, PrimaryAction, and KeepOpen are combined (altogether with SecondaryRequiredItem and SecondaryAction), and they are all available in the PrimaryAction section. For example: