Add support for varying sizes of inventories #110

Merged
BillyGalbreath merged 1 commits from master into master 2019-08-01 21:04:24 -04:00
BillyGalbreath commented 2019-08-01 15:28:59 -04:00 (Migrated from github.com)

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

This is especially handy for those servers that uses ender chests with other sizes than 3 rows, like mine. ;)
Jikoo commented 2019-08-01 21:01:44 -04:00 (Migrated from github.com)

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.

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 2019-08-02 18:46:48 -04:00 (Migrated from github.com)

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

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

> So for clarity, you have a plugin that actually modifies the EntityPlayer's ender chest? I have a [fork of Paper](https://github.com/pl3xgaming/Purpur/blob/master/patches/server/0018-Add-large-sized-ender-chests.patch) that does it. ^_^
Jikoo commented 2019-08-02 19:41:23 -04:00 (Migrated from github.com)

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

Very neatly done, much simpler than plugin-based expansion.
RoboMWM commented 2019-08-02 22:25:32 -04:00 (Migrated from github.com)

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

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 2019-08-03 16:19:33 -04:00 (Migrated from github.com)

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

> 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
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: minster586/OpenInv#110
No description provided.