> ## Documentation Index
> Fetch the complete documentation index at: https://sen-0597ab10.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Warps

```r theme={null}
/Warps
  |- config.yml
  |- gui.yml
  |- messages.yml
  |- warps.yml
  |- warps.db
```

## Configuration

```yaml theme={null}
teleport-delay: 5 # Teleport countdown delay

action-bar:
  teleporting: '&#BC6EFFWarps &8› &fTeleporting to {name} in &#BC6EFF{seconds}s'
  cancelled: '&#BC6EFFWarps &8› &#FF2323Teleport cancelled because you moved'

sounds:
  enabled: true # If you want sound effects enabled
  set-warp: UI_BUTTON_CLICK
  teleport: ENTITY_ENDERMAN_TELEPORT
  teleport-countdown: UI_BUTTON_CLICK
  delete: UI_BUTTON_CLICK
  error: ENTITY_VILLAGER_NO
```

## Commands

1. **/warp (name)** › Teleports to a warp
2. **/warp permission (warp) (permission|none|default)** › Sets or clears the warp permission
3. **/warp enabled (warp) (true|false)** › Enables or disables a warp
4. **/warp visible (warp) (true|false)** › Shows or hides a warp from the GUI
5. **/warps** › Opens the warps GUI
6. **/warps reload** › Reloads the Warps configuration
7. **/setwarp (name) \[display] \[icon] \[description]** › Creates or updates a warp
8. **/delwarp (name)** › Deletes a warp

## Permissions

| Permission            | Description                                                   | Default |
| --------------------- | ------------------------------------------------------------- | ------- |
| `smp.warps.use`       | Uses `/warp` and opens `/warps`                               | true    |
| `smp.warps.admin`     | Creates and deletes warps with<br />`/setwarp` and `/delwarp` | op      |
| `smp.warps.reload`    | Reloads the Warps configuration with `/warps reload`          | op      |
| `smp.warps.use.*`     | Access every warp by name                                     | true    |
| `smp.warps.*`         | Access all warp commands                                      | op      |
| `smp.warp.<warpname>` | Access to a specific permission based warp                    | false   |

Warp Permissions in `Warps/warps.yml`

* Each warp can define its own `permission:` value.
* Use `smp.warp.<warpname>` as the default pattern for restricted warps.
* Leave `permission: ''` blank to make the warp public.
* Set `enabled: false` to disable a warp completely.
* Set `visible: false` to hide a warp from `/warps` and the GUI.
* The `/warp` command and the warps GUI both respect this field.
