# Public Inventory Plus This mod adds a public inventory, which can be used by all players. To open the public inventory, type: ``` /pi ``` ## Features * MineClone support * Custom size ## Configuration Configure the size of the public inventory by setting the number of rows and columns in your `minetest.conf` file: ```conf pubinv_rows = 3 pubinv_cols = 9 ``` ## Credits This is a fork of FreeBSD's [Public Inventory Revisited](https://content.minetest.net/packages/FreeBSD/public_inventory/)