Installation

How do I install?

With the 4.0, the motel is now automatically adapting to your server.
But you need to make some minor changes.

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.

You can turn this off by setting personalStashes to false

  • 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.

If you are using qs-inventory you don't need to change anything.

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