Still working on a fix for the visual glitch in containers.
Changelog -
+ Fixed a minor issue that improves performance for users not using certain item stack types.
+ Added a new argument for the command /stack [HAND, ALL].
+ Added a new section in the config:
Code (YAML):
# Stack command
# Default Stack Type = HAND / ALL
# Hand stacks all items player is holding
# All stacks all the items in the player's inventory
# Command = /stack or /stack [HAND/ALL]
stack-command:
enabled
: true
defualt-stack-type
: 'HAND'