flokol120 / Spigot-Item-Chest-Sorter

A Spigot/Paper minecraft plugin to sort your messy items into separate chests | 💯% written in Kotlin
GNU General Public License v3.0
5 stars 6 forks source link

Behavior tweak - have chests show particles if do not have item frame #46

Closed elnewfie closed 1 year ago

elnewfie commented 1 year ago

The current behvior of listener.kt/checkInventory is to give a message when a receiver chest is detected that does not have an item frame. When one has a lot of chests, it can be very difficult to identify exactly which one(s) is might be.

This PR changes the behavior to make the affected chest sparkle for a few seconds, so it can be easier to see which one needs an item frame.

flokol120 commented 1 year ago

@elnewfie Good idea. Also adding the coordinates to the chat message would be nice imho 🤔