File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments