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

# Fortnite

> Item shop, locker, cosmetic reminders and account tools.

## Without an account

<CodeGroup>
  ```javascript Today's item shop theme={null}
  !fortnite shop
  ```

  ```javascript The map theme={null}
  !fortnite map
  ```

  ```javascript Latest news theme={null}
  !fortnite news
  ```

  ```javascript A cosmetic theme={null}
  !fortnite view renegade raider
  ```
</CodeGroup>

Aliases: `itemshop`, `store` / `pois` / `motd` / `cosmetic`, `show`.

## Shop reminders

Get notified when a specific cosmetic returns to the shop.

<CodeGroup>
  ```javascript Add one theme={null}
  !fortnite remind add renegade raider
  ```

  ```javascript List yours theme={null}
  !fortnite remind list
  ```

  ```javascript Remove theme={null}
  !fortnite remind remove renegade raider
  ```

  ```javascript Clear theme={null}
  !fortnite remind clear
  ```
</CodeGroup>

Alias: `reminder`. This is the main reason to use the module — items rotate unpredictably and you'll otherwise miss them.

## Connecting an account

```javascript theme={null}
!fortnite login
```

Authenticates with Epic Games. Aliases: `signin`, `connect`.

Once connected:

| Command                              | Aliases               | Shows                             |
| ------------------------------------ | --------------------- | --------------------------------- |
| `fortnite locker`                    | `cosmetics`, `items`  | Your locker, as browsable cards   |
| `fortnite summary`                   | `purchases`, `vbucks` | V-Bucks spent                     |
| `fortnite friends`                   | `friend`              | Friends list                      |
| `fortnite friends add <username>`    | `befriend`            | Add a friend                      |
| `fortnite friends remove <username>` | `unfriend`            | Remove a friend                   |
| `fortnite friends pending`           | `requests`            | Incoming and outgoing requests    |
| `fortnite friends bulk unadd`        | `unaddall`            | Remove every friend               |
| `fortnite humans`                    | `realplayers`         | Real players in your current game |
| `fortnite winterfest`                | `christmas`, `xmas`   | Claim Winterfest rewards          |

<Warning>
  Connecting an account gives mira access to it through Epic's API. Only do this with an account you're comfortable exposing, and be aware that account automation is against Epic's terms of service — using these features is at your own risk.
</Warning>

## Lobby cosmetics

```javascript theme={null}
!fortnite equip renegade raider
```

Equips a cosmetic in the lobby. Aliases: `ghost`, `ghostequip`, `geq`.

```javascript theme={null}
!fortnite spoof level 200
!fortnite spoof crowns 50
```

Changes what your lobby displays for the current season. Cosmetic only — it doesn't affect matchmaking or actual progression.

## Command reference

| Command                             | Aliases               | Description               |
| ----------------------------------- | --------------------- | ------------------------- |
| `fortnite shop`                     | `itemshop`, `store`   | Current item shop         |
| `fortnite map`                      | `pois`                | The map                   |
| `fortnite news`                     | `motd`                | Latest news               |
| `fortnite view <cosmetic>`          | `cosmetic`, `show`    | Cosmetic details          |
| `fortnite remind add <cosmetic>`    | `create`, `new`       | Shop reminder             |
| `fortnite remind list`              | `ls`                  | Your reminders            |
| `fortnite remind remove <cosmetic>` | `delete`, `rm`        | Remove one                |
| `fortnite remind clear`             | `reset`               | Remove all                |
| `fortnite login`                    | `signin`, `connect`   | Link an Epic account      |
| `fortnite locker`                   | `cosmetics`, `items`  | Your locker               |
| `fortnite summary`                  | `purchases`, `vbucks` | V-Bucks spent             |
| `fortnite friends`                  | `friend`              | Friends list              |
| `fortnite humans`                   | `realplayers`, `real` | Real players in your game |
| `fortnite equip <cosmetic>`         | `ghost`, `geq`        | Equip in the lobby        |
| `fortnite spoof level <amount>`     | `xp`                  | Spoof your level          |
| `fortnite spoof crowns <amount>`    | `crown`, `wins`       | Spoof your crown count    |
| `fortnite winterfest`               | `christmas`, `xmas`   | Claim Winterfest rewards  |

Group alias: `fort`.
