Installation
How do I install?
If you are using motel for the first time, don't install sql immediately. Motel makes automatically create tables. Just check for errors on cmd.

Stash
First of all, the stash items are not dependent on the players. It depends on the rooms. So if a player leaves the room, room's items are not deleted.
There are four inventory supported by the motel. If you are not using one of these, you can use the motel's inventory
If you don't change the Config.stashSettings. Stashes is automatically changed by the motel.
This is a menu based inventory.
So, it doesn't need an inventory hud. If you have an unsupported inventory, don't worry! I have something good for you.
Limit
You can specify a stash limit.
mx-motels/shared/config.lua
inventoryLimit = 100 -- How much inventory space will the motel have? [just for standalone inventory]
Last updated
Was this helpful?