# How to Set Player Permissions on Your Return to Moria Server (/docs/the-lord-of-the-rings-return-to-moria/permission-setup)



import { Step, Steps } from 'fumadocs-ui/components/steps';

Edit `MoriaServerPermissions.txt` (auto-populated after players connect):

```
PlayerName = Permission1,Permission2
```

Available Permissions [#available-permissions]

| Permission        | Description                                |
| ----------------- | ------------------------------------------ |
| `Default`         | Uses default permissions                   |
| `Blocked`         | Permanently banned                         |
| `NoConstruction`  | Cannot build or deconstruct                |
| `QuickBuild`      | Can only quick-build platforms and ladders |
| `AllConstruction` | Full building rights                       |
| `NoStorage`       | Cannot access storage containers           |
| `AllStorage`      | Full storage access                        |

Examples [#examples]

```
AdminPlayer = AllConstruction,AllStorage
GriefPlayer = Blocked
NewPlayer = QuickBuild,NoStorage
```

> 📝 Players can be pre-blocked before they ever join. Edit while server is stopped.

Related Guides [#related-guides]

* [Server Configuration](/docs/the-lord-of-the-rings-return-to-moria/server-config)
