> For the complete documentation index, see [llms.txt](https://docs.simonmaribo.dk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simonmaribo.dk/plugins/itemflip/citizens-integration.md).

# Citizens integration

{% hint style="info" %}
Husk at spilleren stadig skal have **itemflip.use** for at bruge menuen.
{% endhint %}

```vbnet
import:
  dk.plexhost.itemflip.userinterface.UIOptions
  dk.plexhost.itemflip.ItemFlipPlugin

rightclick on entity:
  if citizen id of event-entity = id på din npc:
    ItemFlipPlugin.getInstance().getUIManager().openGui(player, "start", new UIOptions())
```
