Skip to content

Commit 6b95d03

Browse files
Update Module Overview
1 parent 2ebefbf commit 6b95d03

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

docs/developers/modules/stopwatch.mdx

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@ import { Callout } from 'nextra-theme-docs'
55

66
## Overview
77

8-
The stopwatch module allows you to control the stopwatch mod inside Lunar Client.
8+
The stopwatch module allows you to add custom Stopwatch and Timers directly to player's screens in any postion you want them to be located.
99

10-
- Ability to fully control a player's stopwatch mod.
11-
- Start a player's stopwatch
12-
- Stop a player's stopwatch
13-
- Reset a player's stopwatch
10+
- Ability to create unique Stopwatch counters for a player.
11+
- Control when it starts, stops, and when it resets.
12+
- Customize the name, display color, display format, and when it resets.
13+
- Display the stopwatch anywhere on the player's screen.
14+
15+
- Ability to create and control unique Timers for a player.
16+
- Control when the timer starts, stops, and when it resets.
17+
- Customize the duration, name, looping, display format, and display color of the timer.
18+
- Display the timer HUD in the postion you'd like for the user.
1419

1520
![Stopwatch Module Example](/modules/stopwatch/overview.gif#center)
1621

0 commit comments

Comments
 (0)