# Item to the Lobby

## <img src="http://cdn.onlinewebfonts.com/svg/img_298354.png" alt="" data-size="line"> MBedwars Lobby

You can set an item that allows you to open the MBedwars Kits GUI.

> Go to \plugins\MBedwars\lobby.cm2,
>
> And you create a new item, putting on special "BWKitAddon"

{% code lineNumbers="true" %}

```tex
&aSelect Kits {
	material: CHEST
	slot:  2
	special: BWKitAddon
}
```

{% endcode %}
