> For the complete documentation index, see [llms.txt](https://tfagaming.gitbook.io/homestead/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tfagaming.gitbook.io/homestead/other-configuration.md).

# Other configuration

## Welcome Signs:

Replace the command from `/region visit [region]` to `/region visit [player]`.

```yaml
# Welcome signs; Allow players to teleport regions using signs?
welcome-signs:
  # Enable this feature? "true" to enable, "false" to disable.
  enabled: false
```

{% hint style="info" %}
The only disadvantage of welcome signs is that trusted players cannot visit the regions where they are trusted unless the region's owner sets a welcome sign for everybody to visit.
{% endhint %}

## Disabled worlds:

List of worlds where players cannot claim chunks.

```yaml
disabled-worlds:
  - "world_the_end"
  - "creative"
  - "factions"
  - ...
```

## Disabled flags:

Flags that players cannot modify. You can find the list of flags [here](/homestead/configuration/flags.md).

```yaml
disabled-flags:
  - "use-bells"
  - "no-fall-damage"
  - ...
```
