lishid / OpenInv

Open anyone's inventory as a chest, real-time!
GNU General Public License v3.0
120 stars 97 forks source link

Add support for varying sizes of inventories #110

Closed BillyGalbreath closed 5 years ago

BillyGalbreath commented 5 years ago

This is especially handy for those servers that uses ender chests with other sizes than 3 rows, like mine. ;)

Jikoo commented 5 years ago

So for clarity, you have a plugin that actually modifies the EntityPlayer's ender chest? This seems like a good change regardless, the default container determination methods have several edge case issues with chest sizing as it is.

BillyGalbreath commented 5 years ago

So for clarity, you have a plugin that actually modifies the EntityPlayer's ender chest?

I have a fork of Paper that does it. ^_^

Jikoo commented 5 years ago

Very neatly done, much simpler than plugin-based expansion.

RoboMWM commented 5 years ago

I see you gave up on frienderchest which caused players on my server to lose items previously stored in the extra rows when it would fail to load on some startups xD

BillyGalbreath commented 5 years ago

I see you gave up on frienderchest which caused players on my server to lose items previously stored in the extra rows when it would fail to load on some startups xD

Yeah, that plugin was a complete failure all the way around :3 lol