> ## Documentation Index
> Fetch the complete documentation index at: https://docs.borntocraftstudio.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Show NPC

> Shows a previously hidden MythicMob NPC instance.

The `mythicmob_npc_show` action makes a hidden NPC visible again.

## Configuration

<ResponseField name="mythicmob_npc_show" type="Map" required>
  Configuration for the action.

  <Expandable title="Properties">
    <ResponseField name="id" type="String">
      Optional unique identifier.
    </ResponseField>

    <ResponseField name="npcInstance" type="Instance">
      The NPC instance to show.
    </ResponseField>

    <ResponseField name="showForAllPlayers" type="Boolean">
      If `true`, shows for everyone. Else, only executing player. Default is `false`.
    </ResponseField>
  </Expandable>
</ResponseField>
