Compact Inventory

The Compact Inventory is a configuration that allows the inventory to appear on the side of the screen, giving full visibility of the environment and allowing player movement while using it — without losing any of the system’s original features.

This is ideal for immersive servers or players who prefer minimal UI distractions.


How to Enable It

1

Open your config.lua file.

2

Look for the line:

Config.CompactInventory = false
3

Set it to true:

Config.CompactInventory = true

Styling (Optional)

If you wish to customize the look of the compact inventory:

  • Navigate to the compact.css file.

  • Make any visual adjustments as needed.

⚠️ Edit at your own risk. Make sure you back up the file before making changes.

Last updated