blob: 00b48bae7d6046519be8d9ffdb39e969a5109fa6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
## Player Toggles
Players can toggle personal settings with the `toggle` command:
| Toggle | Effect |
|---|---|
| `description` | Show full room description when moving |
| `tiny_map` | Mini-map display: `off`/`right`/`left` |
| `xp_drops` | Show XP gained in gather/craft/combat messages |
| `exits` | Show exit destinations inline in look output |
| `mob_enter` | Notify when a mob enters the room |
| `mob_leave` | Notify when a mob leaves the room |
| `mob_spawn` | Notify when a mob spawns in the area |
| `reserve` | Show full reserved item details in look |
| `depletion` | Show depletion and despawn timers on objects |
---
|