crashdemons / DisplayItem-Spigot

rewrite of DisplayItem for use in Spigot 1.13+ (uses BungeeChat components)
5 stars 0 forks source link

Item-minimizer shows 'ice' if slots are left open in a shulker #16

Closed crashdemons closed 3 years ago

crashdemons commented 3 years ago

Normally ice should only replace item slots that are not visible / beyond the chat limit (5 items). but there appears to be an issue with which items are replaced.

Note: this feature is intended to replace items that are not readable for shulker boxes in chat (past 5 items) with ice to save space and fit into chat posts. Otherwise shulker boxes are often too long to send in chat. Ice is the shortest-named item in the game.

image image

Moving items to the topleft slots should temporarily counter this problem, but it still needs to be fixed properly.