Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 800 Bytes

File metadata and controls

14 lines (9 loc) · 800 Bytes

MenuSillyFixes

An addon to fix some silly fixes when working with menus.

Why calling it silly?

This is my opinion of the fixes in this addon: It's silly and shouldn't exist in the first place. The issues this addon is trying to fix are either an oversight from Minecraft, a niche issue that doesn't even affect the server, or an issue that causes a bad standard for every GUI plugins. These fixes would eventually be removed if the issue is resolved effectively.

Fixes

  • Sync the player inventory when closing the menus
    • This is the answer to this issue
    • This would probably work in Survival Mode. In Creative Mode, the server always trusts the player inventory regardless of how buggy it is, so there is no fix for that.