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

Unable to connect multiple sender chests to one reciever chest #12

Closed revetz closed 4 years ago

revetz commented 4 years ago

Not really sure what the problem is, just isn't working

flokol120 commented 4 years ago

This is not supported and will not be due to early design choices. You could achieve what you want to do by first defining a sender which sends items to another sender which than sends those items to your desired receivers.

flokol120 commented 4 years ago

Whoops, the feature I am referring to is not yet published. It will be as soon as I have time to do further work on #8.