Skip to content

Commit bbdc18f

Browse files
committed
Fix README typo
1 parent 96918b0 commit bbdc18f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,17 @@ The in-game help guide will automatically adapt.
169169

170170
---
171171

172+
### Waypoint System
173+
174+
| Field | Type | Description |
175+
|--------------------|----------|--------------------------------------------------------------------------------------------|
176+
| `warpCommand` | `string` | Command name to teleport to a waypoint (default `/ptpwarp`). |
177+
| `maxInactiveTicks` | `int` | The cooldown time before a waypoint is deleted after its associated beacon is deactivated. |
178+
| `checkPeriodTicks` | `int` | The interval for checking waypoint-to-beacon matching. |
179+
| `warpMultiplier` | `double` | Waypoint teleport multiplier, e.g., 0.5 means half price. |
180+
181+
---
182+
172183
### Cost Calculation Settings
173184

174185
#### Currency
@@ -188,17 +199,6 @@ The in-game help guide will automatically adapt.
188199

189200
---
190201

191-
### 传送点系统
192-
193-
| 字段名 | 类型 | 说明 |
194-
|--------------------|----------|--------------------------------------------------------------------------------------------|
195-
| `warpCommand` | `string` | Command name to teleport to a waypoint (default `/ptpwarp`). |
196-
| `maxInactiveTicks` | `int` | The cooldown time before a waypoint is deleted after its associated beacon is deactivated. |
197-
| `checkPeriodTicks` | `int` | The interval for checking waypoint-to-beacon matching. |
198-
| `warpMultiplier` | `double` | Waypoint teleport multiplier, e.g., 0.5 means half price. |
199-
200-
---
201-
202202
### Settings
203203

204204
#### Effects

0 commit comments

Comments
 (0)