# config.yml

```yaml
DebugMessages: false
DefaultVisibleState: true
CanPlayerChangeNpcType: false
# Set to 'menu' if you want to open menu
# Set to 'command' if you want player to execute a command
NPCBehaviorType: 'menu'
NPCCommand: 'islandnpc'
MovementTimeLimit: 15
MovementMaxDistance: 50

NPCSettings:
  DisableNPCAI: false
  SetSilent: false
  Type: VILLAGER
  Glowing: false
  Location:
    Distance: '0, 0, 0'
    # This is only enabled on SuperiorSkyblock2
    SchematicNameBasedOffset:
      Enabled: false
      Schematics:
        test: '0, 0, 0'
  Hologram:
    Lines:
      - '&b&lISLAND NPC'
      - ''
      - '&fRight click to me for'
      - '&ffinding &bnews about &fserver!'
    HeightOffset: 3.2

SoundVolume: 2
Sounds:
  # You can set sounds "" to disable them.
  MenuOpen: 'BLOCK_ANVIL_BREAK'
  NoPermission: 'ENTITY_ARROW_HIT'
  NoNPC: 'ENTITY_ARROW_HIT'
  PerformCommand: 'BLOCK_ANVIL_BREAK'
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://waterarchery.gitbook.io/islandnpc-wiki/files/config.yml.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
